iconvdata/run-iconv-test.sh: Actually test iconv modules
[glibc.git] / ChangeLog
blob2b6f0adbb2ca4da0b0989175c415312c546c51b1
1 2014-12-23  Florian Weimer  <fweimer@redhat.com>
3         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
5 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
7         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
8         not define.
9         * sysdeps/unix/sysv/linux/utimes.c: Do not include
10         <kernel-features.h>.
11         (__utimes) [__NR_utimes]: Make code unconditional.
12         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
13         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14         (__ASSUME_UTIMES): Do not undefine.
15         * sysdeps/unix/sysv/linux/tile/kernel-features.h
16         (__ASSUME_UTIMES): Likewise.
17         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
18         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
19         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
20         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
22 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
24         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
26 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
28         [BZ #17747]
29         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
30         alias to weak alias for j0l, y0l.
31         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
32         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
34         [BZ #17746]
35         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
36         conversion.
38 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
40         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
41         to zero if not already defined.
43 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
45         [BZ #17724]
46         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
47         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
48         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
49         (char *) casts added.
50         * sysdeps/ieee754/k_standardf.c: New file.
51         * sysdeps/ieee754/k_standardl.c: Likewise.
52         * math/Makefile (libm-support): Remove k_standard.
53         (libm-calls): Add k_standard.
55 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
57         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
58         Optimize to avoid an unnecessary FPCR read.
60 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
62         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
63         Optimize to reduce FPCR/FPSR accesses.
65 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
67         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
68         Call libc_fetestexcept_aarch64.
70 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
72         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
73         Call libc_fesetround_aarch64.
75 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
77         [BZ #17733]
78         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
79         (__bind): Do not define as weak alias.
80         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
81         define.
82         (__getsockname): Do not define as weak alias.
84 2014-12-22  Will Newton  <will.newton@linaro.org>
86         * manual/install.texi: Document that we require bison 2.7
87         or above.
88         * INSTALL: Regenerate.
89         * configure.ac: Use AC_CHECK_PROG_VER instead of
90         AC_PATH_PROG when checking for bison and check for
91         version 2.7 or above.
92         * configure: Regenerate.
94 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
96         [BZ #17745]
97         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
98         * sysdeps/tile/ffsll.c (ffsll): To here.
100         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
102 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
104         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
105         if not defined.
106         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
107         definition.
108         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
109         hidden ___tls_get_addr.
110         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
111         hidden __tls_get_addr.
112         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
113         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
114         Likewise.
116 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
118         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
119         _dl_init call.
121 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
123         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
124         from "call _dl_init@PLT".
125         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
127 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
129         * manual/search.texi: (Array Sort Function): Clarify stable sorting
130         guarantees.
132 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
134         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
136 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
138         [BZ #17744]
139         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
140         strnlen.
142 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
144         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
145         of multu on MIPSr6.
146         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
147         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
148         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
149         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
150         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
152 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
154         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
155         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
156         (PTR_SUBU): Use subu for mips32r6/mips64r6.
157         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
158         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
159         mips32r6/mips64r6.
160         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
162 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
164         * string/strncat.c (STRNCAT): Simplify implementation.
166 2014-12-19  David S. Miller  <davem@davemloft.net>
168         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
169         access the quad as both a long double and as a series of 4 words.
171         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
172         link_map->l_info array access.
174 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
176         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
178         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
179         * math/atest-exp2.c (TIMEOUT): Likewise.
180         * math/atest-sincos.c (TIMEOUT): Likewise.
182 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
184         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
185         -Wno-error with -fno-builtin-lround.
187 2014-12-19  Torvald Riegel  <triegel@redhat.com>
189         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
190         Contains futex constants and functions moved over from ...
191         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
192         <lowlevellock-futex.h>.
193         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
194         (lll_timedwait_tid): Add comments and parentheses around macro
195         arguments.
197 2014-12-19  Torvald Riegel  <triegel@redhat.com>
199         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
200         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
201         (__lll_private_flag): Remove.
202         (lll_futex_wait): Likewise.
203         (lll_futex_timed_wait): Likewise.
204         (lll_futex_wake): Likewise.
205         (lll_futex_requeue): Likewise.
206         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
207         (__lll_timedwait_tid): Spell out argument names.
208         (lll_timedwait_tid): Add comments and parentheses around macro
209         arguments.
210         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
211         LLL_SHARED and LLL_PRIVATE usable from assembly code.
213 2014-12-19  Torvald Riegel  <triegel@redhat.com>
215         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
216         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
217         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
218         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
219         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
220         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
221         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
222         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
223         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
224         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
225         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
226         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
227         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
228         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
229         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
230         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
231         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
232         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
233         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
235 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
237         * sysdeps/x86_64/x32/Makefile: New file.
239 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
241         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
242         1L with (mp_limb_t) 1.
244 2014-12-17  Roland McGrath  <roland@hack.frob.com>
246         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
247         * nptl/libc_pthread_init.c: ... here.
248         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
249         * nptl/register-atfork.c: ... here.
251         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
252         Use pthread_sigmask rather than INTERNAL_SYSCALL.
253         Use assert_perror to check its return value.
254         (__gai_create_helper_thread): Likewise.
256         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
258         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
260 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
262         [BZ #17725]
263         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
264         __profil_counter.
265         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
266         Likewise.
267         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
268         Likewise.
269         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
270         Likewise.
271         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
272         (profil_counter): Likewise.
273         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
274         (profil_counter): Likewise.
275         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
276         Likewise.
277         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
278         Likewise.
279         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
280         (profil_counter): Likewise.
281         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
282         Likewise.
283         [!__profil_counter] (profil_counter): Define as weak alias of
284         __profil_counter.
285         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
286         (profil_counter): Rename to __profil_counter.
287         [!__profil_counter] (profil_counter): Define as weak alias of
288         __profil_counter.
289         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
290         (profil_counter): Rename to __profil_counter.
291         [!__profil_counter] (profil_counter): Define as weak alias of
292         __profil_counter.
293         * sysdeps/posix/profil.c: Update comment referring to
294         profil_counter.
295         (__profil): Use __profil_counter instead of profil_counter.
296         * sysdeps/posix/sprofil.c (profil_counter): Rename to
297         __profil_counter.  Use __profil_counter_ushort and
298         __profil_counter_uint in definitions.
299         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
300         instead of profil_counter_uint and profil_counter_ushort.
302         [BZ #17722]
303         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
304         define as weak alias of __inet_makeaddr.
305         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
306         as weak alias of __inet_addr.
307         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
308         as weak alias of __inet_pton.  Use libc_hidden_weak.
309         * include/arpa/inet.h (__inet_pton): Declare.  Use
310         libc_hidden_proto.
311         (inet_makeaddr): Don't use libc_hidden_proto.
312         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
313         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
314         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
315         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
316         Remove variable.
317         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
318         (test-xfail-POSIX/time.h/linknamespace): Likewise.
320 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
322         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
324 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
326         * stdio-common/bug-vfprintf-nargs.c (do_test):
327         Cast value to intptr_t to avoid format warning
328         for usage with PRIdPTR printing macro.
330 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
332         * libio/tst-widetext.c (do_test):
333         Use format type %td instead of %Zd for ptrdiff_t
334         in order to avoid format warning.
336 2014-12-17  Andreas Schwab  <schwab@suse.de>
338         * nscd/mem.c (gc): Add size_t cast to match printf format.
340 2014-12-16  Roland McGrath  <roland@hack.frob.com>
342         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
343         (init): Apply PTR_MANGLE to pointers before storing them.
344         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
345         before using them.
347 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
349         [BZ #17719]
350         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
351         define as weak alias of __memrchr.
352         (__memrchr): Do not define as strong alias of memrchr.
353         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
354         Remove variable.
355         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
356         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
357         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
359         [BZ #17717]
360         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
361         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
362         (if_indextoname): Rename to __if_indextoname and define as weak
363         alias of __if_indextoname.  Use libc_hidden_weak.
364         (if_freenameindex): Rename to __if_freenameindex and define as
365         weak alias of __if_freenameindex.
366         (if_nameindex): Rename to __if_nameindex and define as weak alias
367         of __if_nameindex.
368         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
369         __if_nametoindex and define as weak alias of __if_nametoindex.
370         Use libc_hidden_weak.
371         (if_freenameindex): Rename to __if_freenameindex and define as
372         weak alias of __if_freenameindex.
373         (if_nameindex): Rename to __if_nameindex and define as weak alias
374         of __if_nameindex.
375         (if_indextoname): Rename to __if_indextoname and define as weak
376         alias of __if_indextoname.  Use libc_hidden_weak.
377         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
378         __if_nametoindex and define as weak alias of __if_nametoindex.
379         Use libc_hidden_weak.
380         (if_freenameindex): Rename to __if_freenameindex and define as
381         weak alias of __if_freenameindex.  Use libc_hidden_weak.
382         (if_nameindex_netlink): Use __if_freenameindex instead of
383         if_freenameindex.
384         (if_nameindex): Rename to __if_nameindex and define as weak alias
385         of __if_nameindex.  Use libc_hidden_weak.
386         (if_indextoname): Rename to __if_indextoname and define as weak
387         alias of __if_indextoname.  Use libc_hidden_weak.
388         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
389         libc_hidden_proto.
390         [!_ISOMAC] (__if_freenameindex): Likewise.
391         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
392         if_nametoindex.
393         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
394         variable.
395         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
396         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
397         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
398         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
399         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
400         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
401         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
403         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
404         Remove variable.
405         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
406         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
408 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
410         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
411         subscript above bounds'
413         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
414         bounds.
416 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
418         * libio/tst-fopenloc.c: Use test-skeleton.c.
420         * stdlib/tst-bsearch.c: Use test-skeleton.c.
421         (entry): Rename to ITEM.
422         (do_test, comp): Adjust.
424         * stdio-common/tst-fseek.c: Use test-skeleton.c.
426 2014-12-16  Torvald Riegel  <triegel@redhat.com>
428         * string/tester.c: Include <libc-internal.h>.
429         (test_memset): Ignore -Wmemset-transposed-args.
431 2014-12-16  Torvald Riegel  <triegel@redhat.com>
433         * misc/tst-mntent2.c (do_test): Fix warning.
435 2014-12-16  Torvald Riegel  <triegel@redhat.com>
437         * elf/tst-unique4lib.cc(a): Mark as used.
439 2014-12-16  Florian Weimer  <fweimer@redhat.com>
441         [BZ #17630]
442         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
443         names.
445 2014-12-16  Allan McRae  <allan@archlinux.org>
447         * stdio-common/Makefile (tests): Re-add bug26.
449 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
451         [BZ #17657]
452         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
453         static array.
455 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
457         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
458         (__lll_lock_wait): Likewise.
459         (__lll_timedlock_wait): Likewise.
460         (__lll_timedwait_tid): Likewise.
461         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
462         (__lll_robust_timedlock_wait): Likewise.
463         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
464         (lll_cond_trylock): Likewise.
465         (__lll_lock): Likewise.
466         (__lll_robust_lock): Likewise.
467         (__lll_cond_lock): Likewise.
468         (lll_robust_cond_lock): Likewise.
469         (__lll_timedlock): Likewise.
470         (__lll_robust_timedlock): Likewise.
471         (__lll_unlock): Likewise.
472         (__lll_robust_unlock): Likewise.
473         (lll_wait_tid): Likewise.
474         (lll_timedwait_tid): Likewise.
476 2014-12-15  Torvald Riegel  <triegel@redhat.com>
478         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
480 2014-12-15  Torvald Riegel  <triegel@redhat.com>
482         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
484 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
486         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
487         * stdio-common/tst-sprintf.c: Likewise.
489 2014-12-15  Torvald Riegel  <triegel@redhat.com>
491         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
493 2014-12-15  Jeff Law  <law@redhat.com>
495         [BZ #16617]
496         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
497         on the heap.  (CVE-2012-3406)
498         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
499         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
500         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
502 2014-12-15  Will Newton  <will.newton@linaro.org>
504         * manual/install.texi: Bump required version of texinfo
505         to 4.7 from 4.5.
506         * INSTALL: Regenerated.
507         * configure.ac: Check for makeinfo version 4.7 and above.
508         * configure: Regenerated.
510 2014-12-12  Roland McGrath  <roland@hack.frob.com>
512         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
513         PREFIX, string constant to insert between directory and name.
514         * sysdeps/posix/shm_open.c: Update caller.
515         * sysdeps/posix/shm_unlink.c: Likewise.
516         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
517         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
518         (SEM_SHM_PREFIX): New macro.
519         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
520         [$(have-thread-library) = no].
521         * nptl/Makefile (libpthread-routines): Add shm-directory.
522         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
523         * sysdeps/nptl/shm-directory.h: New file.
524         * sysdeps/posix/shm-directory.c
525         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
526         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
527         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
528         INTERNAL_SYSCALL.
529         (__where_is_shmfs): Function removed.
530         (mountpoint, defaultmount, defaultdir, __namedsem_once):
531         Variables removed.
532         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
533         Use SHM_GET_NAME.
534         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
536         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
537         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
538         unconditional for use inside libpthread.
539         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
541 2014-12-12  Roland McGrath  <roland@hack.frob.com>
543         * nptl/pthread_getaffinity.c: New file.
544         * nptl/pthread_setaffinity.c: New file.
545         * nptl/pthread_getname.c: New file.
546         * nptl/pthread_setname.c: New file.
548         * nptl/pthread_create.c (START_THREAD_DEFN)
549         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
551 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
552             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
554         * resolv/res_send.c (send_vc): Disable warning resplen may
555         be used uninitialized.
557 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
559         * nptl/tst-mutex6.c
560         (ATTR_NULL): New define checks ATTR against NULL.
561         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
562         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
564 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
566         [BZ #17581]
567         * malloc/hooks.c
568         (mem2mem_check): Revert my previous change.
569         (malloc_check_get_size): Revert my previous change.
570         (mem2chunk_check): Revert my previous change.
572 2014-12-11  Roland McGrath  <roland@hack.frob.com>
574         * sysdeps/posix/shm-directory.c: New file.
575         * sysdeps/posix/shm-directory.h: New file.
576         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
577         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
578         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
579         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
580         Transmute EPERM to EACCES.
581         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
582         from ...
583         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
584         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
586 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
588         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
589         pointer and cast to uintptr_t.
590         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
591         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
592         Add cast to avoid warning.
593         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
595 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
597         * nptl/semaphore.h: Move to ...
598         * sysdeps/pthread/semaphore.h: ... here.
599         * Makefile (installed-headers): Change nptl/semaphore.h to
600         sysdeps/pthread/semaphore.h.
602 2014-12-11  Roland McGrath  <roland@hack.frob.com>
604         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
605         generated error format strings.
607         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
608         -Wformat-extra-args warnings for scanf formats.
609         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
610         test of zero-length format (duh).
611         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
612         corner-case scanf format test.
613         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
614         generated fprintf format string.
615         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
616         corner-case sprintf format tests.
617         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
618         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
619         -Wformat-extra-args warnings throughout.
620         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
621         (CFLAGS-scanf4.c): Likewise.
622         (CFLAGS-scanf7.c): Likewise.
623         (CFLAGS-tst-sprintf.c): Likewise.
624         (CFLAGS-tst-printf.c): Likewise.
625         (CFLAGS-tst-printfsz.c): Likewise.
627 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
629         * include/cpio.h: New file.
630         * include/fmtmsg.h: Likewise.
632         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
633         corresponding format argument to size_t.
634         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
635         arguments.
636         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
637         corresponding format argument to size_t.
638         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
639         arguments.
640         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
641         corresponding format argument to size_t.
642         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
643         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
644         (CFLAGS-tst-mbswcs2.c): Likewise.
645         (CFLAGS-tst-mbswcs3.c): Likewise.
646         (CFLAGS-tst-mbswcs4.c): Likewise.
647         (CFLAGS-tst-mbswcs5.c): Likewise.
648         (CFLAGS-tst-trans.c): Likewise
650 2014-12-11  Roland McGrath  <roland@hack.frob.com>
652         * posix/regexbug1.c (main): Use "%s" format with regerror results,
653         rather than assuming they won't contain any '%'s.
655 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
657         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
658         inhibit_loop_to_libcall to avoid recursive calls.
659         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
660         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
662 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
664         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
665         prototype.
667 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
669         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
670         integer value instead of boolean.
672 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
674         * malloc/malloc.c: Fix powerof2 check.
676 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
678         * locale/programs/locfile.h (maybe_swap_uint32):
679         Remove inline and add unused attribute.
681 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
683         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
684         Truncating assembler expression to a .long expression.
686 2014-12-11  Andreas Schwab  <schwab@suse.de>
688         * elf/rtld.c (struct map_args): Constify str member.
689         (do_preload): Constify fname argument.
691 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
693         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
694         constants definition.
696 2014-12-11  Andreas Schwab  <schwab@suse.de>
698         [BZ #16657]
699         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
700         FORCE_ELISION instead of DO_ELISION.
701         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
702         Remove.
703         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
704         Likewise.
706         * iconvdata/gconv-modules: Remove duplicate entry.
708 2014-12-11  Will Newton  <will.newton@linaro.org>
710         Merge gettext 0.19.3 into intl/.
712         This involves a number of cosmetic changes to comments
713         and ANSI function definitions and prototypes throughout
714         all the files. The gettext copyright header is used but
715         with the date ranges taken from the glibc copy.
717         * NEWS: Add gettext merge to 2.21.
718         * intl/bindtextdom.c: Switch to gettext copyright.
719         Use ANSI definitions and prototypes.
720         Use gl_* locking primitives rather than __libc_* ones.
721         Use __builtin_expect rather than __glibc_likely/unlikely.
722         * intl/dcgettext.c: Switch to gettext copyright.
723         Use ANSI definitions and prototypes.
724         * intl/dcigettext.c: Switch to gettext copyright.
725         Use ANSI definitions and prototypes.
726         (INTDIV0_RAISES_SIGFPE): New define.
727         Use gl_* locking primitives rather than __libc_* ones.
728         Include eval-plural.h instead of plural-eval.c.
729         Use __builtin_expect rather than __glibc_likely/unlikely.
730         * intl/dcngettext.c: Switch to gettext copyright.
731         Use ANSI definitions and prototypes.
732         * intl/dgettext.c: Likewise.
733         * intl/dngettext.c: Likewise.
734         * intl/plural-eval.c: Renamed to...
735         * intl/eval-plural.h: ...this.
736         * intl/explodename.c: Switch to gettext copyright.
737         Use ANSI definitions and prototypes.
738         (_nl_explode_name): Use strchr instead of __rawmemchr.
739         * intl/finddomain.c: Switch to gettext copyright.
740         Use ANSI definitions and prototypes.
741         Use gl_* locking primitives rather than __libc_* ones.
742         (_nl_find_domain): Use malloc rather than alloca for
743         allocation of temporary locale name.
744         * intl/gettext.c: Switch to gettext copyright.
745         Use ANSI definitions and prototypes.
746         * intl/gettextP.h: Switch to gettext copyright.
747         Use ANSI definitions and prototypes.
748         Use gl_* locking primitives rather than __libc_* ones.
749         * intl/gmo.h: Switch to gettext copyright.
750         (struct sysdep_string): Move struct segment_pair outside of
751         struct definition.
752         * intl/hash-string.c: Use ANSI definitions and prototypes.
753         * intl/hash-string.h: Switch to gettext copyright.
754         Use ANSI definitions and prototypes.
755         * intl/l10nflist.c: Switch to gettext copyright.
756         Use ANSI definitions and prototypes.
757         (_nl_normalize_codeset): Avoid integer overflow.
758         * intl/loadinfo.h: Switch to gettext copyright.
759         Use ANSI definitions and prototypes.
760         (LIBINTL_DLL_EXPORTED): New define.
761         (PATH_SEPARATOR): New define.
762         * intl/loadmsgcat.c: Switch to gettext copyright.
763         * intl/localealias.c: Switch to gettext copyright.
764         Use ANSI definitions and prototypes.
765         (_nl_expand_alias): Use PATH_SEPARATOR.
766         * intl/ngettext.c: Switch to gettext copyright.
767         Use ANSI definitions and prototypes.
768         * intl/plural-exp.c: Likewise.
769         * intl/plural-exp.h: Switch to gettext copyright.
770         Use ANSI definitions and prototypes.
771         (struct expression): Move definition of enum operator outside
772         of struct definition.
773         * intl/plural.c: Regenerate.
774         * intl/plural.y: Switch to gettext copyright.
775         Use ANSI definitions and prototypes.
776         Port to bison 3.0.
777         * intl/textdomain.c: Switch to gettext copyright.
778         Use ANSI definitions and prototypes.
779         Use gl_* locking primitives rather than __libc_* ones.
781 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
783         * debug/warning-nop.c: Add used atrribute.
785 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
787         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
789         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
790         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
791         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
793 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
794             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
796         [BZ #17634]
797         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
798         Undefine after defining function.  Define as weak alias of
799         __wcschr.  Use libc_hidden_weak.
800         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
801         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
802         (libc_hidden_def): Also define __GI___wcschr alias.
803         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
804         __wcschr and define as weak alias of __wcschr.
805         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
806         __wcschr.
807         [!WCSCHR] (DEFAULT_WCSCHR): Define.
808         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
809         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
810         libc_hidden_weak.  Do not use libc_hidden_def.
811         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
812         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
813         __GI___wcschr alias.
814         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
815         [IS_IN (libc)] (wcschr): Define as macro expanding to
816         __redirect_wcschr.
817         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
818         [IS_IN (libc)] (__wcschr_power6): Likewise.
819         [IS_IN (libc)] (__wcschr_power7): Likewise.
820         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
821         instead of wcschr.
822         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
823         __libc_wcschr.
824         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
825         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
826         __wcschr and define as weak alias of __wcschr.  Use
827         libc_hidden_builtin_def.
828         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
829         as weak alias of __wcschr.  Use libc_hidden_weak.
830         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
831         wcschr.
832         * time/era.c (_nl_init_era_entries): Likewise.
833         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
834         variable.
835         (test-xfail-XPG3/time.h/linknamespace): Likewise.
836         (test-xfail-XPG4/time.h/linknamespace): Likewise.
838 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
840         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
841         format for long int variable.
843 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
845         [BZ #10672]
846         * manual/search.texi: (Array Sort Function): Remove claim how to make
847         qsort stable.
849 2014-12-10  Andreas Schwab  <schwab@suse.de>
851         [BZ #12847]
852         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
853         user-controlled locks.
855 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
857         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
858         register.
860 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
862         * configure.ac (--disable-werror): New configure option.
863         (enable_werror): New AC_SUBST.
864         * configure: Regenerated.
865         * config.make.in (enable-werror): New variable.
866         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
867         -Wno-error=undef.
868         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
869         * manual/install.texi (Configuring and compiling): Document
870         --disable-werror.
871         * INSTALL: Regenerated.
872         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
873         (CFLAGS-tst-chk2.c): Likewise.
874         (CFLAGS-tst-chk3.c): Likewise.
875         (CFLAGS-tst-chk4.cc): Likewise.
876         (CFLAGS-tst-chk5.cc): Likewise.
877         (CFLAGS-tst-chk6.cc): Likewise.
878         (CFLAGS-tst-lfschk1.c): Likewise.
879         (CFLAGS-tst-lfschk2.c): Likewise.
880         (CFLAGS-tst-lfschk3.c): Likewise.
881         (CFLAGS-tst-lfschk4.cc): Likewise.
882         (CFLAGS-tst-lfschk5.cc): Likewise.
883         (CFLAGS-tst-lfschk6.cc): Likewise.
885         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
886         (main): Disable -Wdeprecated-declarations around calls to
887         register_printf_function.
889         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
890         (do_test): Disable -Wdiv-by-zero around some calls to
891         fwrite_unlocked and fread_unlocked.
893         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
894         (DIAG_POP_NEEDS_COMMENT): Likewise.
895         (_DIAG_STR1): Likewise.
896         (_DIAG_STR): Likewise.
897         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
898         * stdio-common/bug21.c: Include <libc-internal.h>.
899         (do_test): Disable -Wformat around call to sscanf.
900         * stdio-common/scanf14.c: Include <libc-internal.h>.
901         (main): Disable -Wformat around some calls to scanf functions.
903 2014-12-09  Torvald Riegel  <triegel@redhat.com>
905         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
907 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
909         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
910         stack variable alignment.
912 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
914         [BZ #17682]
915         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
916         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
917         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
918         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
919         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
920         __getrlimit instead of getrlimit.
921         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
922         __gettimeofday instead of gettimeofday.
923         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
924         Likewise.
925         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
926         Likewise.
927         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
928         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
929         Remove variable.
930         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
931         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
933 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
935         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
936         for wide-character tests.
938 2014-12-04  Roland McGrath  <roland@hack.frob.com>
940         * io/openat64.c: #include <libc-internal.h>
941         (__openat64): Prototypify.  Use ignore_value on MODE.
942         * io/openat.c: Likewise.
943         * misc/reboot.c: #include <libc-internal.h>
944         (reboot): Prototypify.  Use ignore_value on HOWTO.
945         * misc/ptrace.c: #include <libc-internal.h>
946         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
948 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
950         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
951         XPG4, UNIX98 and XOPEN2K.
952         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
953         Remove variable.
954         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
956 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
958         * libio/fileops.c: Use ISO C style for function definitions.
959         * libio/iofopen.c: Likewise.
960         * libio/wfileops.c: Likewise.
962         [BZ #17653]
963         * libio/fileops.c (_IO_new_file_underflow): Unset cached
964         offset on EOF.
965         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
966         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
967         (fgets_func): Function pointer to fgets and fgetws.
968         (do_ftell_test): Add test to verify ftell value after read
969         EOF.
970         (do_test): Set fgets_func.
972         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
973         O_TRUNC flag for w and w+ modes.
974         (do_rewind_test): Likewise.
975         (do_ftell_test): Likewise.
976         (do_write_test): Likewise.
978         [BZ #17647]
979         * libio/fileops.c (do_ftell): Seek only when there are
980         unflushed writes.
981         * libio/wfileops.c (do_ftell_wide): Likewise.
982         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
983         test case.
984         (do_one_test): Call it.
986 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
988         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
989         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
990         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
991         Remove variable.
992         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
993         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
994         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
996 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
998         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
999         Remove variable.
1000         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1002         [BZ #17668]
1003         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
1004         as weak alias of __getifaddrs.  Use libc_hidden_weak.
1005         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1006         __freeifaddrs.  Use libc_hidden_weak.
1007         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
1008         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
1009         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1010         __freeifaddrs.  Use libc_hidden_weak.
1011         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
1012         __getifaddrs and define as weak alias of __getifaddrs.  Use
1013         libc_hidden_weak.
1014         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
1015         __freeifaddrs.  Use libc_hidden_weak.
1016         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
1017         Remove variable.
1018         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1019         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1021 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
1023         [BZ #17601]
1024         * sysdeps/mips/start.S (__start): Use indirect jump to call
1025         __libc_start_main.
1027 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
1029         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
1031         * nptl/tst-mutex1.c: Include <stdbool.h>.
1032         [!ATTR] (ATTR_NULL): New macro.
1033         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
1034         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
1035         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
1037         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
1038         to char *.
1040         [BZ #17665]
1041         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
1042         Change conditional to [__USE_MISC].
1044         [BZ #17664]
1045         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
1046         fgets_unlocked.
1047         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
1048         __fgets_unlocked.
1049         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
1050         fgets_unlocked.
1051         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
1052         Remove variable.
1053         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1054         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1055         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1056         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1057         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1058         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1059         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1060         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1061         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1063         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
1065 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1067         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1068         Remove strpbrk objects.
1069         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1070         (__libc_ifunc_impl_list): Remove strpbrk implementation.
1071         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
1072         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
1073         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
1074         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
1076         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1077         Remove strcspn objects.
1078         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1079         (__libc_ifunc_impl_list): Remove strcspn implementation.
1080         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
1081         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
1082         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
1083         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
1085         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1086         Remove strspn objetcs.
1087         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1088         (__libc_ifunc_impl_list): Remove strspn implementation.
1089         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
1090         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1091         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
1092         * sysdeps/powerpc/powerpc64/strspn.S: New file.
1094 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
1096         [BZ #17581]
1097         * malloc/hooks.c
1098         (mem2mem_check): Add a terminator to the chain of checking blocks.
1099         (malloc_check_get_size): Use it here.
1100         (mem2chunk_check): Ditto.
1102 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1104         * sysdeps/powerpc/powerpc64/strtok.S: New file.
1105         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
1107 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
1109         * bits/ioctl-types.h: Indent preprocessor directives correctly.
1111         * nptl/nptl-init.c: Include libc-internal.h.
1112         (__pthread_initialize_minimal_internal): Use ROUND_UP.
1114         * elf/ldconfig.c (search_dir): Expand comment.
1116 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
1118         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
1119         variable.
1120         (linknamespace-symlist-stdlibs-tests): Likewise.
1121         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
1122         instead of $(objpfx)symlist-stdlibs.
1123         (linknamespace-libs-isoc): New variable.
1124         (linknamespace-libs): Use $(linknamespace-libs-isoc).
1125         (linknamespace-libs-ISO): New variable.
1126         (linknamespace-libs-ISO99): Likewise.
1127         (linknamespace-libs-ISO11): Likewise.
1128         (linknamespace-libs-XPG3): Likewise.
1129         (linknamespace-libs-XPG4): Likewise.
1130         (linknamespace-libs-POSIX): Likewise.
1131         (linknamespace-libs-UNIX98): Likewise.
1132         (linknamespace-libs-XOPEN2K): Likewise.
1133         (linknamespace-libs-POSIX2008): Likewise.
1134         (linknamespace-libs-XOPEN2K8): Likewise.
1135         ($(objpfx)symlist-stdlibs): Replace by
1136         $(linknamespace-symlist-stdlibs-tests).  Use
1137         $(linknamespace-libs-$*) as set of libraries.
1138         ($(linknamespace-header-tests)): Update dependencies.  Use
1139         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
1140         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
1141         * conform/linknamespace.pl: Remove comment about considering
1142         definitions of symbols from irrelevant libraries.
1144 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1146         [BZ #13862]
1147         * elf/dl-tls.c: Include <atomic.h>.
1148         (oom): Remove #ifdef SHARED/#endif.
1149         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
1150         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
1151         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
1152         big enough.
1153         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
1154         * nptl/Makefile (tests): Add tst-stack4.
1155         (modules-names): Add tst-stack4mod.
1156         ($(objpfx)tst-stack4): New.
1157         (tst-stack4mod.sos): Likewise.
1158         ($(objpfx)tst-stack4.out): Likewise.
1159         ($(tst-stack4mod.sos)): Likewise.
1160         (clean): Likewise.
1161         * nptl/tst-stack4.c: New file.
1162         * nptl/tst-stack4mod.c: Likewise.
1164 2014-11-27  J. Brown  <jb999@gmx.de>
1166         * sysdeps/x86/bits/string.h: Add recent CPUs.
1168 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1170         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
1171         sigblock.
1173         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
1174         feof.
1176         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
1177         variable.
1179 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
1181         * nscd/connections.c: Include libc-internal.h because of macro
1182         usage ignore_value.
1184 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1186         * string/bits/string3.h (__warn_memset_zero_len): Don't
1187         declare for gcc newer than 5.0.
1188         (memset): Don't test for zero-length __LEN for gcc newer than
1189         5.0.
1191 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
1193         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
1194         size_t for %zu format.
1196         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
1197         difference, not %ju.
1199 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1201         * include/libc-internal.h (ignore_value): New macro.
1202         * nscd/connections.c (restart): Wrap calls to setuid and setgid
1203         with ignore_value.
1205         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
1206         definition.
1208         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
1209         pthread_cleanup_push to void *.
1211         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
1212         Undefine.
1214         [BZ #16619]
1215         [BZ #16740]
1216         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
1217         instead of 1L << 52.
1219         * libio/bug-rewind.c (do_test): Check fwscanf return values.
1220         * libio/bug-rewind2.c (do_test): Likewise.
1222         * debug/test-stpcpy_chk-ifunc.c: Remove file.
1223         * debug/test-strcpy_chk-ifunc.c: Likewise.
1224         * wcsmbs/test-wcschr-ifunc.c: Likewise.
1225         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
1226         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
1227         * wcsmbs/test-wcslen-ifunc.c: Likewise.
1228         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
1229         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
1230         * Rules [$(multi-arch) = no] (tests): Do not filter out
1231         $(tests-ifunc).
1232         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
1233         * debug/Makefile (tests-ifunc): Remove variable.
1234         (tests): Do not add $(tests-ifunc).
1235         * wcsmbs/Makefile (tests-ifunc): Remove variable.
1236         (tests): Do not add $(tests-ifunc).
1237         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
1238         [TEST_IFUNC]: Remove conditionals.
1239         * string/test-string.h (TEST_IFUNC): Remove macro.
1240         [TEST_IFUNC]: Remove conditionals.
1242         * string/test-strchr.c [!WIDE] (L): New macro.
1243         [WIDE] (L): Likewise.
1244         (check1): Use CHAR instead of char.  Use L on string and character
1245         constants.
1247 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
1249         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
1250         tests.
1251         * sysdeps/powerpc/bits/atomic.h
1252         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1253         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1254         (atomic_exchange_and_add_acq): Likewise.
1255         (atomic_exchange_and_add_rel): Likewise.
1256         * sysdeps/powerpc/powerpc32/bits/atomic.h
1257         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1258         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1259         * sysdeps/powerpc/powerpc64/bits/atomic.h
1260         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1261         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1263 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1265         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1266         Change synchronization of __sched_fifo_min_prio and
1267         __sched_fifo_max_prio.
1268         * nptl/pthread_mutexattr_getprioceiling.c
1269         (pthread_mutexattr_getprioceiling): Likewise.
1270         * nptl/pthread_mutexattr_setprioceiling.c
1271         (pthread_mutexattr_setprioceiling): Likewise.
1272         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1273         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1274         Likewise.
1276 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1278         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1279         void.
1281 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1283         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1284         third argument const.
1286 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1288         fnmatch: work around GCC compiler warning bug with uninit var
1289         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1290         This works around a bug with x86-64 GCC 4.9.2 and earlier
1291         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1292         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1293         used uninitialized in this function [-Wmaybe-uninitialized]".
1295 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1297         * posix/bug-regex31.c (main): Return RES not 0.
1299 2014-11-25  Anton Blanchard <anton@samba.org>
1301         * sysdeps/powerpc/bits/atomic.h
1302         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1304 2014-11-24  Sterling Augustine  <saugustine@google.com>
1306         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1308 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1310         [BZ #17608]
1311         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1313 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1315         [BZ #17633]
1316         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1317         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1318         variable.
1319         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1320         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1322 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1324         * string/strncpy.c (strncpy): Improve performance by using memset.
1326 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1328         * string/strcpy.c (strcpy):
1329         Improve performance by using strlen and memcpy.
1331 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1333         * string/strcoll_l.c (get_next_seq): __always_inline.
1334         * string/strcoll_l.c (do_compare): __always_inline.
1336 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1338         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1339         defined.
1340         * include/mqueue.h: Likewise.
1341         * include/stdlib.h: Likewise.
1343         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1344         (get_null_defines): Adjust.
1345         * sunrpc/Makefile: Adjust comment.
1346         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1347         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1348         (CFLAGS-interp.c): Likewise.
1349         (CFLAGS-ldconfig.c): Likewise.
1350         (CPPFLAGS-.os): Likewise.
1351         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1352         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1353         * extra-modules.mk (extra-modules.mk): Likewise.
1354         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1355         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1356         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1357         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1358         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1359         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1360         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1361         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1362         * iconvdata/Makefile (CPPFLAGS): Likewise.
1363         (cpp-srcs-left): Add libof for all iconvdata routines.
1364         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1365         * include/assert.h: Likewise.
1366         * include/ctype.h: Likewise.
1367         * include/errno.h: Likewise.
1368         * include/libc-symbols.h: Likewise.
1369         * include/math.h: Likewise.
1370         * include/netdb.h: Likewise.
1371         * include/resolv.h: Likewise.
1372         * include/stdio.h: Likewise.
1373         * include/stdlib.h: Likewise.
1374         * include/string.h: Likewise.
1375         * include/sys/stat.h: Likewise.
1376         * include/wctype.h: Likewise.
1377         * intl/l10nflist.c: Likewise.
1378         * libidn/idn-stub.c: Likewise.
1379         * libio/libioP.h: Likewise.
1380         * nptl/libc_multiple_threads.c: Likewise.
1381         * nptl/pthreadP.h: Likewise.
1382         * posix/regex_internal.h: Likewise.
1383         * resolv/res_hconf.c: Likewise.
1384         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1385         * sysdeps/arm/memmove.S: Likewise.
1386         * sysdeps/arm/sysdep.h: Likewise.
1387         * sysdeps/generic/_itoa.h: Likewise.
1388         * sysdeps/generic/symbol-hacks.h: Likewise.
1389         * sysdeps/gnu/errlist.awk: Likewise.
1390         * sysdeps/gnu/errlist.c: Likewise.
1391         * sysdeps/i386/i586/memcpy.S: Likewise.
1392         * sysdeps/i386/i586/memset.S: Likewise.
1393         * sysdeps/i386/i686/memcpy.S: Likewise.
1394         * sysdeps/i386/i686/memmove.S: Likewise.
1395         * sysdeps/i386/i686/mempcpy.S: Likewise.
1396         * sysdeps/i386/i686/memset.S: Likewise.
1397         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1398         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1399         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1400         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1401         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1402         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1403         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1404         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1405         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1406         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1407         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1408         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1409         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1410         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1411         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1412         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1413         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1414         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1415         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1416         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1417         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1418         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1419         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1420         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1421         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1422         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1423         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1424         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1425         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1426         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1427         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1428         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1429         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1430         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1431         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1432         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1433         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1434         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1435         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1436         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1437         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1438         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1439         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1440         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1441         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1442         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1443         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1444         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1445         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1446         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1447         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1448         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1449         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1450         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1451         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1452         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1453         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1454         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1455         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1456         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1457         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1458         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1459         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1460         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1461         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1462         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1463         * sysdeps/posix/closedir.c: Likewise.
1464         * sysdeps/posix/opendir.c: Likewise.
1465         * sysdeps/posix/readdir.c: Likewise.
1466         * sysdeps/posix/rewinddir.c: Likewise.
1467         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1468         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1469         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1470         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1471         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1472         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1473         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1474         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1475         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1476         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1477         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1478         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1479         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1480         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1481         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1482         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1483         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1484         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1485         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1486         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1487         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1488         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1489         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1490         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1491         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1492         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1493         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1494         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1495         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1496         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1497         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1498         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1499         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1500         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1501         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1502         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1503         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1504         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1505         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1506         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1507         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1508         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1509         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1510         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1511         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1512         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1513         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1514         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1515         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1516         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1517         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1518         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1519         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1520         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1521         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1522         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1523         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1524         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1525         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1526         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1527         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1528         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1529         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1530         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1531         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1532         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1533         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1534         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1535         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1536         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1537         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1538         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1539         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1540         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1541         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1542         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1543         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1544         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1545         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1546         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1547         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1548         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1549         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1550         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1551         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1552         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1553         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1554         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1555         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1556         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1557         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1558         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1559         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1560         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1561         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1562         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1563         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1564         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1565         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1566         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1567         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1568         * sysdeps/unix/alpha/sysdep.S: Likewise.
1569         * sysdeps/unix/alpha/sysdep.h: Likewise.
1570         * sysdeps/unix/make-syscalls.sh: Likewise.
1571         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1572         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1573         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1574         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1575         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1576         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1577         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1578         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1579         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1580         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1581         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1582         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1583         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1584         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1585         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1586         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1587         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1588         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1589         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1590         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1591         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1592         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1593         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1594         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1595         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1596         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1597         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1598         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1600         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1601         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1602         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1603         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1604         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1605         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1606         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1607         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1608         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1609         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1610         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1611         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1612         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1613         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1614         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1615         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1616         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1617         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1618         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1619         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1620         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1621         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1622         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1623         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1624         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1625         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1626         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1627         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1628         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1629         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1630         * sysdeps/x86_64/memcpy.S: Likewise.
1631         * sysdeps/x86_64/memmove.c: Likewise.
1632         * sysdeps/x86_64/memset.S: Likewise.
1633         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1634         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1635         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1636         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1637         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1638         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1639         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1640         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1641         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1642         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1643         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1644         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1645         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1646         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1647         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1648         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1649         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1650         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1651         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1652         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1653         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1654         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1655         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1656         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1657         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1658         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1659         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1660         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1661         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1662         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1663         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1664         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1665         * sysdeps/x86_64/strcmp.S: Likewise.
1667         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1669         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1670         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1671         * elf/rtld-Rules: Likewise.
1672         * elf/setup-vdso.h: Likewise.
1673         * include/assert.h: Likewise.
1674         * include/bits/stdlib-float.h: Likewise.
1675         * include/errno.h: Likewise.
1676         * include/sys/stat.h: Likewise.
1677         * include/unistd.h: Likewise.
1678         * sysdeps/aarch64/setjmp.S: Likewise.
1679         * sysdeps/alpha/setjmp.S: Likewise.
1680         * sysdeps/arm/__longjmp.S: Likewise.
1681         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1682         * sysdeps/arm/setjmp.S: Likewise.
1683         * sysdeps/arm/sysdep.h: Likewise.
1684         * sysdeps/generic/_itoa.h: Likewise.
1685         * sysdeps/generic/dl-sysdep.h: Likewise.
1686         * sysdeps/generic/ldsodefs.h: Likewise.
1687         * sysdeps/i386/dl-tls.h: Likewise.
1688         * sysdeps/i386/setjmp.S: Likewise.
1689         * sysdeps/m68k/setjmp.c: Likewise.
1690         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1691         * sysdeps/mach/hurd/opendir.c: Likewise.
1692         * sysdeps/posix/getcwd.c: Likewise.
1693         * sysdeps/posix/opendir.c: Likewise.
1694         * sysdeps/posix/profil.c: Likewise.
1695         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1696         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1697         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1698         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1699         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1700         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1701         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1702         * sysdeps/s390/dl-tls.h: Likewise.
1703         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1704         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1705         * sysdeps/sh/sh3/setjmp.S: Likewise.
1706         * sysdeps/sh/sh4/setjmp.S: Likewise.
1707         * sysdeps/unix/alpha/sysdep.h: Likewise.
1708         * sysdeps/unix/arm/sysdep.S: Likewise.
1709         * sysdeps/unix/i386/sysdep.S: Likewise.
1710         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1711         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1712         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1713         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1714         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1715         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1716         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1717         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1718         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1719         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1720         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1721         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1722         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1724         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1725         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1726         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1727         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1728         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1729         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1730         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1731         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1732         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1733         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1734         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1735         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1736         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1737         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1738         * sysdeps/x86_64/setjmp.S: Likewise.
1740         * include/math.h: Use IS_IN instead of IS_IN_libm.
1741         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1742         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1743         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1744         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1745         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1746         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1747         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1748         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1749         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1750         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1751         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1752         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1753         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1754         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1755         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1756         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1757         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1758         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1759         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1760         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1761         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1762         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1763         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1764         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1765         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1766         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1767         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1768         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1769         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1770         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1771         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1772         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1773         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1774         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1775         Likewise.
1776         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1777         Likewise.
1778         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1779         Likewise.
1780         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1781         Likewise.
1782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1783         Likewise.
1784         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1785         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1786         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1787         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1788         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1789         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1790         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1791         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1792         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1793         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1794         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1795         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1796         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1797         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1798         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1799         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1800         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1801         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1802         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1803         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1804         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1805         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1806         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1807         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1808         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1809         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1810         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1812         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1813         * nptl/pthreadP.h: Likewise.
1814         * nptl_db/structs.def: Likewise.
1815         * sysdeps/arm/sysdep.h: Likewise.
1816         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1817         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1818         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1819         * sysdeps/unix/alpha/sysdep.h: Likewise.
1820         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1821         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1822         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1823         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1824         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1825         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1826         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1827         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1828         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1829         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1830         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1831         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1832         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1833         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1836         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1837         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1838         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1839         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1840         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1841         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1842         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1843         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1844         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1845         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1847         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1848         * nptl/pthreadP.h: Likewise.
1849         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1850         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1851         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1852         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1853         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1854         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1855         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1856         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1857         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1858         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1859         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1860         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1862         Likewise.
1863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1864         Likewise.
1865         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1866         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1867         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1868         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1869         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1870         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1871         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1872         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1874         * dlfcn/dladdr.c: Use IS_IN.
1875         * dlfcn/dladdr1.c: Likewise.
1876         * dlfcn/dlclose.c: Likewise.
1877         * dlfcn/dlerror.c: Likewise.
1878         * dlfcn/dlinfo.c: Likewise.
1879         * dlfcn/dlmopen.c: Likewise.
1880         * dlfcn/dlopen.c: Likewise.
1881         * dlfcn/dlsym.c: Likewise.
1882         * dlfcn/dlvsym.c: Likewise.
1884         * include/ifaddrs.h: Use IS_IN.
1885         * inet/check_pf.c: Likewise.
1886         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1887         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1889         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1890         IS_IN_ldconfig.
1891         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1892         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1894         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1895         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1896         IS_IN (libc).
1898         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1900         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1901         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1902         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1903         * include/libc-symbols.h (IS_IN_LIB): New macro.
1904         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1905         * include/netdb.h: Likewise.
1906         * include/stap-probe.h: Remove all uses of IN_LIB.
1908         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1909         instead of IN_MODULE.
1910         * include/libc-symbols.h (IN_MODULE): Define using
1911         MODULE_NAME.
1912         (PASTE_NAME, PASTE_NAME1): New macros.
1913         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1914         of IN_LIB.
1915         (STAP_PROBE_ASM): Likewise.
1917 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1919         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1920         __mach_init in dlopened libc.
1922 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1924         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1925         * sysdeps/arm/preconfigure: Regenerate.
1927 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1929         * nptl/pthread_create.c (__pthread_create_2_1): Set
1930         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1931         when copying values from IATTR into PD.
1933 2014-11-21  Will Newton  <will.newton@linaro.org>
1934             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1936         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1937         Refactor inline-asm.  Also add comment.
1939         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1940         ElfW macro instead of hardcoded Elf64 types.
1941         (la_aarch64_gnu_pltenter): Likewise.
1942         * sysdeps/aarch64/dl-machine.h
1943         (elf_machine_runtime_setup): Use ElfW(Addr).
1945         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1946         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1947         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1948         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1949         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1950         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1951         (R_AARCH64_TLS_DTPMOD): This.
1952         (R_AARCH64_TLS_DTPREL64): Rename to ...
1953         (R_AARCH64_TLS_DTPREL): This.
1954         (R_AARCH64_TLS_TPREL64): Rename to ...
1955         (R_AARCH64_TLS_TPREL): This.
1956         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1957         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1958         R_AARCH64_TLS_TPREL64.
1959         (elf_machine_rela): Likewise.
1961 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1963         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1964         by setting it to 0.  64b atomics are not supported currently.
1966 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1968         [BZ #16469]
1969         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1970         search domain names.
1972 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1974         [BZ #16469]
1975         * NEWS: Update.
1976         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1977         trailing dot.
1978         * posix/tst-getaddrinfo5.c: New.
1979         * posix/Makefile (tests): Add it.
1981 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1983         [BZ #14498]
1984         * NEWS: Fixed.
1985         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1986         after parsing line but before break_if_match.
1987         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1988         if there is a protocol mismatch.
1990 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1992         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1993         because the potential race is on the user-supplied stream.
1995 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1997         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1998         string literal if not passed a buffer.
1999         * manual/job.texi (ctermid): Update reasoning, note deviation
2000         from posix, suggest mtasurace when not passed a buffer, for
2001         future non-preliminary safety notes.
2003 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2005         * manual/users.texi (cuserid): Fix MT-Safety note for the case
2006         of not passing it a buffer.
2007         Reported by Peng Haitao.
2009 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
2011         * manual/Makefile ($(objpfx)stamp-summary): Require
2012         check-safety.sh to pass.
2013         * manual/check-safety.sh: Wish for verification that every
2014         @deftypefn and @deftypefun is followed by a @safety remark.
2016 2014-11-20  Roland McGrath  <roland@hack.frob.com>
2018         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
2020         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
2021         PTHREAD_CANCEL_ASYNCHRONOUS.
2022         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
2023         send SIGCANCEL.
2025         * nptl/default-sched.h: New file.
2026         * sysdeps/unix/sysv/linux/default-sched.h: New file.
2027         * nptl/pthread_create.c: Include it.
2028         (__pthread_create_2_1): Use collect_default_sched instead of making
2029         Linux syscalls here directly.
2031 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2033         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
2034         __pthread_once): Use C11 atomics.
2036 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2038         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
2040 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2042         * include/atomic.h (__atomic_link_error, __atomic_check_size,
2043         atomic_thread_fence_acquire, atomic_thread_fence_release,
2044         atomic_thread_fence_seq_cst, atomic_load_relaxed,
2045         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
2046         atomic_compare_exchange_weak_relaxed,
2047         atomic_compare_exchange_weak_acquire,
2048         atomic_compare_exchange_weak_release,
2049         atomic_exchange_acquire, atomic_exchange_release,
2050         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
2051         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
2052         atomic_fetch_and_acquire,
2053         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
2055 2014-11-20  Torvald Riegel  <triegel@redhat.com>
2057         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
2058         USE_ATOMIC_COMPILER_BUILTINS): Define.
2059         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
2060         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2061         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
2062         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2063         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
2064         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2065         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
2066         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2067         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
2068         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2069         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
2070         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2071         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
2072         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2073         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
2074         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2075         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2076         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2077         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2078         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2079         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
2080         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2081         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
2082         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2083         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
2084         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2085         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
2086         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2087         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
2088         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2089         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
2090         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2091         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
2092         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2093         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2094         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2095         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
2096         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2097         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
2098         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
2100 2014-11-19  Roland McGrath  <roland@hack.frob.com>
2102         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
2103         the sched_priority value here.  It was already checked when the user
2104         called pthread_attr_setschedparam.
2106         * nptl/tst-bad-schedattr.c: New file.
2107         * nptl/Makefile (tests): Add it.
2109 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
2110             Florian Weimer  <fweimer@redhat.com>
2111             Joseph Myers  <joseph@codesourcery.com>
2112             Adam Conrad  <adconrad@0c3.net>
2113             Andreas Schwab  <schwab@suse.de>
2114             Brooks  <bmoses@google.com>
2116         [BZ #17625]
2117         * wordexp-test.c (__dso_handle): Add prototype.
2118         (__register_atfork): Likewise.
2119         (__app_register_atfork): New function.
2120         (registered_forks): New global.
2121         (register_fork): New function.
2122         (test_case): Add 3 new tests for WRDE_CMDSUB.
2123         (main): Call __app_register_atfork.
2124         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
2125         fork count is non-zero fail the test.
2126         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
2127         is set.
2128         (parse_dollars): Remove check for WRDE_NOCMD.
2129         (parse_dquote): Likewise.
2131 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2133         * Makeconfig (built-modules): List non-library modules to be
2134         built.
2135         (module-cppflags): Include libc-modules.h for
2136         everything except shlib-versions.v.i.
2137         (CPPFLAGS): Use it.
2138         (before-compile): Add libc-modules.h.
2139         ($(common-objpfx)libc-modules.h,
2140         $(common-objpfx)libc-modules.stmp): New targets.
2141         (common-generated): Add libc-modules.h and libc-modules.stmp.
2142         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
2143         * include/libc-symbols.h: Don't include libc-modules.h.
2144         * include/libc-modules.h: Remove file.
2145         * scripts/gen-libc-modules.awk: New script to generate
2146         libc-modules.h.
2147         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
2148         Depend on libc-modules.stmp.
2150         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
2152         * Makeconfig (in-module): Get value of libof set for the
2153         translation unit.
2154         (CPPFLAGS): Use $(in-module).
2155         * Makerules: Don't suffix routine names for nonlib.
2156         * include/libc-modules.h: New file.
2157         * include/libc-symbols.h: Include libc-modules.h
2158         (IS_IN): New macro to replace IS_IN_* macros.
2159         * elf/Makefile: Set libof-* for each routine.
2160         * elf/rtld-Rules: Likewise.
2161         * extra-modules.mk: Likewise.
2162         * iconv/Makefile: Likewise.
2163         * iconvdata/Makefile: Likewise.
2164         * locale/Makefile: Likewise.
2165         * malloc/Makefile: Likewise.
2166         * nss/Makefile: Likewise.
2167         * sysdeps/gnu/Makefile: Likewise.
2168         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
2169         * sysdeps/unix/sysv/linux/Makefile: Likewise.
2170         * sysdeps/s390/s390-64/Makefile: Likewise.
2171         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
2172         CPPFLAGS for nscd instead of nonlib.
2174 2014-11-18  Roland McGrath  <roland@hack.frob.com>
2176         * nptl/createthread.c: New file.
2178         * nptl/createthread.c: Moved ...
2179         * sysdeps/unix/sysv/linux/createthread.c: ... here.
2181         * nptl/createthread.c: Add proper top-line comment.
2182         (do_clone): Folded into ...
2183         (create_thread): ... here.  Take new arguments STOPPED_START and
2184         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
2185         increment __nptl_threads, do event-reporting logic, do
2186         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
2187         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
2188         resource cleanup if sched_setaffinity or sched_setscheduler fails,
2189         just send SIGCANCEL.
2190         * nptl/pthread_create.c: Forward-declare create_thread before
2191         including createthread.c.
2192         (start_thread): Use new macro START_THREAD_DEFN to replace defining
2193         declaration, and new macro START_THREAD_SELF to replace argument.
2194         Remove return statement.
2195         (report_thread_creation): New function.
2196         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
2197         synchronization logic, and __nptl_nthreads increment here, around
2198         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
2199         PD->parent_cancelhandling here, before create_thread.  When
2200         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
2201         __deallocate_stack, and ENOMEM translation here.
2203 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
2205         [BZ #17616]
2206         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
2207         (mptwo): Rename to __mptwo.
2208         (__inv): Use __mptwo instead of mptwo.
2209         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
2210         (mptwo): Rename to __mptwo.
2211         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
2212         of mpone and __mptwo instead of mptwo.
2213         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
2214         instead of mpone.
2215         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
2216         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
2217         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
2218         of mpone and __mptwo instead of mptwo.
2219         (__mpranred): Use __mpone instead of mpone.
2220         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
2221         variable.
2222         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2223         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2224         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2225         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2226         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2227         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2228         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2229         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2230         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2231         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2232         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2233         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2234         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2235         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2236         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2237         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2238         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2239         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2240         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2242 2014-11-18  Tom de Vries  <tom@codesoucery.com>
2244         * manual/signal.texi (Primitives Interrupted by Signals): In section,
2245         replace BSD Handler xref with BSD Signal Handling.
2247 2014-11-17  Richard Henderson  <rth@redhat.com>
2249         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
2250         (_FP_PACK_RAW_2): Remove.
2251         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
2252         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2253         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2254         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2255         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2256         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2257         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2258         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2259         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2260         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2261         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2262         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2263         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2264         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2265         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2266         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2268 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2270         * signal/signal.h [__USE_MISC]
2271         (struct sigvec): Remove type.
2272         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2273         (sigvec): Remove declaration.
2274         * sysdeps/posix/sigvec.c: Moved ...
2275         * signal/sigvec.c: ... here, replacing old file.
2276         (struct sigvec): New type, copied from old signal.h definition.
2277         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2278         (__sigvec): Convert definition to prototype.
2279         (sigvec): Replace weak_alias with compat_symbol.
2280         * signal/Versions (libc: GLIBC_2.21): New version set.
2281         * include/signal.h: Remove __sigvec declaration.
2282         * sysdeps/unix/bsd/sigvec.c: Remove file.
2283         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2284         * manual/signal.texi (BSD Handler): Remove subsection.
2285         Move siginterrupt up to ...
2286         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2287         (Blocking in BSD): Fold subsection into its parent.
2288         * NEWS: Mention sigvec removal.
2290 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2292         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2293         (DLA_FMS): Make definition conditional only on [__FMA4__].
2294         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2295         definition.
2297         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2298         Make definition conditional only on [PROF].
2299         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2300         definition.
2301         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2302         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2304         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2305         !__GNUC__].
2306         * include/signal.h (__sigpause): Move declaration above call to
2307         libc_hidden_proto.
2308         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2309         variable.
2310         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2311         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2313 2014-11-14  David S. Miller  <davem@davemloft.net>
2315         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2316         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2318 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2320         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2321         * configure: Regenerated.
2322         * manual/install.texi (Tools for Compilation): Document a
2323         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2324         compiler verified to work.
2325         * INSTALL: Regenerated.
2327         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2328         redeclare with asm name.
2329         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2330         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2331         including <string.h>.
2332         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2333         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2334         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2335         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2336         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2337         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2338         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2340 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2342         * stdlib/strtol.c (__strtol): Use prototype definition.
2344         [BZ #17594]
2345         * stdlib/strtol.c (SYM__): New macro.
2346         (SYM__1): Likewise.
2347         (__strtol): Likewise.
2348         (strtol): Rename to __strtol and define as weak alias of
2349         __strtol.  Use libc_hidden_weak.
2351 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2353         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2354         Use numbered labels in inline assembly.
2356 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2358         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2359         Add setjmp LIBC_PROBE.
2360         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2361         Likewise.
2362         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2363         Add longjmp, longjmp_target LIBC_PROBE.
2364         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2365         Likewise.
2367 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2369         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2370         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2371         to get rid of unused variable warning.
2373 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2375         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2376         Check for unwind_backtrace ==  NULL only in SHARED case.
2377         (__backchain_backtrace): Compile only in SHARED case.
2378         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2379         Likewise.
2380         (__backchain_backtrace): Declare as static.
2382 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2384         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2385         (__libc_multiple_threads_ptr): Variable moved ...
2386         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2388 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2390         * conform/GlibcConform.pm: New file.
2391         * conform/conformtest.pl: Use GlibcConform module.
2392         * conform/linknamespace.pl: New file.
2393         * conform/list-header-symbols.pl: Likewise.
2394         * conform/Makefile (linknamespace-symlists-base): New variable.
2395         (linknamespace-symlists-tests): Likewise.
2396         (linknamespace-header-base): Likewise.
2397         (linknamespace-header-tests): Likewise.
2398         (tests-special): Add new tests.
2399         ($(linknamespace-symlists-tests)): New rule.
2400         (linknamespace-libs): New variable.
2401         ($(objpfx)symlist-stdlibs): New rule.
2402         ($(linknamespace-header-tests)): Likewise.
2403         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2404         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2405         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2406         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2407         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2408         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2409         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2410         (test-xfail-ISO/math.h/linknamespace): Likewise.
2411         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2412         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2413         (test-xfail-ISO/time.h/linknamespace): Likewise.
2414         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2415         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2416         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2417         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2418         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2419         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2420         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2421         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2422         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2423         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2424         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2425         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2426         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2427         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2428         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2429         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2430         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2431         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2432         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2433         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2434         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2435         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2436         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2437         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2438         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2439         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2440         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2441         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2442         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2443         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2444         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2445         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2446         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2447         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2448         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2449         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2450         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2451         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2452         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2453         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2454         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2455         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2456         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2457         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2458         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2459         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2460         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2461         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2462         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2463         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2464         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2465         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2466         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2467         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2468         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2469         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2470         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2471         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2472         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2473         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2474         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2475         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2476         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2477         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2478         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2479         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2480         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2481         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2482         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2483         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2484         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2485         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2486         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2487         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2488         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2489         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2490         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2491         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2492         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2493         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2494         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2495         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2496         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2497         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2498         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2499         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2500         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2501         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2502         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2503         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2504         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2505         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2506         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2507         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2508         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2509         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2510         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2511         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2512         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2513         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2514         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2515         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2516         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2517         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2518         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2519         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2520         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2521         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2522         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2523         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2524         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2525         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2526         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2527         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2528         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2529         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2530         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2531         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2532         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2533         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2534         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2535         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2536         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2537         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2538         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2539         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2540         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2541         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2542         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2543         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2544         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2545         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2546         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2547         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2548         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2549         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2550         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2551         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2552         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2553         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2554         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2555         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2556         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2557         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2558         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2559         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2560         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2561         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2562         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2563         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2565         [BZ #17589]
2566         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2567         of fgets_unlocked.
2569         [BZ #17585]
2570         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2571         (memmem): Rename to __memmem and define as weak alias of
2572         __memmem.  Use libc_hidden_weak.
2573         (__memmem): Use libc_hidden_def.
2574         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2575         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2576         memmem.
2578         [BZ #17582]
2579         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2580         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2581         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2582         and define as weak alias of __fgets_unlocked.  Use
2583         libc_hidden_weak.
2584         (__fgets_unlocked): Use libc_hidden_def.
2585         * include/stdio.h (__fgets_unlocked): Declare.  Use
2586         libc_hidden_proto.
2587         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2588         __fgets_unlocked instead of fgets_unlocked.
2589         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2590         (GET_NPROCS_CONF_PARSER): Likewise.
2591         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2592         (GET_NPROCS_CONF_PARSER): Likewise.
2594         [BZ #17574]
2595         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2596         weak alias of __wmemset.  Use libc_hidden_weak.
2597         (__wmemset): Use libc_hidden_def.
2598         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2599         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2600         of wmemset.
2602         [BZ #17573]
2603         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2604         with asm name __mempcpy.
2605         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2607         [BZ #17572]
2608         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2609         and define as weak alias of __rawmemchr.
2610         (__rawmemchr): Do not define as strong alias of rawmemchr.
2612         [BZ #17571]
2613         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2614         alias of __qsort_r.
2615         (qsort): Call __qsort_r instead of qsort_r.
2616         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2617         (__qsort_r): Declare.  Call libc_hidden_proto.
2618         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2619         instead of qsort_r.
2620         * nscd/gai.c (__qsort_r): Define to qsort_r.
2621         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2622         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2623         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2625         [BZ #17570]
2626         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2627         define as weak alias of __malloc_info.
2629         [BZ #17584]
2630         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2631         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2632         (__rewinddir): Use libc_hidden_def.
2633         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2634         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2635         (__rewinddir): Use libc_hidden_def.
2636         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2637         weak alias of __rewinddir.  Don't use libc_hidden_def.
2638         (__rewinddir): Use libc_hidden_def.
2639         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2640         (__rewinddir): Use libc_hidden_proto.
2641         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2642         rewinddir.
2643         (__getcwd): Use __rewinddir instead of rewinddir.
2645         [BZ #17583]
2646         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2647         alias of __fileno.  Use libc_hidden_weak.
2648         (__fileno): Use libc_hidden_def.
2649         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2650         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2651         alias of __ftello.
2652         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2653         __ftello.
2654         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2655         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2656         libc_hidden_def.
2657         (fread_unlocked): Don't use libc_hidden_ver.
2658         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2659         and define as weak alias of __fread_unlocked.  Don't use
2660         libc_hidden_def.
2661         (__fread_unlocked): Use libc_hidden_def.
2662         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2663         (ftello): Don't use libc_hidden_proto.
2664         (__ftello): Declare.  Use libc_hidden_proto.
2665         (fread_unlocked): Don't use libc_hidden_proto.
2666         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2667         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2668         and __ftello instead of fileno, fread_unlocked and ftello.
2670 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2672         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2673         GOT12.
2674         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2675         Likewise.
2676         (_dl_start_user): Likewise.
2677         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2679 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2680             Siddhesh Poyarekar  <siddhesh@redhat.com>
2682         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2683         Move argv and envp down instead of moving argc up.
2684         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2686 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2688         [BZ #17506]
2689         * test-skeleton.c (main): Return successful if one of
2690         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2691         * string/tst-strcoll-overflow.c: Define expected status.
2693 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2695         [BZ #17475]
2696         * locale/iso-639.def: Define Bhili and Tulu language codes.
2698 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2700         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2702 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2704         [BZ #17555]
2705         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2707 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2709         * configure.ac: Updated check of minimal required version to
2710         2.22.
2711         * manual/install.texi (Tools for Compilation): Updated version
2712         number.
2713         * configure: Regenerated.
2714         * INSTALL: Likewise.
2716 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2718         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2719         __tls_get_addr.
2721 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2723         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2724         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2725         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2726         libc_hidden_weak.
2727         (waitpid): Define as alias of __waitpid.
2728         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2729         __waitpid.
2730         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2731         libc_hidden_weak.
2732         (waitpid): Define as alias of __waitpid.
2733         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2734         __libc_waitpid alias.
2735         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2736         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2737         Likewise.
2738         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2739         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2740         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2741         alias.
2742         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2743         __waitpid.
2744         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2745         libc_hidden_weak.
2746         (waitpid): Define as alias of __waitpid.
2748 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2750         * manual/llio.texi: Add comment that write safety has been
2751         fixed in Linux.
2753         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2754         (localplt-build-dso): Add elf/ld.so.
2755         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2756         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2757         and free for ld.so.
2758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2759         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2761         Likewise.
2762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2763         Likewise.
2764         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2765         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2766         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2767         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2768         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2769         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2770         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2771         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2772         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2773         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2774         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2776 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2778         [BZ #14132]
2779         * include/libc-symbols.h (INTUSE): Remove macro.
2780         (INTDEF): Likewise.
2781         (INTVARDEF): Likewise.
2782         (_INTVARDEF): Likewise.
2783         (INTDEF2): Likewise.
2784         (INTVARDEF2): Likewise.
2785         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2786         rtld_hidden_def instead of INTVARDEF.
2787         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2788         (_dl_starting_up_internal): Remove declaration.
2789         (_dl_starting_up): Use rtld_hidden_proto.
2790         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2791         declaration.
2792         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2793         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2794         _dl_starting_up.
2795         * elf/dl-writev.h (_dl_writev): Likewise.
2796         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2797         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2798         _dl_starting_up_internal.
2800 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2802         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2803         test-skeleton.c.
2805 2014-11-05  Will Newton  <will.newton@linaro.org>
2807         * benchtests/Makefile: (bench-malloc): Add malloc thread
2808         scalability benchmark.
2809         * benchtests/bench-malloc-threads.c: New file.
2811 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2813         * sysdeps/aarch64/strchrnul.S: New file.
2815 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2817         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2818         definition.
2819         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2820         Likwise.
2821         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2822         Likewise.
2823         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2824         Likewise.
2825         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2826         Likewise.
2827         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2828         Likewise.
2830 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2832         * catgets/test-gencat.c: Use test-skeleton.c.
2833         * catgets/tst-catgets.c: Likewise.
2834         * csu/tst-empty.c: Likewise.
2835         * elf/tst-audit2.c: Likewise.
2836         * elf/tst-global1.c: Likewise.
2837         * elf/tst-pathopt.c: Likewise.
2838         * elf/tst-piemod1.c: Likewise.
2839         * elf/tst-tls10.c: Likewise.
2840         * elf/tst-tls11.c: Likewise.
2841         * elf/tst-tls12.c: Likewise.
2842         * gnulib/tst-gcc.c: Likewise.
2843         * iconvdata/tst-e2big.c: Likewise.
2844         * iconvdata/tst-loading.c: Likewise.
2845         * iconv/tst-iconv1.c: Likewise.
2846         * iconv/tst-iconv2.c: Likewise.
2847         * inet/test-inet6_opt.c: Likewise.
2848         * inet/tst-gethnm.c: Likewise.
2849         * inet/tst-network.c: Likewise.
2850         * inet/tst-ntoa.c: Likewise.
2851         * intl/tst-codeset.c: Likewise.
2852         * intl/tst-gettext2.c: Likewise.
2853         * intl/tst-gettext3.c: Likewise.
2854         * intl/tst-ngettext.c: Likewise.
2855         * intl/tst-translit.c: Likewise.
2856         * io/test-stat.c: Likewise.
2857         * libio/test-fmemopen.c: Likewise.
2858         * libio/tst-freopen.c: Likewise.
2859         * libio/tst-sscanf.c: Likewise.
2860         * libio/tst-ungetwc1.c: Likewise.
2861         * libio/tst-ungetwc2.c: Likewise.
2862         * libio/tst-widetext.c: Likewise.
2863         * localedata/tst-ctype.c: Likewise.
2864         * localedata/tst-digits.c: Likewise.
2865         * localedata/tst-leaks.c: Likewise.
2866         * localedata/tst-mbswcs1.c: Likewise.
2867         * localedata/tst-mbswcs2.c: Likewise.
2868         * localedata/tst-mbswcs3.c: Likewise.
2869         * localedata/tst-mbswcs4.c: Likewise.
2870         * localedata/tst-mbswcs5.c: Likewise.
2871         * localedata/tst-setlocale.c: Likewise.
2872         * localedata/tst-trans.c: Likewise.
2873         * localedata/tst-wctype.c: Likewise.
2874         * localedata/tst-xlocale1.c: Likewise.
2875         * login/tst-grantpt.c: Likewise.
2876         * malloc/tst-calloc.c: Likewise.
2877         * malloc/tst-malloc.c: Likewise.
2878         * malloc/tst-mallocstate.c: Likewise.
2879         * malloc/tst-mcheck.c: Likewise.
2880         * malloc/tst-mtrace.c: Likewise.
2881         * malloc/tst-obstack.c: Likewise.
2882         * math/atest-exp2.c: Likewise.
2883         * math/atest-exp.c: Likewise.
2884         * math/atest-sincos.c: Likewise.
2885         * math/test-matherr.c: Likewise.
2886         * math/test-misc.c: Likewise.
2887         * math/test-powl.c: Likewise.
2888         * math/tst-definitions.c: Likewise.
2889         * misc/tst-dirname.c: Likewise.
2890         * misc/tst-efgcvt.c: Likewise.
2891         * misc/tst-fdset.c: Likewise.
2892         * misc/tst-hsearch.c: Likewise.
2893         * misc/tst-mntent2.c: Likewise.
2894         * nptl/tst-sem7.c: Likewise.
2895         * nptl/tst-sem8.c: Likewise.
2896         * nptl/tst-sem9.c: Likewise.
2897         * nss/test-netdb.c: Likewise.
2898         * posix/tst-fnmatch.c: Likewise.
2899         * posix/tst-getlogin.c: Likewise.
2900         * posix/tst-gnuglob.c: Likewise.
2901         * posix/tst-mmap.c: Likewise.
2902         * pwd/tst-getpw.c: Likewise.
2903         * resolv/tst-inet_ntop.c: Likewise.
2904         * rt/tst-timer.c: Likewise.
2905         * stdio-common/test-fseek.c: Likewise.
2906         * stdio-common/test-popen.c: Likewise.
2907         * stdio-common/test-vfprintf.c: Likewise.
2908         * stdio-common/tst-cookie.c: Likewise.
2909         * stdio-common/tst-fileno.c: Likewise.
2910         * stdio-common/tst-gets.c: Likewise.
2911         * stdio-common/tst-obprintf.c: Likewise.
2912         * stdio-common/tst-perror.c: Likewise.
2913         * stdio-common/tst-sprintf2.c: Likewise.
2914         * stdio-common/tst-sprintf3.c: Likewise.
2915         * stdio-common/tst-sprintf.c: Likewise.
2916         * stdio-common/tst-swprintf.c: Likewise.
2917         * stdio-common/tst-tmpnam.c: Likewise.
2918         * stdio-common/tst-unbputc.c: Likewise.
2919         * stdio-common/tst-wc-printf.c: Likewise.
2920         * stdlib/tst-environ.c: Likewise.
2921         * stdlib/tst-fmtmsg.c: Likewise.
2922         * stdlib/tst-limits.c: Likewise.
2923         * stdlib/tst-rand48-2.c: Likewise.
2924         * stdlib/tst-rand48.c: Likewise.
2925         * stdlib/tst-random2.c: Likewise.
2926         * stdlib/tst-random.c: Likewise.
2927         * stdlib/tst-strtol.c: Likewise.
2928         * stdlib/tst-strtoll.c: Likewise.
2929         * stdlib/tst-tls-atexit.c: Likewise.
2930         * stdlib/tst-xpg-basename.c: Likewise.
2931         * string/test-ffs.c: Likewise.
2932         * string/tst-bswap.c: Likewise.
2933         * string/tst-inlcall.c: Likewise.
2934         * string/tst-strtok.c: Likewise.
2935         * string/tst-strxfrm.c: Likewise.
2936         * sysdeps/x86_64/tst-audit10.c: Likewise.
2937         * sysdeps/x86_64/tst-audit3.c: Likewise.
2938         * sysdeps/x86_64/tst-audit4.c: Likewise.
2939         * sysdeps/x86_64/tst-audit5.c: Likewise.
2940         * time/tst-ftime_l.c: Likewise.
2941         * time/tst-getdate.c: Likewise.
2942         * time/tst-mktime3.c: Likewise.
2943         * time/tst-mktime.c: Likewise.
2944         * time/tst-posixtz.c: Likewise.
2945         * time/tst-strptime2.c: Likewise.
2946         * time/tst-strptime3.c: Likewise.
2947         * wcsmbs/tst-btowc.c: Likewise.
2948         * wcsmbs/tst-mbrtowc.c: Likewise.
2949         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2950         * wcsmbs/tst-wchar-h.c: Likewise.
2951         * wcsmbs/tst-wcpncpy.c: Likewise.
2952         * wcsmbs/tst-wcrtomb.c: Likewise.
2953         * wcsmbs/tst-wcsnlen.c: Likewise.
2954         * wcsmbs/tst-wcstof.c: Likewise.
2956 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2958         [BZ #14132]
2959         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2960         INTDEF.
2961         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2962         declaration.
2963         (_dl_mcount): Use rtld_hidden_proto.
2964         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2965         _dl_mcount.
2966         * elf/rtld.c (_rtld_global_ro): Likewise.
2968         [BZ #14132]
2969         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2970         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2971         of _dl_init_internal.
2972         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2973         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2974         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2975         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2976         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2977         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2978         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2979         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2980         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2981         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2982         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2983         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2984         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2985         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2986         * sysdeps/tile/dl-start.S (_start): Likewise.
2987         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2988         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2990         [BZ #14132]
2991         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2992         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2993         (rtld_progname): Make macro definition unconditional.
2994         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2995         INTDEF.
2996         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2997         (dl_main): Likewise.
2998         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2999         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
3000         instead of _dl_argv_internal.
3001         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
3002         __GI__dl_argv instead of INTUSE(_dl_argv).
3003         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
3004         __GI__dl_argv instead of _dl_argv_internal.
3006         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
3007         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
3008         macro.
3009         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
3010         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
3011         New macro.
3012         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
3013         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
3014         macro.
3015         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
3016         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
3018 2014-11-04  Andreas Schwab  <schwab@suse.de>
3020         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
3022 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3024         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
3025         mtvsrd instruction in binary form.
3027 2014-11-03  Andreas Schwab  <schwab@suse.de>
3029         [BZ #17522]
3030         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
3031         for less than MB_LEN_MAX use a local buffer of that size.
3032         * libio/tst-fputws.c: New file.
3033         * libio/Makefile (tests): Add tst-fputws.
3035 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
3037         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
3038         the size of the fpu_fr.fpu_dregs[] array.
3040 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
3042         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
3043         (__nanosleep): Do not define as alias.
3044         (nanosleep): Define as alias of __nanosleep.
3045         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
3046         __libc_nanosleep name.
3048 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3050         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
3051         install.texi in comment.
3053 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3055         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
3056         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
3057         ... add here and use lwsync or sync ...
3058         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
3059         ... and add here using lwsync.
3061 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3063         * elf/dl-machine-reject-phdr.h: New file.
3064         * elf/dl-load.c: #include that.
3065         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
3066         if that returned true.
3068 2014-10-31  Roland McGrath  <roland@hack.frob.com>
3070         [BZ #17496]
3071         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
3072         gen-as-const-headers chunk.  Add a big scare comment after the last
3073         safe place to touch before-compile.
3075 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
3077         * manual/install.texi (Tools for Compilation): Update autoconf
3078         version requirements.
3079         * INSTALL: Regenerated.
3081         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
3082         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
3083         (__libc_pselect): Likewise.
3085         [BZ #14138]
3086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
3087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3091 2014-10-31  Torvald Riegel  <triegel@redhat.com>
3093         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
3094         correct barrier instruction.
3095         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
3096         Likewise.
3097         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
3098         Likewise.
3100 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3102         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
3103         after defining inlines.  Instead, just use parens to defeat macro
3104         expansion of __isctype in its declaration.
3106 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3108         * include/sys/uio.h (__libc_readv): Remove declaration.
3109         (__libc_writev): Likewise.
3110         * misc/readv.c (__libc_readv): Rename to __readv.
3111         (__readv): Do not define as alias.
3112         (readv): Define as alias of __readv.
3113         * misc/writev.c (__libc_writev): Rename to __writev.
3114         (__writev): Do not define as alias.
3115         (writev): Define as alias of __writev.
3116         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
3117         (__readv): Do not define as alias.
3118         (readv): Define unconditionally as alias of __readv.
3119         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
3120         (__writev): Do not define as alias.
3121         (writev): Define unconditionally as alias of __writev.
3122         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
3123         name.
3124         (writev): Do not define __libc_writev name.
3126 2014-10-30  Roland McGrath  <roland@hack.frob.com>
3128         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
3129         (convert_charseq): New function, broken out of ...
3130         (use_from_charmap): ... here.  Call it.
3131         (use_to_charmap): Use convert_charseq and free instead of duplicating
3132         its code with a variable-length stack struct.
3134 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
3136         * include/fcntl.h (__libc_creat): Remove declaration.
3137         * io/creat.c (__libc_creat): Rename to creat.
3138         (creat): Do not define as alias.
3139         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
3140         of creat instead of __libc_creat.
3141         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
3142         to creat.
3143         (creat): Do not define as alias.
3144         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
3145         __libc_creat.
3146         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
3147         __libc_creat name.
3148         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
3149         Likewise.
3151 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
3153         * manual/llio.texi: Add comments discussing why write() may be
3154         considered MT-unsafe on Linux.
3156 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
3158         * dl-load.c (local_strdup): Remove.
3159         (expand_dynamic_string_token): Use __strdup.
3160         (decompose_rpath): Likewise.
3161         (_dl_map_object): Likewise.
3163 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
3165         [BZ #14132]
3166         * sysdeps/generic/unwind-dw2-fde.c
3167         (__register_frame_info_bases_internal): Do not declare.
3168         (__register_frame_info_table_bases_internal): Likewise.
3169         (__deregister_frame_info_bases_internal): Likewise.
3170         (__register_frame_info_bases): Declare and use hidden_proto before
3171         definition.  Use hidden_def instead of INTDEF.
3172         (__register_frame_info_table_bases): Likewise.
3173         (__deregister_frame_info_bases): Likewise.
3174         (__register_frame_info): Do not use INTUSE.
3175         (__register_frame): Likewise.
3176         (__register_frame_info_table): Likewise.
3177         (__register_frame_table): Likewise.
3178         (__deregister_frame_info): Likewise.
3179         (__deregister_frame): Likewise.
3181 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
3183         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3184         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
3185         not undefine.
3186         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
3187         Likewise.
3188         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
3189         Likewise.
3191 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
3193         [BZ #14138]
3194         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
3195         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
3196         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
3197         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
3198         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
3199         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
3200         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
3201         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
3202         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
3203         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
3204         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
3205         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
3206         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
3207         syscall.
3208         (setfsuid): Likewise.
3209         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
3210         (setfsuid): Likewise.
3211         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
3212         (setfsuid): Likewise.
3213         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
3214         Likewise.
3215         (setfsuid): Likewise.
3216         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
3217         (setfsuid): Likewise.
3218         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
3219         Likewise.
3220         (setfsuid): Likewise.
3222 2014-10-27  Andreas Schwab  <schwab@suse.de>
3224         [BZ #17501]
3225         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
3226         check for Slow_SSE4_2 feature bit.
3227         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
3228         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3229         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
3230         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
3232 2014-10-24  Roland McGrath  <roland@hack.frob.com>
3234         * configure.ac: Validate compiler version with a empirical test of
3235         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
3236         $CC -v output.
3237         * configure: Regenerated.
3239         * inet/htons.c (htons): Prototypify.
3240         * inet/htonl.c (htonl): Likewise.
3242 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3244         * string/strncat.c (strncat): Improve performance by using strlen.
3246 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3248         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
3250 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3252         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3253         Call libc_fetestexcept_aarch64.
3255 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3257         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3258         Call libc_feholdexcept_aarch64.
3260 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3262         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3263         Call get_rounding_mode.
3265 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3267         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3268         Simplify logic.
3270 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3272         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3273         Simplify logic.
3275 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3277         [BZ #14138]
3278         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3279         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3280         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3281         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3282         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3283         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3284         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3285         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3286         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3287         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3288         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3289         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3290         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3291         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3292         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3293         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3294         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3295         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3296         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3297         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3298         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3299         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3300         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3301         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3302         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3303         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3304         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3305         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3306         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3307         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3308         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3309         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3310         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3311         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3312         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3313         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3314         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3315         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3316         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3317         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3318         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3319         syscall.
3320         (geteuid): Likewise.
3321         (getgid): Likewise.
3322         (getuid): Likewise.
3323         (getresgid): Likewise.
3324         (getresuid): Likewise.
3325         (getgroups): Likewise.
3326         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3327         (geteuid): Likewise.
3328         (getgid): Likewise.
3329         (getuid): Likewise.
3330         (getresgid): Likewise.
3331         (getresuid): Likewise.
3332         (getgroups): Likewise.
3333         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3334         (geteuid): Likewise.
3335         (getgid): Likewise.
3336         (getuid): Likewise.
3337         (getresgid): Likewise.
3338         (getresuid): Likewise.
3339         (getgroups): Likewise.
3340         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3341         Likewise.
3342         (geteuid): Likewise.
3343         (getgid): Likewise.
3344         (getuid): Likewise.
3345         (getresgid): Likewise.
3346         (getresuid): Likewise.
3347         (getgroups): Likewise.
3348         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3349         (geteuid): Likewise.
3350         (getgid): Likewise.
3351         (getuid): Likewise.
3352         (getresgid): Likewise.
3353         (getresuid): Likewise.
3354         (getgroups): Likewise.
3355         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3356         Likewise.
3357         (geteuid): Likewise.
3358         (getgid): Likewise.
3359         (getuid): Likewise.
3360         (getgroups): Likewise.
3362         [BZ #14138]
3363         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3364         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3365         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3366         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3367         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3368         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3369         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3370         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3371         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3372         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3373         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3374         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3375         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3376         __chown.
3377         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3378         (lchown): Likewise.
3379         (fchown): Likewise.
3380         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3381         Likewise.
3382         (lchown): Likewise.
3383         (fchown): Likewise.
3384         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3385         (lchown): Likewise.
3386         (fchown): Likewise.
3387         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3388         Likewise.
3389         (lchown): Likewise.
3390         (fchown): Likewise.
3392 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3394         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3395         Simplify logic.
3397 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3399         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3400         Cleanup logic.
3402 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3404         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3405         Remove unused include.
3407 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3409         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3410         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3411         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3412         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3414 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3415             Helge Deller <deller@gmx.de>
3417         [BZ #17508]
3418         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3419         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3420         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3422 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3424         [BZ #14132]
3425         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3426         Remove macro definition.
3427         (__ashrdi3_v_glibc20): Likewise.
3428         (__lshrdi3_v_glibc20): Likewise.
3429         (__cmpdi2_v_glibc20): Likewise.
3430         (__ucmpdi2_v_glibc20): Likewise.
3431         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3432         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3433         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3434         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3435         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3436         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3438 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3440         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3441         old GNU extension [0] syntax.
3442         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3443         alloca rather than an array member with variable length.
3444         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3445         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3446         (parse_opt): ... here.  Likewise use alloca there.
3447         Validate the -i argument before checking for rootness.
3448         (send_shutdown): New function, broken out of ...
3449         (parse_opt): ... here.
3451 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3453         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3454         macro to get at the _rt_local_ro field.
3455         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3456         ([PIC] case) or _dl_hwcap ([!PIC] case).
3457         * sysdeps/arm/setjmp.S: Likewise.
3459         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3460         * sysdeps/arm/configure.ac: New check to define it.
3461         * sysdeps/arm/configure: Regenerated.
3462         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3463         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3464         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3465         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3466         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3467         Use move/movt pair instead of a load.
3468         (LDST_GLOBAL): Macro removed.
3469         (LDR_GLOBAL): New macro replaces it.
3470         (LDR_HIDDEN): New macro.
3471         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3472         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3474         * setjmp/tst-setjmp-static.c: New file.
3475         * setjmp/Makefile (tests): Add it.
3476         (tests-static): New variable.
3478 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3480         [BZ #17485]
3481         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3483 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3485         [BZ #14132]
3486         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3488 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3490         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3492 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3494         * io/fts.c (dirent_not_directory): New function.
3495         (fts_build): Call it.
3497 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3499         * nptl/version.c (__nptl_main): Use normal __write rather than
3500         INTERNAL_SYSCALL.
3501         (banner): Update copyright years.
3503         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3504         gettimeofday.
3505         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3506         * nptl/pthread_cond_timedwait.c: Likewise.
3507         * nptl/pthread_mutex_timedlock.c: Likewise.
3508         * nptl/sem_timedwait.c: Likewise.
3510         * sysdeps/nptl/bits/libc-lock.h
3511         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3512         (__libc_lock_init_recursive): Return void, not 0.
3513         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3514         (__libc_rwlock_init): Likewise.
3515         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3517 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3519         [BZ #15215]
3520         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3521         (__pthread_once_slow): ... here.
3522         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3523         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3525 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3527         [BZ #15215]
3528         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3529         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3530         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3531         * nptl/pthread_once.c (__pthread_once): Likewise.
3532         Update comments.
3534 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3536         [BZ #14138]
3537         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3538         name.
3539         (writev): Use __libc_writev as strong name.
3540         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3541         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3543 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3545         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3547         * sysdeps/i386/nptl/tls.h
3548         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3549         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3550         New macros.
3551         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3552         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3553         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3554         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3555         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3556         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3558         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3559         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3560         on [__NR_futex].
3561         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3562         broken out of ...
3563         (__pthread_mutex_init): ... here.  Call it.
3564         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3565         Conditionalize PI cases on [__NR_futex].
3566         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3567         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3568         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3570         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3571         conditional on [SIGSETXID].
3572         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3573         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3574         is defined.  Likewise for SIGSETXID.
3575         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3576         Conditionalize definitions on [SIGSETXID].
3577         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3578         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3579         unblocking on [SIGCANCEL].
3581         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3582         [__NR_set_robust_list].
3584 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3586         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3587         (do_compare): Likewise.
3589 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3591         [BZ #15884]
3592         * string/strcoll_l.c: Don't include stdio.h.
3593         (coll_seq): Remove members idxarr and rulearr.
3594         (get_next_seq_cached): Remove function.
3595         (get_next_seq): Likewise.
3596         (get_next_seq_nocache): Rename to get_next_seq.
3597         (do_compare): Remove function.
3598         (do_compare_nocache): Rename to do_compare.
3599         (STRCOLL): Remove weight and rules cache.
3601 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3603         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3604         * sysdeps/arm/sfp-machine.h: ... to here.
3605         * sysdeps/arm/Implies: Remove arm/soft-fp.
3607 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3609         * conform/data/sys/utsname.h-data (*_t): Allow.
3610         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3611         [POSIX] (WEXITED): Do not expect constant.
3612         [POSIX] (WSTOPPED): Likewise.
3613         [POSIX] (WNOHANG): Likewise.
3614         [POSIX] (WNOWAIT): Likewise.
3615         [POSIX] (siginfo_t): Do not expect type or elements.
3616         [POSIX] (pid_t): Do not expect type.
3617         [POSIX] (signal.h): Do not allow header.
3618         [POSIX] (sys/resource.h): Likewise.
3619         [POSIX] (si_*): Do not allow pattern.
3620         [POSIX] (W*): Likewise.
3621         [POSIX] (P_*): Likewise.
3622         [POSIX] (BUS_*): Likewise.
3623         [POSIX] (CLD_*): Likewise.
3624         [POSIX] (FPE_*): Likewise.
3625         [POSIX] (ILL_*): Likewise.
3626         [POSIX] (POLL_*): Likewise.
3627         [POSIX] (SEGV_*): Likewise.
3628         [POSIX] (SI_*): Likewise.
3629         [POSIX] (TRAP_*): Likewise.
3630         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3631         variable.
3633 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3635         [BZ #12926]
3636         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3637         infinite loop when __recvmsg returns 0.
3639 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3641         * CANCEL-FCT-WAIVE: Remove file.
3642         * CANCEL-FILE-WAIVE: Likewise.
3644         [BZ #14132]
3645         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3646         instead of INTVARDEF.
3647         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3648         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3649         rtld_hidden_data_def instead of INTVARDEF.
3650         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3651         * elf/dl-deps.c (expand_dst): Likewise.
3652         * elf/dl-load.c (_dl_dst_count): Likewise.
3653         (_dl_dst_substitute): Likewise.
3654         (decompose_rpath): Likewise.
3655         (_dl_init_paths): Likewise.
3656         (open_path): Likewise.
3657         (_dl_map_object): Likewise.
3658         * elf/rtld.c (dl_main): Likewise.
3659         (process_dl_audit): Likewise.
3660         (process_envvars): Likewise.
3661         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3662         Remove declaration.
3663         (__libc_enable_secure): Use rtld_hidden_proto.
3665 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3667         * elf/dl-load.c
3668         (add_path): New function broken out of _dl_rtld_di_serinfo.
3669         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3671 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3673         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3674         parentheses around macro arguments.
3675         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3676         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3677         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3678         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3679         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3680         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3681         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3682         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3683         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3684         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3685         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3686         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3687         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3688         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3689         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3690         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3691         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3692         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3693         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3694         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3695         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3696         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3697         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3698         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3699         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3700         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3701         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3702         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3703         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3704         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3705         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3706         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3707         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3708         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3709         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3710         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3711         Likewise.
3712         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3713         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3714         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3715         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3716         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3717         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3718         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3719         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3720         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3721         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3722         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3723         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3724         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3725         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3726         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3727         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3728         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3729         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3730         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3731         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3732         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3733         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3734         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3735         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3736         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3737         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3738         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3739         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3740         (_FP_FRAC_SRS_1): Likewise.
3741         (_FP_FRAC_CLZ_1): Likewise.
3742         (_FP_MUL_MEAT_1_imm): Likewise.
3743         (_FP_MUL_MEAT_1_wide): Likewise.
3744         (_FP_MUL_MEAT_1_hard): Likewise.
3745         (_FP_SQRT_MEAT_1): Likewise.
3746         (_FP_FRAC_ASSEMBLE_1): Likewise.
3747         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3748         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3749         (__FP_CLZ_2): Likewise.
3750         (_FP_MUL_MEAT_2_wide): Likewise.
3751         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3752         (_FP_MUL_MEAT_2_gmp): Likewise.
3753         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3754         (_FP_SQRT_MEAT_2): Likewise.
3755         (_FP_FRAC_ASSEMBLE_2): Likewise.
3756         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3757         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3758         (_FP_FRAC_CLZ_4): Likewise.
3759         (_FP_MUL_MEAT_4_wide): Likewise.
3760         (_FP_MUL_MEAT_4_gmp): Likewise.
3761         (_FP_SQRT_MEAT_4): Likewise.
3762         (_FP_FRAC_ASSEMBLE_4): Likewise.
3763         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3764         * soft-fp/op-common.h (_FP_CMP): Likewise.
3765         (_FP_CMP_EQ): Likewise.
3766         (_FP_CMP_UNORD): Likewise.
3767         (_FP_TO_INT): Likewise.
3768         (_FP_FROM_INT): Likewise.
3769         [!__FP_CLZ] (__FP_CLZ): Likewise.
3770         (_FP_DIV_HELP_imm): Likewise.
3771         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3772         Likewise.
3773         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3774         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3775         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3776         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3777         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3778         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3779         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3780         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3781         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3782         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3783         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3784         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3785         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3786         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3787         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3788         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3789         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3790         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3791         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3792         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3793         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3794         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3795         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3796         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3797         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3798         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3799         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3800         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3801         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3802         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3803         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3804         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3805         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3806         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3807         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3808         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3809         (FP_UNPACK_RAW_SP): Likewise.
3810         (FP_PACK_RAW_S): Likewise.
3811         (FP_PACK_RAW_SP): Likewise.
3812         (FP_UNPACK_S): Likewise.
3813         (FP_UNPACK_SP): Likewise.
3814         (FP_UNPACK_SEMIRAW_S): Likewise.
3815         (FP_UNPACK_SEMIRAW_SP): Likewise.
3816         (FP_PACK_S): Likewise.
3817         (FP_PACK_SP): Likewise.
3818         (FP_PACK_SEMIRAW_S): Likewise.
3819         (FP_PACK_SEMIRAW_SP): Likewise.
3820         (_FP_SQRT_MEAT_S): Likewise.
3821         (FP_CMP_S): Likewise.
3822         (FP_CMP_EQ_S): Likewise.
3823         (FP_CMP_UNORD_S): Likewise.
3824         (FP_TO_INT_S): Likewise.
3825         (FP_FROM_INT_S): Likewise.
3827         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3829         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3830         (FP_EX_INVALID_IMZ): Likewise.
3831         (FP_EX_INVALID_IMZ_FMA): Likewise.
3832         (FP_EX_INVALID_ISI): Likewise.
3833         (FP_EX_INVALID_ZDZ): Likewise.
3834         (FP_EX_INVALID_IDI): Likewise.
3835         (FP_EX_INVALID_SQRT): Likewise.
3836         (FP_EX_INVALID_CVI): Likewise.
3837         (FP_EX_INVALID_VC): Likewise.
3838         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3839         "invalid" exceptions.
3840         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3841         (_FP_ADD_INTERNAL): Likewise.
3842         (_FP_MUL): Likewise.
3843         (_FP_FMA): Likewise.
3844         (_FP_DIV): Likewise.
3845         (_FP_CMP_CHECK_NAN): Likewise.
3846         (_FP_SQRT): Likewise.
3847         (_FP_TO_INT): Likewise.
3848         (FP_EXTEND): Likewise.
3850 2014-10-09  Allan McRae  <allan@archlinux.org>
3852         * po/fr.po: Update French translation from translation project.
3854 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3856         [BZ #14132]
3857         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3858         of INTDEF.
3859         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3860         (__cxa_atexit): Use libc_hidden_proto.
3861         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3863         [BZ #14132]
3864         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3865         declaration.
3866         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3867         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3868         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3869         [!_ISOMAC] (__iswctype_internal): Likewise.
3870         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3871         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3872         alias.
3873         (fcntl): Remove __fcntl_internal alias.
3874         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3875         __connect_internal alias.
3876         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3877         Likewise.
3879         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3880         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3881         FP_DENORM_ZERO.
3882         (_FP_CHECK_FLUSH_ZERO): New macro.
3883         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3884         (_FP_CMP): Likewise.
3885         (_FP_CMP_EQ): Likewise.
3886         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3887         FP_DENORM_ZERO.
3888         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3889         (FP_TRUNC): Likewise.
3891         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3892         treated as invalid conversion, not as normal exponent.
3894         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3895         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3896         (_FP_CMP_EQ): Likewise.
3897         (_FP_CMP_UNORD): Likewise.
3898         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3899         (FP_CMP_EQ_D): Likewise.
3900         (FP_CMP_UNORD_D): Likewise.
3901         * soft-fp/extended.h (FP_CMP_E): Likewise.
3902         (FP_CMP_EQ_E): Likewise.
3903         (FP_CMP_UNORD_E): Likewise.
3904         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3905         (FP_CMP_EQ_Q): Likewise.
3906         (FP_CMP_UNORD_Q): Likewise.
3907         * soft-fp/single.h (FP_CMP_S): Likewise.
3908         (FP_CMP_EQ_S): Likewise.
3909         (FP_CMP_UNORD_S): Likewise.
3910         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3911         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3912         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3913         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3914         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3915         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3916         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3917         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3918         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3919         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3920         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3921         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3922         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3923         to FP_CMP_Q.
3924         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3925         FP_CMP_Q.
3926         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3927         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3928         FP_CMP_EQ_Q.
3929         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3930         FP_CMP_Q.
3931         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3932         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3933         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3934         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3935         FP_CMP_EQ_Q.
3936         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3937         FP_CMP_Q.
3938         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3939         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3940         FP_CMP_EQ_Q.
3941         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3942         FP_CMP_Q.
3943         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3944         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3945         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3946         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3947         FP_CMP_EQ_Q.
3949         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3950         a subnormal result, set the underflow exception if trapping on
3951         underflow is enabled.
3952         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3953         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3954         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3955         redefine to 0.
3956         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3957         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3958         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3959         * soft-fp/extendxftf2.c (__extendxftf2): Use
3960         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3962         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3963         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3964         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3965         FP_HANDLE_EXCEPTIONS.
3966         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3967         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3968         FP_HANDLE_EXCEPTIONS.
3969         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3970         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3971         FP_HANDLE_EXCEPTIONS.
3972         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3973         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3974         FP_HANDLE_EXCEPTIONS.
3976 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3978         [BZ #14132]
3979         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3980         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3981         use INTUSE.
3982         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3983         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3984         Remove alias.
3985         (__adjtimex): Define using libc_hidden_ver.
3986         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3987         Remove declaration.
3988         (ntp_gettime): Call __adjtimex directly.
3989         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3990         Remove declaration.
3991         (ntp_gettimex): Call __adjtimex directly.
3992         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3993         __adjtimex_internal alias.
3995 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3997         [BZ #17460]
3998         * nscd/nscd.c (more_help): Rewrite list of tables collection
3999         using xstrdup and asprintf.
4001         * nscd/nscd_conf.c: Remove local xstrdup declaration.
4003 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4004             Roland McGrath  <roland@hack.frob.com>
4006         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
4007         (do_lookup_unique): ... local function 'enter' here; update callers.
4009 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
4011         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
4012         compat_symbol calls on [SHARED].
4013         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
4014         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
4015         Remove.
4016         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4017         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
4018         (oldsetrlimit): Remove.
4019         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4021         (lchown): New syscall entry.
4022         (oldsetrlimit): Remove.
4023         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4024         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
4025         (oldsetrlimit): Remove.
4026         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
4028         [BZ #14138]
4029         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
4030         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
4031         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
4032         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
4033         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
4034         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
4035         (fchown): Likewise.
4036         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
4037         (fchown): Likewise.
4038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
4039         Likewise.
4041 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4043         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
4044         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
4045         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
4046         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
4047         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
4048         Likewise.
4049         (__old_sem_post): Likewise.
4051 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
4053         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
4054         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
4055         HAVE_CLOCK_GETTIME_VSYSCALL macros.
4056         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
4057         Use INLINE_VSYSCALL macro.
4058         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
4059         __vdso_clock_gettime.
4060         * sysdeps/unix/sysv/linux/tile/init-first.c
4061         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
4062         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
4063         __vdso_clock_gettime.
4065         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
4066         to set up frame more cleanly.
4068         * sysdeps/tile/memcmp.c: New file.
4070         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
4072         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
4073         * sysdeps/tile/tilegx/strcasestr.c: New file.
4074         * sysdeps/tile/tilegx/strnlen.c: New file.
4075         * sysdeps/tile/tilegx/strstr.c: New file.
4077         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
4079 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
4081         * nptl/tst-setuid3.c: Write errors to stdout.
4083 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4085         * elf/dl-deps.c
4086         (preload): New functions broken out of _dl_map_object_deps.
4087         (_dl_map_object_deps):  Remove a nested function. Update call sites.
4089 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
4091         [BZ #14138]
4092         * sysdeps/unix/sysv/linux/execve.c: Remove file.
4093         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
4095 2014-10-01  Steve Ellcey  <sellcey@mips.com>
4097         * sysdeps/mips/strcmp.S: New.
4099 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
4101         [BZ #14138]
4102         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
4103         (linkat): Likewise.
4104         (mkdirat): Likewise.
4105         (readlinkat): Likewise.
4106         (renameat): Likewise.
4107         (symlinkat): Likewise.
4108         (unlinkat): Likewise.
4109         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
4110         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
4111         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
4112         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
4113         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
4114         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
4115         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
4117 2014-09-30  Will Newton  <will.newton@linaro.org>
4119         * math/math.h: Define long double math functions if
4120         _LIBC_TEST is defined.
4121         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
4123         * localedata/Makefile: Move assignment to tests-special
4124         into an ifdef testing run-built-tests.
4125         * timezone/Makefile: Likewise.
4127 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
4129         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
4130         with $(BASH) not $(SHELL).
4132 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
4133             Matthew LeGendre  <legendre1@llnl.gov>
4135         [BZ #17411]
4136         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
4137         l_reloc_result.
4139 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4141         * stdio-common/printf_fp.c
4142         (hack_digit): New function, broken out of ...
4143         (__printf_fp): ... local function here.  Update call sites.
4144         hack_digit now takes an additional parameter that is a pointer
4145         to a struct of the referenced locals.  Those locals moved inside
4146         the struct and references updated.
4148 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
4150         * aclocal.m4: Require autoconf 2.69.
4151         * configure: Regenerated.
4152         * sysdeps/aarch64/configure: Likewise.
4153         * sysdeps/alpha/configure: Likewise.
4154         * sysdeps/arm/armv7/configure: Likewise.
4155         * sysdeps/arm/configure: Likewise.
4156         * sysdeps/ia64/configure: Likewise.
4157         * sysdeps/mach/configure: Likewise.
4158         * sysdeps/mips/configure: Likewise.
4159         * sysdeps/s390/configure: Likewise.
4160         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
4161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
4163         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
4164         file.
4165         * sysdeps/ia64/configure.ac: Likewise.
4167 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
4169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
4170         specify symbol version for ld.so.  Do not include entry for
4171         libpthread.
4172         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4173         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4174         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4176         [BZ #14171]
4177         * Makeconfig [$(build-shared) = yes]
4178         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
4179         makefiles.
4180         [$(build-shared) = yes && $(soversions.mk-done) = t]
4181         ($(common-objpfx)gnu/lib-names.h): Remove rule.
4182         [$(build-shared) = yes && $(soversions.mk-done) = t]
4183         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
4184         to Makerules.
4185         [$(build-shared) = yes && $(soversions.mk-done) = t]
4186         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
4187         here.
4188         [$(build-shared) = yes && $(soversions.mk-done) = t]
4189         (common-generated): Don't append gnu/lib-names.h and
4190         gnu/lib-names.stmp here.
4191         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
4192         (lib-names-h-abi): New variable.
4193         [$(build-shared) = yes && $(soversions.mk-done) = t]
4194         (lib-names-stmp-abi): Likewise.
4195         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4196         abi-variants] (before-compile): Append
4197         $(common-objpfx)$(lib-names-h-abi).
4198         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4199         abi-variants] (common-generated): Append gnu/lib-names.h.
4200         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4201         abi-variants] (install-others-nosubdir): Depend on
4202         $(inst_includedir)/$(lib-names-h-abi).
4203         [$(build-shared) = yes && $(soversions.mk-done) = t &&
4204         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
4205         [$(build-shared) = yes && $(soversions.mk-done) = t]
4206         ($(common-objpfx)$(lib-names-h-abi)): New rule.
4207         [$(build-shared) = yes && $(soversions.mk-done) = t]
4208         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
4209         [$(build-shared) = yes && $(soversions.mk-done) = t]
4210         (common-generated): Append $(lib-names-h-abi) and
4211         $(lib-names-stmp-abi).
4212         * scripts/lib-names.awk: Do not handle multi being set.
4213         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
4214         Remove variable.
4215         (abi-lp64_be-ld-soname): Likewise.
4216         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
4217         Likewise.
4218         (abi-hard-ld-soname): Likewise.
4219         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
4220         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
4221         Remove variable.
4222         (abi-o32_hard-ld-soname): Likewise.
4223         (abi-o32_soft_2008-ld-soname): Likewise.
4224         (abi-o32_hard_2008-ld-soname): Likewise.
4225         (abi-n32_soft-ld-soname): Likewise.
4226         (abi-n32_hard-ld-soname): Likewise.
4227         (abi-n32_soft_2008-ld-soname): Likewise.
4228         (abi-n32_hard_2008-ld-soname): Likewise.
4229         (abi-n64_soft-ld-soname): Likewise.
4230         (abi-n64_hard-ld-soname): Likewise.
4231         (abi-n64_soft_2008-ld-soname): Likewise.
4232         (abi-n64_hard_2008-ld-soname): Likewise.
4233         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
4234         Likewise.
4235         (abi-64-v2-ld-soname): Likewise.
4236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
4237         ld.so entries.
4238         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
4239         variable.
4240         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
4241         entry.
4242         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
4243         variable.
4244         (abi-64-ld-soname): Likewise.
4245         (abi-x32-ld-soname): Likewise.
4246         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
4247         entry.
4248         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4250 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
4252         [BZ #14138]
4253         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4254         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4255         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4256         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4257         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4258         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4259         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4260         syscall entry for GLIBC_2.2 symbol version.
4261         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4262         Likewise.
4263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4264         (setrlimit): Likewise.
4265         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4266         Likewise.
4268 2014-09-23  Will Newton  <will.newton@linaro.org>
4270         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4271         _LINUX_ARM_SYSDEP_H include guard too.
4272         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4273         define.
4275 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4277         * sysdeps/unix/sysv/linux/eventfd.c:
4278         Make first argument unsigned.
4279         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4280         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4282 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4284         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4285         * socket/sys/socket.h: Likewise
4286         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4288 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4290         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4292 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4294         * time/tst-ftime.c: New test.
4295         * time/Makefile (tests): Add tst-ftime.
4297 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4299         * soft-fp/extended.h: Fix comment formatting.
4300         * soft-fp/op-1.h: Likewise.
4301         * soft-fp/op-2.h: Likewise.
4302         * soft-fp/op-4.h: Likewise.
4303         * soft-fp/op-8.h: Likewise.
4304         * soft-fp/op-common.h: Likewise.
4305         * soft-fp/soft-fp.h: Likewise.
4307         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4309 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4311         [BZ #6652]
4312         * Makeconfig (soversions-default-setname): Remove variable.
4313         ($(common-objpfx)soversions.i): Don't pass default_setname to
4314         soversions.awk.
4315         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4316         oldest_abi to abi-versions.awk.
4317         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4318         * config.make.in (oldest-abi): Remove variable.
4319         * configure.ac (--enable-oldest-abi): Remove configure option.
4320         * configure: Regenerated.
4321         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4322         text.
4323         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4324         * scripts/soversions.awk: Do not handle default_setname variable.
4325         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4326         variable.
4327         * sysdeps/mach/hurd/configure: Regenerated.
4328         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4329         variable.
4330         * sysdeps/unix/sysv/linux/configure: Regenerated.
4332 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4334         * elf/Makefile (CFLAGS-interp.c): Remove.
4335         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4336         path string.
4337         * elf/interp.c: Include generated runtime-linker.h
4339         * Makerules (lib%.so): Don't include $(+interp) in
4340         prerequisites.
4341         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4342         * dlfcn/eval.c: Remove file.
4344         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4345         macros.
4347         [BZ #17266]
4348         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4349         4.2 and newer.
4351         [BZ #17370]
4352         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4354 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4355             Jakub Jelinek  <jakub@redhat.com>
4357         [BZ #17266]
4358         * libio/stdio.h: Check definition of __fortify_function
4359         instead of __extern_always_inline to include bits/stdio2.h.
4360         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4361         check if __extern_always_inline is defined.
4362         [__USE_MISC || __USE_XOPEN]: Likewise.
4363         [__USE_ISOC99] Likewise.
4364         * misc/sys/cdefs.h (__fortify_function): Define only if
4365         __extern_always_inline is defined.
4366         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4367         __extern_always_inline and __extern_inline only for g++-4.3
4368         and newer or a compatible gcc.
4370 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4372         [BZ #17371]
4373         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4374         last change to handle zero prefix length.
4376 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4378         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4379         _SC_REGEX_VERSION.
4381         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4382         _POSIX_RAW_SOCKETS.
4384 2014-09-13  Allan McRae  <allan@archlinux.org>
4386         * po/ru.po: Update Russian translation from translation project.
4388 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4390         * locale/programs/locale.c (show_locale_vars): Inline local function
4391         into its sole call site.  Clean up some style nits.
4392         (print_item): New function, broken out of ...
4393         (show_info): ... local function here.  Clean up style nits.
4395         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4396         out of ...
4397         (set_class_defaults): ... local function set_default here.
4398         Define set_default as a macro locally to pass constant parameters.
4399         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4400         rather than a shared local.
4402         * stdlib/rpmatch.c (try): New function, broken out of ...
4403         (rpmatch): ... local function here.  Also, prototypify definition.
4405 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4407         * scripts/soversions.awk: Do not handle configuration names.
4408         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4409         vendor and os variables to soversions.awk.
4410         * configure.ac: Do not modify gnu-* host_os.
4411         * configure: Regenerated
4412         * shlib-versions: Remove first column with configuration names.
4413         * nptl/shlib-versions: Likewise.
4414         * nptl_db/shlib-versions: Likewise.
4415         * sysdeps/hppa/shlib-versions: Likewise.
4416         * sysdeps/m68k/shlib-versions: Likewise.
4417         * sysdeps/mach/hurd/shlib-versions: Likewise.
4418         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4419         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4420         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4421         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4422         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4423         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4424         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4425         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4427         Likewise.
4428         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4429         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4430         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4431         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4432         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4433         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4434         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4435         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4438         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4440         Regenerated.
4441         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4443         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4445         * shlib-versions: Remove OS-specific entries.  Moved to files in
4446         sysdeps.
4447         * sysdeps/mach/hurd/shlib-versions: New file.
4448         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4450         * nptl/shlib-versions: Remove architecture-specific entries.
4451         Moved to files in sysdeps.
4452         * shlib-versions: Likewise.
4453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4454         file.
4455         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4456         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4457         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4458         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4460         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4461         (UDP_NO_CHECK6_RX): Likewise.
4463 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4465         * sysdeps/posix/sysconf.c (__sysconf): Spell
4466         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4468 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4470         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4471         loading.
4472         * iconv/Versions (__gconv_transliterate): Export for use from
4473         gconv modules.
4474         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4475         (struct __gconv_trans_data, __gconv_trans_fct,
4476         __gconv_trans_context_fct, __gconv_trans_query_fct,
4477         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4478         definitions.
4479         (struct __gconv_step_data): Remove __trans member.
4480         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4481         longer hidden.  Remove unused trans_data argument.
4482         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4483         (__gconv_translit_find): Remove declaration.
4484         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4485         prototype.
4486         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4487         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4488         trans_data argument.  Add hidden definition.
4489         (__gconv_translit_find): Remove.
4490         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4491         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4492         * iconv/skeleton.c: Remove transliteration initialization.
4493         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4494         __gconv_step_data initialization.
4495         * libio/iofwide.c (__libio_translit_): Remove.
4496         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4497         * wcsmbs/btowc.c (__btowc): Likewise.
4498         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4499         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4500         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4501         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4502         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4503         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4504         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4505         * wcsmbs/wctob.c (wctob): Likewise.
4507 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4509         [BZ #16194]
4510         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4511         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4512         register usage.
4513         * sysdeps/x86/Makefile: Adjust.
4515 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4516             Roland McGrath  <roland@hack.frob.com>
4518         * locale/weight.h: Add include guard.
4519         (findidx): Make static rather than auto; take new parameters
4520         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4521         * locale/weightwc.h: Likewise.
4522         * posix/fnmatch_loop.c
4523         (FCT): Change type of EXTRA from int32_t to wint_t.
4524         Don't include either header inside the function.
4525         Call FINDIDX rather than findidx, and pass new arguments.
4526         #undef FINDIDX at the end of the file.
4527         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4528         FINDIDX before including fnmatch_loop.c for the non-wide version.
4529         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4530         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4531         for the wide version.
4532         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4533         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4534         Pass new arguments to findidx.
4535         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4536         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4537         Don't #include it inside the function.  Pass new arguments to findidx.
4538         * posix/regex_internal.h
4539         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4540         (re_string_elem_size_at): Don't #include it inside the function.
4541         Pass new arguments to findidx.
4542         * string/strcoll_l.c: #include WEIGHT_H at top level.
4543         (get_next_seq): Don't #include it inside the function.
4544         Pass new arguments to findidx.
4545         (get_next_seq_nocache): Likewise.
4546         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4547         (STRXFRM): Don't #include it inside the function.
4548         Pass new arguments to findidx.
4550 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4552         [BZ #17344]
4553         * malloc/malloc.c (unlink): Turn asserts into a call to
4554         malloc_printerr.
4556 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4558         [BZ #17370]
4559         * libio/wfileops (do_ftell_wide): Free OUT.
4561 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4563         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4565 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4567         [BZ #17363]
4568         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4569         group if the current group is empty.
4571 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4573         * benchtests/bench-memset.c (test_main): Add more test from size
4574         from 32 to 512 bytes.
4575         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4576         Add POWER8 memset object.
4577         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4578         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4579         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4580         implementation.
4581         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4582         Likewise.
4583         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4584         multiarch POWER8 memset optimization.
4585         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4586         POWER8 memset optimization.
4588         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4589         Remove bzero multiarch objects.
4590         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4591         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4592         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4593         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4594         Remove define.
4595         [__bzero]: Redefine to specific name.
4596         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4597         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4598         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4599         define.
4600         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4601         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4603 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4605         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4606         warnings into errors.
4608         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4609         __cxa_thread_atexit_impl prototype.
4611 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4613         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4614         Fix capitalization of error message.
4616 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4618         * sysdeps/mips/preconfigure: Modify ABI tests.
4620 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4622         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4624 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4625             Carlos O'Donell  <carlos@systemhalted.org>
4627         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4628         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4629         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4630         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4631         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4632         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4633         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4634         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4635         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4636         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4637         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4638         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4639         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4640         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4641         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4642         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4643         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4644         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4645         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4646         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4647         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4648         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4649         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4650         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4651         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4652         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4653         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4654         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4655         Deconditionalize the code that was previously under [RESET_PID].
4656         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4657         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4658         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4659         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4660         include sysdep.h.
4662 2014-09-08  Allan McRae  <allan@archlinux.org>
4664         * version.h (RELEASE): Set to "development".
4665         (VERSION): Set to "2.20.90"
4667 2014-09-07  Allan McRae  <allan@archlinux.org
4669         * version.h (RELEASE): Set to "stable".
4670         (VERSION): Set to "2.20"
4671         * include/features.h (__GLIBC_MINOR__): Set to 20.
4673         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4674         Liebler.
4676         * po/ko.po: Update Korean translation from translation project.
4678 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4680         [BZ #17354]
4681         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4682         macro for handling signed relocations.
4684 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4686         [BZ #17325]
4687         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4688         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4689         assert.
4690         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4691         * iconvdata/ibm935.c (BODY): Likewise.
4692         * iconvdata/ibm937.c (BODY): Likewise.
4693         * iconvdata/ibm939.c (BODY): Likewise.
4694         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4695         assert.
4696         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4697         script.
4698         * iconvdata/run-iconv-test.sh: New test loop for checking for
4699         decoder crashers.
4701 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4703         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4704         libm_hidden_ver.
4706 2014-09-01  Allan McRae  <allan@archlinux.org>
4708         * po/eo.po: Update Esperanto translation from translation project.
4710         * po/ca.po: Update Catalan translation from translation project.
4712 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4714         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4715         __proc_dostop call.
4717 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4719         [BZ #17319]
4720         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4721         to call set_thread_area instead of hand written asm.
4722         (__NR_set_thread_area): Removed define.
4723         (TLS_FLAG_WRITABLE): Likewise.
4724         (__ASSUME_SET_THREAD_AREA): Remove check.
4725         (TLS_EBX_ARG): Remove define.
4726         (TLS_LOAD_EBX): Likewise.
4728 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4730         Simplify atomicity of socket creation in bind.
4732         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4733         looking up the name after linking the file.
4735 2014-08-27  Allan McRae  <allan@archlinux.org>
4737         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4739 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4741         [BZ #17187]
4742         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4743         trans_compare, open_translit, __gconv_translit_find):
4744         Remove module loading code.
4746 2014-08-26  Allan McRae  <allan@archlinux.org>
4748         * po/vi.po: Update Vietnamese translation from translation project.
4750         * po/uk.po: Update Ukrainian translation from translation project.
4752         * po/fr.po: Update French translation from translation project.
4754         * po/ru.po: Update Russian translation from translation project.
4756         * po/pl.po: Update Polish translation from translation project.
4758         * po/cs.po: Update Czech translation from translation project.
4760         * po/de.po: Update German translation from translation project.
4762         * po/bg.po: Update Bulgarian translation from translation project.
4764         * po/sv.po: Update Sweedish translation from translation project.
4766         * po/nl.po: Update Dutch translation from translation project.
4768         * po/es.po: Update Spanish translation from translation project.
4770 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4772         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4774         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4775         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4776         (CPPFLAGS-iconvconfig): Likewise.
4777         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4779         * include/libc-symbols.h: Remove unnecessary check for
4780         NOT_IN_libc.
4781         * nptl/pthreadP.h: Likewise.
4782         * sysdeps/aarch64/setjmp.S: Likewise.
4783         * sysdeps/alpha/setjmp.S: Likewise.
4784         * sysdeps/arm/sysdep.h: Likewise.
4785         * sysdeps/i386/setjmp.S: Likewise.
4786         * sysdeps/m68k/setjmp.c: Likewise.
4787         * sysdeps/posix/getcwd.c: Likewise.
4788         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4789         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4790         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4791         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4792         * sysdeps/sh/sh3/setjmp.S: Likewise.
4793         * sysdeps/sh/sh4/setjmp.S: Likewise.
4794         * sysdeps/unix/alpha/sysdep.h: Likewise.
4795         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4796         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4797         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4798         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4801         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4802         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4803         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4804         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4805         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4806         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4807         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4808         * sysdeps/x86_64/setjmp.S: Likewise.
4810 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4812         [BZ #17263]
4813         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4814         <stdint.h>.
4815         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4816         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4818 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4820         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4822         [BZ #17262]
4823         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4824         and __x86_64__ when disabling x87 inline functions.
4826 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4828         [BZ #17259]
4829         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4830         asm statement with __cpuid_count.
4832 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4834         * configure.ac: Change __ehdr_start code to dereference the struct.
4835         Run readelf on the output to look for relocations.
4836         * configure: Regenerated.
4838 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4840         [BZ #17261]
4841         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4842         value to 0.
4843         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4845 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4847         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4849 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4851         [BZ #16892]
4852         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4853         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4855 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4857         * malloc/malloc.c: Fix typo in comment.
4859 2014-08-09  Allan McRae  <allan@archlinux.org>
4861         * Regenerate libc.po.
4863 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4865         * intl/tst-gettext2.sh: Check every lang file for creation.
4867 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4869         * sysdeps/aarch64/fpu/math_private.h
4870         (libc_feholdsetround_noex_aarch64_ctx): New function.
4872 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4874         * sysdeps/arm/armv6/strcpy.S (strcpy):
4875         Fix performance issue in misaligned cases.
4877 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4879         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4880         Move definition from termios.h.
4881         (struct termio): Likewise.
4882         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4883         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4884         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4885         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4886         Likewise.
4887         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4888         Move definition to ioctl-types.h
4889         (struct termio): Likewise.
4890         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4891         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4892         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4893         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4894         Likewise.
4896 2014-08-05  Richard Henderson  <rth@redhat.com>
4898         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4899         exceptions.
4900         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4901         Add fraiseexcpt.
4902         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4903         Use __feraiseexcept.
4904         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4905         Protect libm symbols with IS_IN_libm.
4907         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4909 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4911         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4913 2014-08-04  Will Newton  <will.newton@linaro.org>
4915         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4916         file.
4918 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4920         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4921         variants for each function.
4923 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4925         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4926         appended ...
4927         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4928         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4929         appended ...
4930         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4931         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4932         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4933         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4934         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4935         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4936         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4937         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4938         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4939         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4940         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4941         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4942         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4943         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4944         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4945         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4946         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4947         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4948         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4949         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4950         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4951         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4952         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4953         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4954         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4955         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4956         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4957         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4958         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4959         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4960         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4961         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4962         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4963         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4964         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4965         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4966         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4967         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4968         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4969         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4970         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4971         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4972         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4973         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4974         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4975         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4976         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4977         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4978         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4979         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4980         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4981         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4982         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4983         Update #include.
4984         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4985         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4987 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4989         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4990         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4991         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4992         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4993         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4994         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4996 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4998         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4999         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
5000         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5001         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
5003 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5005         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
5006         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
5007         (__libc_vfork): Define function under this name.
5008         (__vfork): Define as an alias.
5009         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
5010         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
5012 2014-08-04  Roland McGrath  <roland@hack.frob.com>
5014         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
5015         that was previously under [RESET_PID].
5016         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
5018 2014-08-04  Andreas Schwab  <schwab@suse.de>
5020         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
5022 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
5024         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
5025         (main): Likewise.
5027 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5029         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
5031 2014-08-01  Richard Henderon  <rth@redhat.com>
5033         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
5034         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
5035         typo in exact zero test.
5036         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
5037         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
5038         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
5040 2014-08-01  Roland McGrath  <roland@hack.frob.com>
5042         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
5043         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
5044         * sysdeps/arm/sysdep.h: ... here.
5045         [!__ASSEMBLER__]: Include <stdint.h>.
5047 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5049         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
5050         (HAVE_WCTYPE_H): Likewise.
5051         (HAVE_ISWCTYPE): Likewise.
5052         (ENABLE_NLS): Likewise.
5053         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
5054         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
5056         * posix/regex_internal.c: Check if DEBUG is defined and is
5057         set.
5059         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
5060         (HAVE_MBSRTOWCS): Likewise.
5061         * posix/fnmatch.c: Include string.h unconditionally.
5063 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5065         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
5066         reversal.
5068 2014-07-31  Roland McGrath  <roland@hack.frob.com>
5070         * sysdeps/generic/safe-fatal.h: New file.
5071         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
5072         * nptl/forward.c: Include it.
5073         (__pthread_unwind): Use __safe_fatal as default action, rather
5074         than a bogus use of INTERNAL_SYSCALL that could never work.
5076         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
5077         * configure.ac (libc_cv_builtin_trap): New test.
5078         * configure: Regenerated.
5079         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
5080         (ABORT_INSTRUCTION): Define using __builtin_trap.
5082         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
5083         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
5084         * sysdeps/nptl/nptl-signals.h: New file.
5085         * nptl/pthreadP.h: Include <nptl-signals.h>.
5087 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5089         * sysdeps/s390/s390-64/utf16-utf32-z9.c
5090         (ONE_DIRECTION): Define.
5091         * sysdeps/s390/s390-64/utf8-utf16-z9.c
5092         (ONE_DIRECTION): Define.
5093         * sysdeps/s390/s390-64/utf8-utf32-z9.c
5094         (ONE_DIRECTION): Define.
5096 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
5098         * sysdeps/s390/Makefile: Delete file.
5099         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
5100         * sysdeps/s390/__longjmp.c: Delete file.
5101         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
5102         Remove fields __flags and __reserved.
5103         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
5104         and add versioning.
5105         * sysdeps/s390/rtld-__longjmp.c: Delete file.
5106         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
5107         * sysdeps/s390/rtld-setjmp.S: Likewise.
5108         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
5109         * sysdeps/s390/s390-32/__longjmp.c: ... here.
5110         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
5111         * sysdeps/s390/s390-32/setjmp.S: ... here.
5112         Add versioning.
5113         (__sigsetjmp): Remove setting __flags field.
5114         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
5115         * sysdeps/s390/s390-64/__longjmp.c: ... here.
5116         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
5117         * sysdeps/s390/s390-64/setjmp.S: ... here.
5118         Add versioning.
5119         (__sigsetjmp): Remove setting __flags field.
5120         * sysdeps/s390/setjmp.S: Delete file.
5121         * sysdeps/s390/sigjmp.c: Likewise.
5122         * sysdeps/s390/v1-longjmp.c: Likewise.
5123         * sysdeps/s390/v1-setjmp.h: Likewise.
5124         * sysdeps/s390/v1-sigjmp.c: Likewise.
5125         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
5126         Remove v1-longjmp_chk.
5127         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
5128         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
5129         Include debug/longjmp_chk.c and add versioning.
5130         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
5131         Include nptl/pt-longjmp.c and add versioning.
5132         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
5133         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
5134         Include __longjmp.c.
5135         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
5136         Move to ...
5137         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
5138         (__getcontext): Remove setting __flags field.
5139         Add versioning.
5140         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5141         Don't restore upper high grps.
5142         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
5143         Likewise.
5144         (__swapcontext): Remove setting uc_flags field.
5145         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
5146         Delete file.
5147         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
5148         Include __longjmp.c.
5149         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
5150         Move to ...
5151         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
5152         (__getcontext): Remove setting __flags field.
5153         Add versioning.
5154         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
5155         (__swapcontext): Remove setting uc_flags field.
5156         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
5157         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
5158         Remove fields uc_high_gprs and __reserved.
5159         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
5160         New file with reverted content.
5161         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
5162         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
5163         Regenerated.
5164         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
5165         Regenerated.
5167 2014-07-31  Andreas Schwab  <schwab@suse.de>
5169         * config.h.in (HAVE_IFUNC): Define to 0.
5170         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
5171         definedness.
5173 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
5175         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5176         memmove-avx-unaligned, memcpy-avx-unaligned and
5177         mempcpy-avx-unaligned.
5178         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5179         Add tests for AVX memcpy functions.
5180         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
5181         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
5182         memcpy_chk.
5183         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
5184         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
5185         memmove_chk.
5186         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
5187         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
5188         mempcpy_chk.
5189         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
5190         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
5191         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
5193 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5195         [BZ #17213]
5196         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
5197         powerpc64le.
5199 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
5201         [BZ #16839]
5202         * manual/llio.texi: Add section about open file description locks.
5203         * manual/examples/ofdlocks.c: Example of open file description
5204         lock usage.
5205         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
5206         F_OFD_SETLK, and F_OFD_SETLKW.
5208 2014-07-23  Allan McRae  <allan@archlinux.org>
5210         * po/es.po: Update Spanish translation from translation project.
5212 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
5214         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
5216 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
5218         [BZ #17078]
5219         * sysdeps/arm/dl-machine.h (elf_machine_rela)
5220         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
5221         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
5223 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
5225         [BZ #17088]
5226         * math/fesetenv.c (__fesetenv)
5227         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
5228         * math/feupdateenv.c (__feupdateenv)
5229         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
5231         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
5232         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5233         (__ASSUME_SOCKETCALL): Do not define.
5235         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
5236         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
5237         (__ASSUME_SOCKETCALL): Do not define.
5238         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
5239         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5240         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5241         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
5242         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5243         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
5244         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5245         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5247         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
5248         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
5249         (__ASSUME_SOCKETCALL): Do not define.
5250         (__ASSUME_IPC64): Define unconditionally.
5251         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5252         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5253         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5254         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5255         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5256         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5257         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5258         Likewise.
5260         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5261         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5262         (__ASSUME_SOCKETCALL): Do not define.
5263         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5264         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5265         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5266         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5267         (__ASSUME_REQUEUE_PI): Define unconditionally.
5268         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5269         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5270         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5271         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5272         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5273         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5275         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5276         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5277         (__ASSUME_SOCKETCALL): Do not define.
5278         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5279         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5280         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5281         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5282         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5283         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5285         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5286         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5287         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5288         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5289         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5290         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5291         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5292         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5293         (__ASSUME_GETCPU_SYSCALL): Likewise.
5295         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5296         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5297         cases for individual architectures.
5298         * sysdeps/gnu/configure: Regenerated.
5299         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5300         LIBC_SLIBDIR_RTLDDIR.
5301         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5302         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5303         LIBC_SLIBDIR_RTLDDIR.
5304         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5306         LIBC_SLIBDIR_RTLDDIR.
5307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5308         Regenerated.
5309         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5310         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5311         file.
5312         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5313         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5314         file.
5315         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5316         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5317         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5318         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5320         * sysdeps/aarch64/shlib-versions: Move to ...
5321         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5322         * sysdeps/alpha/shlib-versions: Move to ...
5323         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5324         * sysdeps/arm/shlib-versions: Move to ...
5325         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5326         * sysdeps/hppa/shlib-versions: Move all contents except for
5327         libgcc_s entry to ...
5328         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5329         entry from ...
5330         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5331         * sysdeps/ia64/shlib-versions: Move to ...
5332         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5333         entry from ...
5334         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5335         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5336         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5337         * sysdeps/microblaze/shlib-versions: Move to ...
5338         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5339         * sysdeps/mips/shlib-versions: Move to ...
5340         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5341         entry from ...
5342         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5343         * sysdeps/tile/shlib-versions: Move to ...
5344         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5345         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5346         from ...
5347         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5348         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5349         entry from ...
5350         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5352 2014-07-17  Will Newton  <will.newton@linaro.org>
5354         * sysdeps/arm/bits/atomic.h
5355         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5356         (__arch_compare_and_exchange_bool_16_int): Likewise.
5357         (__arch_compare_and_exchange_bool_64_int): Likewise.
5359         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5360         into an #else block.
5362 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5364         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5365         just Linux configurations.  Test empirically that the compiler sets
5366         __ARM_EABI__, rather than using the tuple to decide.
5367         * sysdeps/arm/preconfigure: Regenerated.
5368         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5369         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5370         contents appended ...
5371         * sysdeps/arm/configure.ac: ... here.
5372         * sysdeps/arm/configure: Regenerated.
5374 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5376         * nptl/pthread_kill.c: New file.
5377         * nptl/pthread_sigmask.c: New file.
5378         * nptl/pthread_sigqueue.c: New file.
5380         * sysdeps/nptl/lowlevellock.h: New file.
5381         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5382         * sysdeps/nptl/lowlevellock-futex.h: New file.
5384         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5385         Remove dead declarations.
5387 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5389         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5390         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5391         config-cflags-avx2.
5392         * sysdeps/x86_64/configure.ac: Likewise.
5393         * sysdeps/i386/configure: Regenerated.
5394         * sysdeps/x86_64/configure: Likewise.
5395         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5396         memset-avx2 only if config-cflags-avx2 is yes.
5397         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5398         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5399         defined.
5400         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5401         only if HAVE_AVX2_SUPPORT is defined.
5402         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5404 2014-07-14  Alan Modra  <amodra@gmail.com>
5406         [BZ #17153]
5407         * elf/elf.h (DT_PPC64_NUM): Correct value.
5408         * NEWS: Add to fixed bug list.
5410 2014-07-13  Jim Meyering  <meyering@fb.com>
5412         [BZ 17150]
5413         regex: don't deref NULL upon heap allocation failure
5414         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5415         failure in one more place.
5416         To trigger the segfault, configure grep -with-included-regex,
5417         build it, and run these commands:
5418         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5420 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5422         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5424 2014-07-11  Richard Henderson  <rth@redhat.com>
5426         * sysdeps/aarch64/libm-test-ulps: Update.
5428 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5430         [BZ #17135]
5431         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5432         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5433         (__nptl_setxid): Initialize error member.  Call
5434         __nptl_setxid_error.
5435         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5436         * nptl/descr.h (struct xid_command): Add error member.
5437         * nptl/tst-setuid3.c: New file.
5438         * nptl/Makefile (tests): Add it.
5440 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5442         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5443         New define.
5444         (__lll_trylock): Use __lll_base_trylock.
5445         (__lll_cond_trylock): Likewise.
5447 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5449         * nptl/pthread_create.c (start_thread): Use atomic_or and
5450         lll_futex_wake directly rather than lll_robust_dead.
5451         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5452         (lll_robust_dead): Macro removed.
5453         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5454         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5455         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5456         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5457         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5458         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5459         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5460         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5461         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5462         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5463         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5464         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5465         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5466         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5467         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5469         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5470         Use atomic_compare_and_exchange_val_acq directly rather than
5471         lll_robust_trylock.
5472         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5473         (__lll_robust_trylock, lll_robust_trylock): Removed.
5474         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5475         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5476         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5477         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5478         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5479         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5480         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5481         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5482         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5483         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5484         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5485         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5486         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5487         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5489 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5491         * manual/locale.texi (Locale Names): New section documenting
5492         locale name syntax.  Adjust menu and node chaining accordingly.
5493         (Choosing Locale): Reference Locale Names, Locale Categories.
5494         Mention setting LC_ALL=C.  Reflect that name syntax is now
5495         documented.
5496         (Locale Categories): New section title.  Reference Locale Names.
5497         LC_ALL is an environment variable, but not a category.
5498         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5499         description, now in Locale Name.  Reference that section.  Locale
5500         name syntax is now documented.
5502 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5504         [BZ #17137]
5505         * locale/findlocale.c (name_present, valid_locale_name): New
5506         functions.
5507         (_nl_find_locale): Use the loc_name variable to store name
5508         candidates.  Call name_present and valid_locale_name to check and
5509         validate locale names.  Return an error if the locale is invalid.
5511 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5513         * locale/setlocale.c (setlocale): Use strdup for allocating
5514         composite name copy.
5516 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5518         Sync up with gnulib.
5519         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5520         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5521         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5522         and _GL_ARG_NONNULL.
5523         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5524         [!_LIBC]: Include code for Windows and Cygwin.
5525         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5526         Include prototype for int strerror_r.
5527         [!_LIBC] (is_open): New function.
5528         (flush_stdout): New function.
5529         (print_errno_message): Use it.
5530         (error): Likewise.
5531         (error_at_line): Likewise.
5532         (error_tail) Add function attribute macros.  Use
5533         __builtin_expect.
5535         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5537         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5539         * io/ftw.c: Include sys/param.h unconditionally.
5541         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5543         [BZ #17125]
5544         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5545         libc_freeres_ptr.
5546         (freecache): New function to free CACHE on exit.
5548         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5549         initialization.
5551 2014-07-09  David S. Miller  <davem@davemloft.net>
5553         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5555         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5556         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5557         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5558         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5559         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5560         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5561         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5562         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5563         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5564         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5565         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5566         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5567         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5569 2014-07-09  Andreas Schwab  <schwab@suse.de>
5571         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5572         output.
5573         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5574         (do_test): Likewise.
5576         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5578 2014-07-09  Will Newton  <will.newton@linaro.org>
5580         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5581         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5582         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5583         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5584         * sysdeps/hppa/start.S (_start): Likewise.
5586 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5588         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5590         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5591         defined.
5593 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5595         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5596         after checking that it is non-NULL.
5598         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5600 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5602         * sysdeps/powerpc/memmove.c: Remove file.
5603         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5604         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5605         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5606         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5607         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5608         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5609         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5610         string memmove instead of removed powerpc one.
5612         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5613         [weak_alias]: Fix compiler warning due trailing data.
5614         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5615         [weak_alias]: Likewise.
5616         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5617         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5619         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5620         (__libc_ifunc_impl_list): Add memmove functions.
5622 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5624         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5625         Remove code.
5626         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5627         Likewise
5628         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5629         Likewise
5630         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5631         Likewise
5632         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5633         Likewise
5634         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5635         Likewise
5636         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5637         Likewise
5638         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5639         Likewise
5640         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5641         Likewise
5642         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5643         Likewise
5644         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5645         Likewise
5646         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5647         Likewise
5648         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5649         Likewise
5650         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5651         Likewise
5652         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5653         Likewise
5654         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5655         Likewise
5656         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5657         Likewise
5659 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5661         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5662         to avoid alignment traps in non-cacheable memory.
5663         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5665         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5666         multiarch objects.
5667         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5668         file: multiarch power7 memmove.
5669         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5670         multiarch default memmove.
5671         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5672         multiarch memove for powerpc32/power4.
5674         * string/bcopy.c: Use full path to include memmove.c.
5675         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5676         multiarch objects.
5677         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5678         bcopy for powerpc64.
5679         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5680         bcopy for powerpc64.
5681         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5682         and memmove implementations.
5683         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5684         optimized multiarch memmove for POWER7/powerpc64.
5685         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5686         default multiarch memmove for powerpc64.
5687         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5688         multiarch for powerpc64.
5689         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5690         for POWER7/powerpc64.
5691         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5692         memmove for POWER7/powerpc64.
5694         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5695         glibc default one.
5697         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5698         __ELF_NATIVE_CLASS equal to 64.
5700 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5702         * sysdeps/nptl/lowlevellock.h: File removed.
5704         * NEWS: NPTL is no longer an add-on!
5705         * nptl/internaltypes.h: Moved ...
5706         * sysdeps/nptl/internaltypes.h: ... here.
5707         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5708         * sysdeps/nptl/fork.c: Likewise.
5709         * sysdeps/nptl/gai_misc.h: Likewise.
5710         * sysdeps/nptl/librt-cancellation.c: Likewise.
5711         * sysdeps/nptl/jmp-unwind.c: Likewise.
5712         * sysdeps/nptl/setxid.h: Likewise.
5713         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5714         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5715         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5716         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5717         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5718         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5719         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5720         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5721         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5722         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5723         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5724         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5725         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5726         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5727         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5728         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5729         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5730         * nptl/Makeconfig: Moved ...
5731         * sysdeps/nptl/Makeconfig: ... here.
5732         * nptl/configure: File removed.
5733         * nptl/ANNOUNCE: File removed.
5734         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5735         * sysdeps/unix/sysv/linux/configure: Regenerated.
5737         * nptl/Makefile (routines): Add libc_pthread_init,
5738         libc_multiple_threads, register-atfork and unregister-atfork.
5739         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5740         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5741         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5742         pthread-pi-defines.sym, structsem.sym.
5743         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5744         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5745         [$(subdir) = nptl] (tests): Add tst-setgetname.
5746         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5747         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5748         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5749         [!LIBC_SIGACTION]: Remove aliases.
5750         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5751         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5752         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5753         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5754         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5755         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5756         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5757         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5758         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5759         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5760         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5761         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5762         __libc_allocate_rtsig_private.
5763         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5764         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5765         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5766         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5767         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5768         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5769         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5770         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5771         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5772         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5773         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5774         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5775         * nptl/internaltypes.h: ... here.
5776         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5777         * sysdeps/nptl/jmp-unwind.c: ... here.
5778         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5779         * nptl/libc-lowlevellock.c: ... here.
5780         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5781         * nptl/libc_multiple_threads.c: ... here.
5782         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5783         * nptl/libc_pthread_init.c: ... here.
5784         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5785         * nptl/lowlevelbarrier.sym: ... here.
5786         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5787         * nptl/lowlevelcond.sym: ... here.
5788         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5789         * nptl/lowlevellock.c: ... here.
5790         * nptl/lowlevellock.h: Moved ...
5791         * sysdeps/nptl/lowlevellock.h: ... here.
5792         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5793         * nptl/lowlevelrobustlock.c: ... here.
5794         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5795         * nptl/lowlevelrobustlock.sym: ... here.
5796         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5797         * nptl/lowlevelrwlock.sym: ... here.
5798         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5799         * nptl/pt-fork.c: ... here.
5800         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5801         * nptl/pthread-pi-defines.sym: ... here.
5802         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5803         * nptl/pthread_attr_getaffinity.c: ... here.
5804         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5805         * nptl/pthread_attr_setaffinity.c: ... here.
5806         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5807         * nptl/pthread_mutex_cond_lock.c: ... here.
5808         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5809         Update #include.
5810         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5811         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5812         * nptl/pthread_once.c: ... here, replacing old file.
5813         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5814         * nptl/pthread_yield.c: ... here.
5815         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5816         * nptl/register-atfork.c: ... here.
5817         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5818         * nptl/sem_post.c: ... here.
5819         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5820         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5821         * nptl/sem_timedwait.c: ... here.
5822         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5823         * nptl/sem_trywait.c: ... here.
5824         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5825         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5826         * nptl/sem_wait.c: ... here.
5827         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5828         * nptl/structsem.sym: ... here.
5829         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5830         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5831         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5832         * nptl/unregister-atfork.c: ... here.
5833         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5834         * nptl/unwindbuf.sym: ... here.
5835         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5836         * sysdeps/nptl/fork.c: ... here.
5837         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5838         * sysdeps/nptl/fork.h: ... here.
5839         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5840         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5841         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5842         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5843         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5844         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5845         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5846         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5847         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5848         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5849         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5850         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5851         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5852         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5853         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5854         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5855         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5856         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5857         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5858         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5859         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5860         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5861         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5862         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5863         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5864         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5865         * sysdeps/unix/sysv/linux/raise.c: ... here.
5866         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5867         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5868         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5869         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5870         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5871         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5872         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5873         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5874         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5875         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5876         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5877         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5878         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5879         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5880         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5882 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5884         * sysdeps/generic/memcopy.h: Add comment for
5885         MEMCPY_OK_FOR_FWD_MEMMOVE.
5887 2014-07-04  Will Newton  <will.newton@linaro.org>
5889         * string/memchr.c: Merge from gnulib.
5890         [_LIBC]: Remove conditionals.
5891         (__ptr_t): Remove define.
5892         (LONG_MAX_32_BITS): Likewise.
5893         (LONG_MAX): Likewise.
5894         (MEMCHR): Use ANSI prototype and optimize algorithm.
5896         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5898 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5900         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5901         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5903         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5904         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5905         in a bare environment with no <stdlib.h> installed.
5906         * sysdeps/nptl/configure: Regenerated.
5908         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5910         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5911         AC_EGREP_CPP for kernel header checks, so they only succeed if
5912         including <linux/version.h> actually works right.
5913         * sysdeps/unix/sysv/linux/configure: Regenerated.
5915         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5916         value so it's not diagnosed as unused.
5918         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5919         thing) with "ifeq ($(subdir),rt)".
5921 2014-07-03  Richard Henderson  <rth@redhat.com>
5923         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5924         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5925         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5927         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5928         (math_force_eval): New.
5930         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5931         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5933         * sysdeps/alpha/fpu/s_round.c: Remove file.
5934         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5936         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5937         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5938         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5939         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5940         (_dl_start, print_statistics): Likewise.
5941         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5942         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5944         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5945         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5946         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5947         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5948         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5949         (HP_SMALL_TIMING_AVAIL): Define.
5950         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5951         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5952         (HP_SMALL_TIMING_AVAIL): Define.
5953         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5954         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5956         * sysdeps/aarch64/hp-timing.h: New file.
5958         * sysdeps/generic/hp-timing.h: Remove dead comment.
5959         * sysdeps/generic/hp-timing-common.h: New file.
5960         * sysdeps/alpha/hp-timing.h: Include it.
5961         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5962         * sysdeps/i386/i686/hp-timing.h: Likewise.
5963         * sysdeps/ia64/hp-timing.h: Likewise.
5964         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5965         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5966         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5967         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5968         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5969         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5970         (hp_timing_t): New.
5972         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5973         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5974         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5975         * elf/rtld.c (_dl_start_final): Likewise.
5976         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5977         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5978         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5979         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5980         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5981         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5982         (HP_TIMING_DIFF_INIT): Remove.
5983         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5984         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5985         (HP_TIMING_DIFF_INIT): Remove.
5986         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5987         * sysdeps/i386/i686/hp-timing.c: Remove file.
5988         * sysdeps/x86_64/hp-timing.c: Remove file.
5989         * sysdeps/ia64/hp-timing.c: Remove file.
5990         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5991         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5992         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5993         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5995         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5996         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5997         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5998         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5999         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
6000         (HP_TIMING_ACCUM): Remove.
6001         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6002         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
6003         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
6005         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
6006         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
6007         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
6008         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
6009         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
6010         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6011         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
6012         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
6014         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
6016 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
6018         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
6020 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6022         Sync up with gettext.
6023         * intl/loadmsgcat.c: Define O_BINARY if not defined.
6024         [_MSC_VER]: Include malloc.h
6025         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
6026         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
6027         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
6028         TEMP_FAILURE_RETRY.  Cast return of alloca.
6029         [!_LIBC] Call gl_rwlock_init.
6030         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
6032 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6034         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
6035         before checking its value.
6037 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6039         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
6041         * debug/memcpy_chk.c: Don't include pagecopy.h.
6042         * debug/mempcpy_chk.c: Likewise.
6043         * string/memcpy.c: Likewise.
6044         * string/memmove.c: Likewise.
6045         * sysdeps/powerpc/memmove.c: Likewise.
6046         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
6047         definition of PAGE_COPY_FWD_MAYBE here...
6048         * sysdeps/generic/pagecopy.h: ... from here.
6049         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
6051 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6052             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6054         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
6055         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
6056         optimizations.
6057         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6058         (__libc_ifunc_impl_list): Likewise.
6059         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
6060         multiarch strcat for PPC64.
6061         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
6062         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
6064 2014-07-02  Roland McGrath  <roland@hack.frob.com>
6066         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
6068 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6070         * intl/loadmsgcat.c: Remove declaration of
6071         get_sysdep_segment_value.
6072         (get_sysdep_segment_value): Use ISO C style.
6073         (_nl_load_domain): Use ISO C style.  Get rid of redundant
6074         semicolon.  Fix typo and formatting in comment.
6075         (_nl_unload_domain): Use ISO C style.
6077         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
6079 2014-07-02  Will Newton  <will.newton@linaro.org>
6081         * malloc/obstack.c: Merge from gnulib master.
6082         [HAVE_CONFIG_H]: Remove conditional code.
6083         [!_LIBC]: Include config.h.
6084         [!ELIDE_CODE]: Don't include inttypes.h, include
6085         stdint.h unconditionally.
6086         (print_and_abort): Mark as _Noreturn.
6087         (_obstack_allocated_p): Mark as __attribute_pure__.
6088         (obstack_free): Rename to __obstack_free.
6089         [!__attribute__]: Remove conditional code.
6090         * malloc/obstack.h: Merge from gnulib master.
6091         [__cplusplus]: Move conditional down.
6092         [!__attribute_pure__]: Define __attribute_pure__ here
6093         if it is not already defined.
6094         (_obstack_memory_used): Mark as __attribute_pure__.
6095         [!__obstack_free]: Define as obstack_free.
6096         [__GNUC__]: Remove check for ancient NeXT gcc.
6098 2014-07-02  Will Newton  <will.newton@linaro.org>
6099             Paul Eggert  <eggert@cs.ucla.edu>
6101         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
6103 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
6105         * resolv/gethnamaddr.c: Add comment warning that the file is
6106         not maintained.
6108 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
6110         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
6111         entries.
6113         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
6114         entry for aio_cancel and aio_cancel64.
6115         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
6116         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
6117         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
6118         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
6119         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
6120         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
6121         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
6122         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
6123         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
6124         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
6125         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
6126         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
6127         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
6129 2014-07-01  Roland McGrath  <roland@hack.frob.com>
6131         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
6132         * nptl/pthread_mutex_lock.c: Likewise.
6133         * nptl/pthread_mutex_timedlock.c: Likewise.
6134         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
6136 2014-07-01  Richard henderson  <rth@redhat.com>
6138         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
6139         (__isnan, __isnanl): Remove.
6140         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
6142         * sysdeps/alpha/fpu/libm-test-ulps: Update.
6144 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
6146         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6148 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6150         * resolv/nss_dns/dns-host.c (getanswer_r)
6151         [MULTI_PTRS_ARE_ALIASES]: Remove code.
6153 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
6155         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6156         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
6157         undefine.
6158         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
6159         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
6161 2014-07-01  Roland McGrath <roland@hack.frob.com>
6163         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
6164         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
6166         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
6167         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
6169         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
6170         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
6171         ... here.
6172         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
6173         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
6175         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
6176         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
6177         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
6178         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
6180         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
6181         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
6182         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
6183         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
6184         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
6185         Moved ...
6186         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
6187         ... here.
6188         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
6189         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
6190         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
6191         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
6192         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
6193         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
6194         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
6195         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
6196         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
6197         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
6198         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
6199         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
6200         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
6201         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
6202         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
6203         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
6204         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
6205         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
6206         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
6207         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
6208         ... here.
6209         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
6210         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
6211         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
6212         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
6213         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
6214         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
6215         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
6216         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
6218 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
6220         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
6221         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
6222         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
6223         Add sysdep.
6225 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6227         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6229 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6231         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
6232         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
6234         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
6236         * sysdeps/arm/libm-test-ulps: Regenerated.
6238 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6239             Roland McGrath <roland@hack.frob.com>
6241         * test-skeleton.c (signal_handler): Kill the whole process group
6242         before killing the child individually.
6243         (main): Report any failure on `setpgid'.
6245 2014-06-30  Roland McGrath  <roland@hack.frob.com>
6247         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
6248         from _TLS_H to _ARM_NPTL_TLS_H.
6249         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
6250         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
6252 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6254         [BZ #16539]
6255         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6256         (__expm1l): Return argument unchanged when small but not
6257         subnormal.
6259         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6260         include macro name.
6261         (_FP_UNPACK_RAW_1_P): Likewise.
6262         (_FP_PACK_RAW_1): Likewise.
6263         (_FP_PACK_RAW_1_P): Likewise.
6264         (_FP_MUL_MEAT_1_wide): Likewise.
6265         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6266         (_FP_MUL_MEAT_1_hard): Likewise.
6267         (_FP_DIV_MEAT_1_imm): Likewise.
6268         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6269         (_FP_DIV_MEAT_1_udiv): Likewise.
6270         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6271         (_FP_UNPACK_RAW_2): Likewise.
6272         (_FP_UNPACK_RAW_2_P): Likewise.
6273         (_FP_PACK_RAW_2): Likewise.
6274         (_FP_PACK_RAW_2_P): Likewise.
6275         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6276         (_FP_MUL_MEAT_2_wide): Likewise.
6277         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6278         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6279         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6280         (_FP_MUL_MEAT_2_gmp): Likewise.
6281         (_FP_DIV_MEAT_2_udiv): Likewise.
6282         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6283         (_FP_FRAC_SRL_4): Likewise.
6284         (_FP_FRAC_SRST_4): Likewise.
6285         (_FP_FRAC_SRS_4): Likewise.
6286         (_FP_UNPACK_RAW_4): Likewise.
6287         (_FP_UNPACK_RAW_4_P): Likewise.
6288         (_FP_PACK_RAW_4): Likewise.
6289         (_FP_PACK_RAW_4_P): Likewise.
6290         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6291         (_FP_MUL_MEAT_4_wide): Likewise.
6292         (_FP_MUL_MEAT_4_gmp): Likewise.
6293         (umul_ppppmnnn): Likewise.
6294         (_FP_DIV_MEAT_4_udiv): Likewise.
6295         (__FP_FRAC_ADD_4): Likewise.
6296         (__FP_FRAC_SUB_3): Likewise.
6297         (__FP_FRAC_SUB_4): Likewise.
6298         (__FP_FRAC_DEC_3): Likewise.
6299         (__FP_FRAC_DEC_4): Likewise.
6300         (__FP_FRAC_ADDI_4): Likewise.
6301         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6302         (_FP_FRAC_SRL_8): Likewise.
6303         (_FP_FRAC_SRS_8): Likewise.
6305         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6306         include macro name.
6307         (FP_UNPACK_RAW_EP): Likewise.
6308         (FP_PACK_RAW_E): Likewise.
6309         (FP_PACK_RAW_EP): Likewise.
6310         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6311         (_FP_ISSIGNAN): Likewise.
6312         (_FP_ADD_INTERNAL): Likewise.
6313         (_FP_FMA): Likewise.
6314         (_FP_CMP): Likewise.
6315         (_FP_SQRT): Likewise.
6316         (_FP_TO_INT): Likewise.
6317         (_FP_FROM_INT): Likewise.
6318         (FP_EXTEND): Likewise.
6319         (_FP_DIV_MEAT_N_loop): Likewise.
6321 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6323         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6324         throughout.
6326 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6328         [BZ #17097]
6329         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6330         result with correct sign in case of exponents that produce
6331         overflow except for X very close to 1.
6333 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6335         mktime: merge #if/#ifdef usage from glibc
6336         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6337         as that works with both Glibc's and Gnulib's style.
6338         See thread starting at Siddhesh Poyarekar's bug report at:
6339         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6341 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6343         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6344         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6345         * sysdeps/tile/tilegx/memmove.c: Remove file.
6347 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6349         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6350         abi-name definition.
6351         * scripts/soversions.awk: Do not handle or generate ABI lines.
6352         * shlib-versions: Remove ABI entries.
6353         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6354         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6356 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6358         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6359         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6360         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6361         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6362         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6363         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6364         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6365         Moved ...
6366         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6367         ... here.
6368         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6369         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6370         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6371         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6372         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6373         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6374         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6375         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6376         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6377         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6378         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6379         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6380         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6381         Moved ...
6382         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6383         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6384         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6385         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6386         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6387         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6388         Moved ...
6389         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6390         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6391         Moved ...
6392         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6393         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6394         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6395         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6396         Moved ...
6397         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6398         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6399         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6400         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6401         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6402         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6403         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6404         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6405         Moved ...
6406         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6407         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6408         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6409         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6410         Moved ...
6411         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6412         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6413         Moved ...
6414         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6415         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6416         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6417         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6418         Moved ...
6419         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6420         ... here.
6421         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6422         Identical file removed.
6423         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6424         Moved ...
6425         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6426         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6427         Identical file removed.
6428         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6429         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6430         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6431         Moved ...
6432         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6433         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6434         Identical file removed.
6435         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6436         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6437         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6438         Identical file removed.
6439         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6440         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6441         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6442         Identical file removed.
6443         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6444         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6445         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6446         Identical file removed.
6447         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6448         Moved ...
6449         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6450         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6451         Identical file removed.
6452         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6453         Moved ...
6454         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6455         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6456         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6457         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6458         Identical file removed.
6459         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6460         Moved ...
6461         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6462         ... here.
6463         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6464         Identical file removed.
6465         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6466         Moved ...
6467         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6468         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6469         Identical file removed.
6470         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6471         Moved ...
6472         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6473         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6474         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6475         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6476         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6477         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6478         Moved ...
6479         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6480         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6481         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6483         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6484         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6485         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6486         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6487         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6489 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6491         [BZ #17092]
6492         * nscd/nscd.c (monitor_child): Return exit status of child
6493         instead of return value from wait syscall.
6495 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6497         * configure.ac (libc_commonpagesize): Remove variable.
6498         (libc_relro_required): Likewise.
6499         (libc_cv_z_relro): Remove configure test.
6500         * configure: Regenerated.
6501         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6502         variable.
6503         (libc_relro_required): Likewise.
6504         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6505         (libc_relro_required): Likewise.
6506         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6507         (libc_relro_required): Likewise.
6508         * sysdeps/arm/preconfigure: Regenerated.
6509         * sysdeps/ia64/preconfigure: Remove file.
6510         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6511         variable.
6512         (libc_relro_required): Likewise.
6514         [BZ #16561]
6515         [BZ #16562]
6516         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6517         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6518         recompute overflowing results in original rounding mode.
6519         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6520         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6521         recompute overflowing results in original rounding mode.
6522         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6523         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6524         recompute overflowing results in original rounding mode.
6525         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6526         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6527         recompute overflowing results in original rounding mode.
6528         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6529         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6530         recompute overflowing results in original rounding mode.
6531         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6532         (libc_feholdsetround_ctx): New macro.
6533         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6534         * sysdeps/i386/fpu/libm-test-ulps: Update.
6535         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6537 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6539         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6540         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6541         corresponding .cpsetup call.
6543 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6545         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6546         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6547         * sysdeps/arm/Makefile [$(subdir) = csu]
6548         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6549         (static-only-routines): Add aeabi_read_tp here.
6550         (shared-only-routines): Add libc-aeabi_read_tp here.
6551         (CFLAGS-libc-start.c): Add -fexceptions here.
6552         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6553         (sysdep_routines, static-only-routines, shared-only-routines):
6554         Don't add to these here.
6555         (CFLAGS-libc-start.c): Likewise.
6557         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6558         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6559         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6560         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6561         * sysdeps/arm/Makefile [$(subdir) = rt]
6562         (librt-sysdep_routines, librt-shared-only-routines):
6563         Append rt-aeabi_unwind_cpp_pr1 here.
6564         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6565         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6566         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6567         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6568         Append nptl-aeabi_unwind_cpp_pr1 here.
6569         (tests): Filter out tst-cleanupx4 here.
6570         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6571         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6572         Don't do those here.
6574 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6576         * scripts/list-sources.sh: Do not handle ports specially.
6578 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6580         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6581         * sysdeps/arm/feupdateenv.c: Likewise.
6583         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6585 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6587         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6588         trailing whitespace removed.
6589         * scripts/config.guess: Update to version 2014-03-23.
6590         * scripts/config.sub: Update to version 2014-05-01
6591         * scripts/install-sh: Update to version 2013-12-25.23.
6592         * scripts/move-if-change: Update from gnulib.
6594 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6596         * debug/memmove_chk.c: Remove pagecopy.h include.
6598 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6600         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6601         identical to gnulib mktime.
6603 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6605         * configure.ac: Do not test for machine being rs6000.  Do not test
6606         for powerpc*-*soft.
6607         * configure: Regenerated.
6609         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6610         test.
6611         * configure: Regenerated.
6612         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6613         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6614         Remove configure test.
6615         * sysdeps/arm/configure: Regenerated.
6616         * sysdeps/nptl/configure.ac: Do not check
6617         libc_cv_asm_cfi_directives.
6618         * sysdeps/nptl/configure: Regenerated.
6619         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6620         * sysdeps/x86_64/nptl/configure: Remove generated file.
6621         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6622         unconditional.
6623         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6625 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6627         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6628         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6629         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6630         it is defined.
6632         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6633         instead of whether it is defined.
6634         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6635         * sysdeps/hppa/dl-machine.h: Likewise.
6636         * sysdeps/ia64/dl-machine.h: Likewise.
6637         * sysdeps/m68k/dl-machine.h: Likewise.
6638         * sysdeps/microblaze/dl-machine.h: Likewise.
6639         * sysdeps/mips/dl-machine.: Likewise.
6640         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6641         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6642         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6643         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6644         * sysdeps/sh/dl-machine.h: Likewise.
6645         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6646         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6647         * sysdeps/tile/dl-machine.h: Likewise.
6648         * sysdeps/x86_64/dl-machine.h: Likewise.
6650         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6651         code.
6652         (verify_persistent_db): Likewise.
6654 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6656         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6657         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6658         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6659         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6660         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6661         Moved ...
6662         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6663         ... here.
6664         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6665         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6666         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6667         Identical file removed.
6668         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6669         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6670         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6671         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6672         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6673         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6674         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6675         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6676         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6677         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6678         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6679         Moved ...
6680         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6681         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6682         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6683         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6684         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6685         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6686         Moved ...
6687         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6688         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6689         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6690         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6691         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6692         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6693         Identical file removed.
6694         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6695         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6696         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6697         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6698         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6699         Moved ...
6700         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6701         ... here.
6702         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6703         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6704         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6705         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6706         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6707         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6708         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6709         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6710         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6711         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6712         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6713         Moved ...
6714         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6715         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6716         Moved ...
6717         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6718         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6719         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6720         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6721         Moved ...
6722         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6723         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6724         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6726         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6727         folded into ...
6728         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6729         * sysdeps/unix/sysv/linux/s390/Versions
6730         (libpthread: GLIBC_2.19): New version set.
6731         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6732         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6733         (librt: GLIBC_2.3.3): New version set.
6734         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6735         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6736         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6737         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6738         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6739         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6740         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6741         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6742         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6743         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6744         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6745         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6746         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6747         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6748         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6749         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6750         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6751         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6752         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6753         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6754         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6755         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6756         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6757         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6758         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6759         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6760         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6761         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6762         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6763         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6764         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6765         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6766         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6767         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6768         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6769         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6770         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6771         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6772         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6773         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6774         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6775         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6776         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6777         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6778         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6780         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6781         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6782         (__libc_vfork): Define the function under this name.
6783         [!NOT_IN_libc] (__vfork): Make this an alias.
6784         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6785         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6786         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6787         (__libc_vfork): Define the function under this name.
6788         [!NOT_IN_libc] (__vfork): Make this an alias.
6789         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6790         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6791         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6792         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6793         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6794         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6796         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6797         code that was previously under [RESET_PID].
6798         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6799         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6800         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6802         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6803         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6804         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6805         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6806         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6807         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6808         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6809         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6810         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6811         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6812         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6813         Moved ...
6814         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6815         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6816         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6817         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6818         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6819         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6820         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6821         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6822         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6823         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6824         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6825         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6826         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6827         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6828         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6829         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6830         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6831         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6832         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6833         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6834         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6835         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6836         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6837         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6838         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6839         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6840         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6841         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6842         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6844 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6846         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6847         that was previously under [RESET_PID].
6848         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6850 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6852         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6853         not undefine and redefine.
6854         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6855         [O_CLOEXEC]: Make code unconditional.
6856         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6857         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6858         <kernel-features.h>.
6859         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6860         conditional variable definition.
6861         (shm_open) [O_CLOEXEC]: Make code unconditional.
6862         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6863         code.
6865         * configure.ac (USE_REGPARMS): Don't define here.
6866         * configure: Regenerated.
6867         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6868         * sysdeps/i386/configure: Regenerated.
6870         * nptl/createthread.c: Don't include kernel-features.h.
6871         * nptl/pthread_cancel.c: Likewise.
6872         * nptl/pthread_condattr_setclock.c: Likewise.
6873         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6874         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6875         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6876         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6877         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6878         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6879         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6880         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6881         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6882         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6883         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6884         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6885         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6886         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6887         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6888         * nscd/gai.c: Likewise.
6889         * nss/nss_db/db-open.c: Likewise.
6890         * sysdeps/generic/ldsodefs.h: Likewise.
6891         * sysdeps/sh/nptl/tls.h: Likewise.
6892         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6893         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6894         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6895         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6896         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6897         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6898         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6899         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6900         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6901         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6902         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6903         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6904         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6905         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6906         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6907         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6908         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6909         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6910         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6911         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6912         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6913         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6914         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6915         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6916         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6917         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6918         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6919         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6920         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6921         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6922         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6923         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6924         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6925         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6926         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6927         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6928         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6929         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6930         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6931         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6932         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6933         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6934         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6935         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6936         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6937         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6938         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6939         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6940         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6941         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6942         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6943         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6944         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6945         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6946         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6947         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6948         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6949         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6972         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6973         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6974         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6975         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6976         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6977         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6978         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6979         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6980         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6981         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6982         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6983         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6984         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6985         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6986         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6987         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6988         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6989         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6990         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6991         * sysdeps/unix/sysv/linux/system.c: Likewise.
6992         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6993         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6994         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6995         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6996         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6997         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6998         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
7000         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
7001         * configure: Regenerated.
7002         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
7004         * configure.ac (base_machine): Do not set specially for particular
7005         machines here.
7006         * configure: Regenerated.
7007         * sysdeps/powerpc/preconfigure: Move machine and base_machine
7008         settings from configure.ac.
7009         * sysdeps/i386/preconfigure: New file.
7010         * sysdeps/s390/preconfigure: Likewise.
7011         * sysdeps/sh/preconfigure: Likewise.
7012         * sysdeps/sparc/preconfigure: Likewise.
7014 2014-06-25  Roland McGrath  <roland@hack.frob.com>
7016         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
7017         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
7018         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
7019         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
7020         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
7021         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
7022         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
7023         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
7024         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
7025         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
7026         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
7027         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
7028         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
7029         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
7030         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
7031         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
7032         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
7033         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
7034         * sysdeps/sparc/sparc64/Makefile: ... appended here.
7036         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
7037         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
7038         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
7039         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
7040         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
7041         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
7042         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
7043         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
7044         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
7045         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
7046         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
7047         * sysdeps/sparc/sparc32/sem_post.c: ... here.
7048         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
7049         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
7050         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
7051         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
7052         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
7053         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
7054         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
7055         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
7056         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
7057         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
7058         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
7059         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
7060         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
7061         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
7062         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
7063         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
7064         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
7065         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
7066         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
7067         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
7068         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
7069         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
7070         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
7071         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
7072         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
7073         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
7075         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
7076         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
7077         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
7078         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
7079         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7080         Moved ...
7081         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
7082         ... here.
7083         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
7084         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
7085         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
7086         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
7087         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
7088         Moved ...
7089         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
7090         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
7091         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
7092         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
7093         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
7094         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
7095         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
7096         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7097         Moved ...
7098         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
7099         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7100         Moved ...
7101         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
7102         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
7103         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
7104         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7105         Moved ...
7106         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
7107         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
7108         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
7109         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
7110         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
7111         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
7112         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
7113         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
7114         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
7115         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7116         Moved ...
7117         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
7118         ... here.
7119         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
7120         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
7121         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
7122         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
7123         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
7124         Moved ...
7125         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
7126         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
7127         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
7128         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
7129         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
7130         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
7131         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
7132         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7133         Moved ...
7134         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
7135         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7136         Moved ...
7137         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
7138         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
7139         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
7140         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7141         Moved ...
7142         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
7143         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
7144         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
7145         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
7146         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
7148 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7150         * timezone/checktab.awk: Update from tzcode 2014e.
7151         * timezone/private.h: Likewise.
7152         * timezone/tzfile.h: Likewise.
7153         * timezone/zdump.c: Likewise.
7154         * timezone/zic.c: Likewise.
7156         * sysdeps/unix/sysv/linux/kernel-features.h
7157         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
7158         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
7159         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
7160         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7161         Remove conditional code.
7163 2014-06-25  Will Newton  <will.newton@linaro.org>
7165         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
7166         (_dl_arm_cap_flags): Add HWCAP2 values.
7167         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
7168         (_DL_HWCAP_COUNT): Increase to 37.
7169         (_DL_HWCAP_LAST): New define.
7170         (_DL_HWCAP2_LAST): New define.
7171         (_dl_procinfo): Add support for printing
7172         AT_HWCAP2 entries.
7173         (_dl_string_hwcap): Use _dl_hwcap_string.
7175 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7177         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7179 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
7181         * README: Do not mention ports directory.
7183         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
7184         Remove macro.
7185         * sysdeps/unix/sysv/linux/futimes.c: Do not include
7186         <kernel-features.h>.
7187         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
7188         conditional variable definition.
7189         (__futimes): Update comment.
7190         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
7191         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
7193         [BZ #16560]
7194         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
7195         arguments close to 0.
7196         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
7197         Likewise.
7198         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
7199         Likewise.
7200         * math/auto-libm-test-in: Add more tests of exp10.
7201         * math/auto-libm-test-out: Regenerated.
7202         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7204         * sysdeps/unix/sysv/linux/kernel-features.h
7205         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
7206         * sysdeps/unix/sysv/linux/readv.c: Do not include
7207         <kernel-features.h>.
7208         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7209         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7210         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7211         unconditional.
7212         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7213         conditional code.
7214         * sysdeps/unix/sysv/linux/writev.c: Do not include
7215         <kernel-features.h>.
7216         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
7217         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
7218         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
7219         unconditional.
7220         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
7221         conditional code.
7223 2014-06-25  Will Newton  <will.newton@linaro.org>
7225         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
7226         comment changes throughout the file.  Remove checks
7227         for HAVE_*_H definitions that are not required.
7228         (__gen_tempname): Call abort if an unknown kind value is
7229         passed.
7231 2014-06-25  Andreas Schwab  <schwab@suse.de>
7233         [BZ #17086]
7234         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
7235         scalbln, scalblnf, scalblnl in libc.
7237 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7239         [BZ #17086]
7240         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
7241         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7242         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7244 2014-06-24  Roland McGrath  <roland@hack.frob.com>
7246         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
7247         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
7248         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
7249         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
7250         Update #include.
7251         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
7252         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7253         Update #include.
7254         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7255         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7256         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7257         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7258         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7259         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7260         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7261         * sysdeps/x86/bits/semaphore.h: ... here.
7262         * sysdeps/x86/nptl/elide.h: Moved ...
7263         * sysdeps/x86/elide.h: ... here.
7264         * sysdeps/x86_64/nptl/Implies: File removed.
7265         * sysdeps/i386/nptl/Implies: File removed.
7267 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7269         [BZ #16539]
7270         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7271         return the argument for normal arguments with exponent below -64.
7272         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7273         Likewise.
7274         * math/auto-libm-test-in: Add another test of expm1.
7275         * math/auto-libm-test-out: Regenerated.
7277         [BZ #16287]
7278         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7279         calling __erfcl for arguments at least 16.
7280         * math/auto-libm-test-in: Add more tests of erf.
7281         * math/auto-libm-test-out: Regenerated.
7283         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7284         individual architectures.
7285         * sysdeps/unix/sysv/linux/configure: Regenerated.
7286         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7287         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7288         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7289         (ldd_rewrite_script): Define variable.
7290         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7292         file.
7293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7294         generated file.
7295         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7296         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7297         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7298         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7299         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7300         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7301         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7302         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7304 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7306         [BZ #17084]
7307         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7308         Rename member __data.d to __data.__elision_data.
7310 2014-06-24  Wilco  <wdijkstr@arm.com>
7312         * NEWS: Add 16918 to fixed bug list.
7314 2014-06-24  Wilco  <wdijkstr@arm.com>
7316         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7318 2014-06-24  Wilco  <wdijkstr@arm.com>
7320         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7321         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7322         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7323         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7324         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7325         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7326         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7327         Use _FPU_MASK_RM.
7329 2014-06-24  Wilco  <wdijkstr@arm.com>
7331         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7333 2014-06-24  Wilco  <wdijkstr@arm.com>
7335         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7336         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7337         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7338         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7340 2014-06-24  Wilco  <wdijkstr@arm.com>
7342         [BZ #16918]
7343         * sysdeps/arm/feupdateenv.c (feupdateenv):
7344         Rewrite to reduce FPSCR accesses and fix return value.
7346 2014-06-24  Wilco  <wdijkstr@arm.com>
7348         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7349         Optimize to avoid unnecessary FPSCR writes.
7350         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7351         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7352         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7353         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7355 2014-06-24  Wilco  <wdijkstr@arm.com>
7357         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7358         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7359         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7360         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7361         Call libc_fetestexcept_vfp.
7362         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7363         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7364         __SOFTFP__ ifdef so that they can be built for softfp.
7366 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7368         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7369         argument type signed char.
7371         * Makerules (check-abi): Dump diff of symlist if the test
7372         fails.
7374 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7376         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7377         using abort.
7379         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7380         Remove unused variable ST.
7382 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7384         [BZ #16354]
7385         [BZ #17061]
7386         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7387         small arguments before calling __expm1.
7388         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7389         small arguments before calling __expm1f.
7390         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7391         small arguments before calling __expm1l.
7392         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7393         Likewise.
7394         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7395         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7396         spurious underflow for some cosh tests.
7397         * math/auto-libm-test-out: Regenerated.
7398         * sysdeps/i386/fpu/libm-test-ulps: Update.
7400         [BZ #17050]
7401         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7402         (__ieee754_y1): Set errno if return value overflows.
7403         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7404         (__ieee754_y1f): Set errno if return value overflows.
7405         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7406         (__ieee754_y1l): Set errno if return value overflows.
7407         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7408         (__ieee754_y1l): Set errno if return value overflows.
7409         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7410         * math/auto-libm-test-out: Regenerated.
7412         * math/gen-auto-libm-tests.c: Document use of
7413         ignore-zero-inf-sign.
7414         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7415         (input_flags): Add ignore-zero-inf-sign.
7416         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7417         * math/gen-libm-test.pl (generate_testfile): Handle
7418         ignore-zero-inf-sign.
7419         * math/auto-libm-test-in: Mark some cpow tests with
7420         ignore-zero-inf-sign and some with xfail-rounding.
7421         * math/auto-libm-test-out: Regenerated.
7422         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7423         * sysdeps/i386/fpu/libm-test-ulps: Update.
7424         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7426         [BZ #16315]
7427         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7428         overflowing or underflowing operations take place with sign of
7429         result.
7430         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7431         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7432         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7433         (__ieee754_pow): Recompute overflowing and underflowing results in
7434         original rounding mode.
7435         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7436         (__powl_helper): Allow negative argument X and scale negated value
7437         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7438         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7439         overflowing or underflowing operations take place with sign of
7440         result.
7441         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7442         Include <math.h>.
7443         * math/auto-libm-test-in: Add more tests of pow.
7444         * math/auto-libm-test-out: Regenerated.
7445         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7446         (pow_tonearest_test_data): Remove.
7447         (pow_test_tonearest): Likewise.
7448         (pow_towardzero_test_data): Likewise.
7449         (pow_test_towardzero): Likewise.
7450         (pow_downward_test_data): Likewise.
7451         (pow_test_downward): Likewise.
7452         (pow_upward_test_data): Likewise.
7453         (pow_test_upward): Likewise.
7454         (main): Don't call removed functions.
7455         * sysdeps/i386/fpu/libm-test-ulps: Update.
7456         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7458 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7461         Moved ...
7462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7464         Moved ...
7465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7467         Moved ...
7468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7470         Moved ...
7471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7473         File removed.
7474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7475         File removed.
7476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7477         File removed.
7478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7479         File removed.
7480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7481         File removed.
7482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7483         File removed.
7484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7485         File removed.
7486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7487         File removed.
7488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7489         File removed.
7490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7491         File removed.
7492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7493         File removed.
7494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7495         File removed.
7496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7497         Moved ...
7498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7500         Moved ...
7501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7502         ... here.
7503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7504         Moved ...
7505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7507         Moved ...
7508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7510         Moved ...
7511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7513         Moved ...
7514         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7516         Moved ...
7517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7519         Moved ...
7520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7522         Moved ...
7523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7524         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7526         ... here.
7527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7528         Moved ...
7529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7531         Moved ...
7532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7533         ... here.
7534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7535         Moved ...
7536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7537         ... here.
7538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7539         Moved ...
7540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7541         ... here.
7542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7543         Moved ...
7544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7546         Moved ...
7547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7551         Moved ...
7552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7553         ... here.
7554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7555         Moved ...
7556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7557         ... here.
7558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7559         Moved ...
7560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7562         Moved ...
7563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7565         Moved ...
7566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7568         Moved ...
7569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7571         Moved ...
7572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7573         ... here.
7574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7575         Moved ...
7576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7578         Moved ...
7579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7581         Moved ...
7582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7584         Moved ...
7585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7589         Moved ...
7590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7592         Moved ...
7593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7595         Moved ...
7596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7597         ... here.
7598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7599         Moved ...
7600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7601         ... here.
7602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7603         Moved ...
7604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7605         ... here.
7606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7607         Moved ...
7608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7610         Moved ...
7611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7613         Moved ...
7614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7616         Moved ...
7617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7618         ... here.
7619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7620         Moved ...
7621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7622         ... here.
7623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7624         Moved ...
7625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7626         ... here.
7627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7628         Moved ...
7629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7631         Moved ...
7632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7634 2014-06-23  Will Newton  <will.newton@linaro.org>
7635             Wilco  <wdijkstr@arm.com>
7637         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7638         implementation.  Include get-rounding-mode.h.
7639         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7640         [!libc_feholdsetround_noex_ctx]: Define
7641         libc_feholdsetround_noex_ctx.
7642         [!libc_feholdsetround_noexf_ctx]: Define
7643         libc_feholdsetround_noexf_ctx.
7644         [!libc_feholdsetround_noexl_ctx]: Define
7645         libc_feholdsetround_noexl_ctx.
7646         (libc_feholdsetround_ctx): New function.
7647         (libc_feresetround_ctx): New function.
7648         (libc_feholdsetround_noex_ctx): New function.
7649         (libc_feresetround_noex_ctx): New function.
7651 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7653         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7654         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7655         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7656         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7657         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7658         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7660         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7661         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7662         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7663         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7664         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7665         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7666         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7667         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7668         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7669         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7670         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7671         Moved ...
7672         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7673         ... here.
7674         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7675         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7676         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7677         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7678         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7679         Moved ...
7680         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7681         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7682         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7683         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7684         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7685         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7686         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7687         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7688         Moved ...
7689         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7690         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7691         Moved ...
7692         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7693         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7694         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7695         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7696         Moved ...
7697         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7698         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7699         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7700         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7701         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7702         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7703         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7704         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7705         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7706         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7707         Moved ...
7708         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7709         ... here.
7710         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7711         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7712         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7713         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7714         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7715         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7716         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7717         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7718         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7719         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7720         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7721         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7722         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7723         Moved ...
7724         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7725         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7726         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7727         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7728         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7729         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7730         Moved ...
7731         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7732         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7733         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7734         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7735         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7737         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7738         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7739         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7740         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7741         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7742         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7743         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7744         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7745         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7746         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7747         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7748         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7749         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7750         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7751         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7752         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7753         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7754         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7755         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7756         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7757         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7758         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7759         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7760         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7761         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7762         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7763         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7764         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7766 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7768         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7769         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7770         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7771         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7772         (IPV6_PMTUDISC_INTERFACE): Likewise.
7773         (IPV6_PMTUDISC_OMIT): Likewise.
7775 2014-06-23  Andreas Schwab  <schwab@suse.de>
7777         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7778         Remove unused errout label.
7780 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7782         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7783         macro: hardware supports Vector Crypto instructions.
7785 2014-06-23  Will Newton  <will.newton@linaro.org>
7787         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7788         rather than __builtin_expect.
7790         * elf/dl-lookup.c (undefined_msg): Remove variable.
7791         (_dl_lookup_symbol_x): Replace undefined_msg with string
7792         literal.
7794         * elf/dl-lookup.c (do_lookup_unique): New function.
7795         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7796         to a separate function.
7798 2014-06-23  Andreas Schwab  <schwab@suse.de>
7800         [BZ #17079]
7801         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7802         before reading the next line.
7804 2014-06-23  Will Newton  <will.newton@linaro.org>
7806         * test-skeleton.c (signal_handler): Use printf and %m
7807         rather than perror.  Use printf rather than fprintf to
7808         stderr.  Use puts rather than fputs to stderr.
7809         (main): Likewise.
7811 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7813         * nscd/nscd.c (thread_info_t): Remove typedef.
7814         (thread_info): Remove variable.
7816 2014-06-21  Allan McRae  <allan@archlinux.org>
7818         * NEWS: Mention CVE-2014-4043.
7820 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7822         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7823         * nptl/smp.h: ... here.
7825         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7827         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7828         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7829         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7830         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7832         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7833         * nptl/stack-aliasing.h: New file.
7834         * sysdeps/i386/i686/stack-aliasing.h: New file.
7835         * sysdeps/i386/i686/nptl/Makefile: File removed.
7836         * sysdeps/x86_64/stack-aliasing.h: New file.
7837         * sysdeps/x86_64/nptl/Makefile
7838         (CFLAGS-pthread_create.c): Variable removed.
7840         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7841         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7842         old file.
7843         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7844         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7845         old file.
7847 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7849         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7850         (__ASSUME_SIGFRAME_V2): Remove macro.
7851         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7852         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7853         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7854         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7855         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7856         Declare as function.  Remove conditional macro definitions.
7857         (__default_rt_sa_restorer): Likewise.
7858         (__default_sa_restorer_v1): Remove declaration.
7859         (__default_sa_restorer_v2): Likewise.
7860         (__default_rt_sa_restorer_v1): Likewise.
7861         (__default_rt_sa_restorer_v2): Likewise.
7862         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7863         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7864         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7866 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7868         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7869         (libpthread-routines): Add sysdep.
7870         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7871         * sysdeps/unix/sysv/linux/sparc/Versions
7872         (libpthread: GLIBC_2.3.3): New version set.
7873         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7874         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7875         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7876         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7877         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7878         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7879         Moved ...
7880         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7881         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7882         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7883         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7884         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7885         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7886         * sysdeps/sparc/nptl/sem_init.c: ... here.
7887         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7888         * sysdeps/sparc/nptl/sem_post.c: ... here.
7889         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7890         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7891         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7892         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7893         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7894         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7895         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7896         (libpthread-routines): Add cpu_relax.
7897         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7898         File removed.
7899         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7900         (librt: GLIBC_2.3.3): New version set.
7901         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7902         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7903         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7904         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7905         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7906         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7907         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7908         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7909         Moved ...
7910         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7911         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7912         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7913         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7914         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7915         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7916         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7917         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7918         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7919         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7920         Moved ...
7921         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7922         Update #include.
7923         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7924         Moved ...
7925         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7926         Update #include.
7927         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7928         Moved ...
7929         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7930         Update #include.
7931         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7932         Moved ...
7933         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7934         Update #include.
7935         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7936         Moved ...
7937         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7938         Update #include.
7939         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7940         Moved ...
7941         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7942         Update #include.
7943         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7944         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7945         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7946         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7947         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7948         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7949         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7950         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7951         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7952         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7953         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7954         Moved ...
7955         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7956         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7957         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7958         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7959         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7961 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7963         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7964         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7965         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7966         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7967         * nscd/nscd.c: Likewise.
7968         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7969         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7970         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7971         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7973         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7974         <kernel-features.h>.
7975         (init_mq_netlink): Remove conditional have_sock_cloexec
7976         definitions.  Remove code conditional on have_sock_cloexec < 0.
7977         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7978         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7979         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7980         <kernel-features.h>.
7981         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7982         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7984 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7986         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7987         Add tests for memset_chk and memset.
7989         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7990         with AVX2_Usable.
7992 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7994         [BZ #16046]
7995         * elf/tst-dl-iter-static.c: New file.
7996         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7998         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7999         error.
8001 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8003         * sysdeps/unix/sysv/linux/kernel-features.h
8004         (__ASSUME_F_GETOWN_EX): Remove macro.
8005         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
8006         <kernel-features.h>.
8007         (miss_F_GETOWN_EX): Remove variable or macro.
8008         (do_fcntl): Do not check miss_F_GETOWN_EX.
8009         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
8011         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
8012         Remove macro.
8013         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
8014         [!__ASSUME_AT_RANDOM]: Remove conditional code.
8015         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
8017         * sysdeps/unix/sysv/linux/kernel-features.h
8018         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
8019         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
8020         [ADJ_OFFSET_SS_READ]: Make code unconditional.
8021         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
8023 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
8025         [BZ #17075]
8026         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
8027         Fix calculation of the symbol's value.
8028         * sysdeps/arm/tst-armtlsdescloc.c: New file.
8029         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
8030         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
8031         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
8032         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
8033         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
8034         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
8035         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
8036         (modules-names): Add `tst-armtlsdescmod',
8037         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
8038         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
8039         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8040         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
8041         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
8042         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
8043         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
8044         ($(objpfx)tst-armtlsdescloc): New dependency.
8045         ($(objpfx)tst-armtlsdescextnow): Likewise.
8046         ($(objpfx)tst-armtlsdescextlazy): Likewise.
8047         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
8048         TLS scheme support.
8049         * sysdeps/arm/configure: Regenerate.
8051 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
8053         * include/fcntl.h (__atfct_seterrno): Remove prototype.
8054         (__atfct_seterrno_2): Likewise.
8055         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
8056         <kernel-features.h>.
8057         (__ASSUME_ATFCTS): Do not undefine and redefine.
8058         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
8059         (__have_atfcts): Remove conditional definition.
8060         (__fxstatat([__NR_fstatat64]: Make code unconditional.
8061         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
8062         unreachable if [__ASSUME_ATFCTS].
8063         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
8064         not undefine and redefine.
8065         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
8066         <kernel-features.h>.
8067         (faccessat) [__NR_faccessat]: Make code unconditional.
8068         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
8069         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
8070         <kernel-features.h>.
8071         (fchmodat) [__NR_fchmodat]: Make code unconditional.
8072         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8073         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
8074         <kernel-features.h>.
8075         (fchownat) [__NR_fchownat]: Make code unconditional.
8076         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
8077         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
8078         <kernel-features.h>.
8079         (futimesat) [__NR_futimesat]: Make code unconditional.
8080         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
8081         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
8082         <kernel-features.h>.
8083         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8084         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8085         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
8086         <kernel-features.h>.
8087         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
8088         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8089         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
8090         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
8091         <kernel-features.h>.
8092         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
8093         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8094         * sysdeps/unix/sysv/linux/linkat.c: Do not include
8095         <kernel-features.h>.
8096         (linkat) [__NR_linkat]: Make code unconditional.
8097         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8098         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
8099         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
8100         <kernel-features.h>.
8101         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
8102         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
8103         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
8104         <kernel-features.h>.
8105         (mkdirat) [__NR_mkdirat]: Make code unconditional.
8106         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
8107         * sysdeps/unix/sysv/linux/openat.c: Do not include
8108         <kernel-features.h>.
8109         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
8110         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
8111         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
8112         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
8113         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
8114         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
8115         <kernel-features.h>.
8116         (readlinkat) [__NR_readlinkat]: Make code unconditional.
8117         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
8118         result of INLINE_SYSCALL directly, not via int variable.
8119         * sysdeps/unix/sysv/linux/renameat.c: Do not include
8120         <kernel-features.h>.
8121         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
8122         (renameat) [__NR_renameat]: Make code unconditional.
8123         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
8124         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
8125         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
8126         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
8127         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
8128         (__ASSUME_ATFCTS): Do not undefine and redefine.
8129         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
8130         <kernel-features.h>.
8131         (symlinkat) [__NR_symlinkat]: Make code unconditional.
8132         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8133         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
8134         <kernel-features.h>.
8135         (unlinkat) [__NR_unlinkat]: Make code unconditional.
8136         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
8137         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
8138         (__ASSUME_ATFCTS): Do not undefine and redefine.
8139         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
8140         <kernel-features.h>.
8141         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
8142         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
8143         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
8144         <kernel-features.h>.
8145         (__xmknodat) [__NR_mknodat]: Make code unconditional.
8146         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
8148 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
8150         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
8152 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
8154         [BZ #17069]
8155         * posix/regcomp.c (parse_reg_exp): Deallocate partially
8156         constructed tree before returning error.
8157         * posix/bug-regexp36.c: Expand test case.
8159 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
8161         [BZ #6803]
8162         * math/libm-test.inc (scalbln_test_date):
8163         Add errno expectations.
8164         * math/w_scalblnf.c: New File.
8165         Add wrapper which checks for setting errno to ERANGE.
8166         Add weak_alias for corresponding scalbln function.
8167         * math/w_scalbln.c: Likewise.
8168         * math/w_scalblnl.c: Likewise.
8169         * math/Makefile (libm-calls): Add w_scalbln.
8170         * sysdeps/ieee754/flt-32/s_scalblnf.c:
8171         Remove weak_alias for corresponding scalbln function.
8172         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
8173         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
8174         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
8175         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
8176         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
8177         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
8178         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
8179         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
8180         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
8181         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
8182         Remove long_double_symbol for scalblnl function in libm, libc.
8183         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
8184         Add wrapper which checks for setting errno to ERANGE.
8185         Add long_double_symbol for scalblnl function in libm, libc.
8186         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
8187         Remove long_double_symbol for scalblnl in libm.
8188         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
8189         Add wrapper which checks for setting errno to ERANGE.
8190         Add long_double_symbol for scalblnl function in libm.
8191         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
8192         Do not use wrapper because of own implementation.
8194 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
8196         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
8197         3 bytes for __pad1 for x32.
8198         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
8200 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
8201             H.J. Lu  <hongjiu.lu@intel.com>
8203         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
8204         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
8205         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8206         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8207         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
8209 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
8211         [BZ #17069]
8212         * posix/regcomp.c (parse_expression): Deallocate partially
8213         constructed tree before returning error.
8214         * posix/Makefile.c (tests): Add bug-regex36.
8215         (generated): Add bug-regex36.mtrace.
8216         (tests-special): Add $(objpfx)bug-regex36-mem.out
8217         (bug-regex36-ENV): New variable.
8218         ($(objpfx)bug-regex36-mem.out): New rule.
8219         * posix/bug-regex36.c: New file.
8221 2014-06-19  Will Newton  <will.newton@linaro.org>
8223         * malloc/malloc.c (systrim): If extra is zero then return
8224         early.
8226 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
8228         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
8230 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
8232         * sysdeps/aarch64/strchr.S: New file.
8234 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8236         [BZ #17022]
8237         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
8238         from arguments -2 or below.
8239         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8240         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
8242 2014-06-18  Andreas Schwab  <schwab@suse.de>
8244         [BZ #17062]
8245         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
8246         of a bracket expr not to run off the end of the string.
8247         * posix/Makefile (tests): Add tst-fnmatch3.
8248         * posix/tst-fnmatch3.c: New file.
8250 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
8252         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8253         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8254         [$(cross-compiling) = no]: Likewise.
8255         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8256         [$(cross-compiling) = no]: Likewise.
8258 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8260         [BZ #17031]
8261         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8262         double, adjusted for any remainder from the high double.
8263         * math/libm-test.inc (nearbyint): Add tests.
8264         (rint): Likewise.
8266 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8268         * nptl/sysdeps/powerpc/Makefile: Moved ...
8269         * sysdeps/powerpc/nptl/Makefile: ... here.
8270         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8271         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8272         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8273         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8274         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8275         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8276         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8277         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8278         * nptl/sysdeps/powerpc/tls.h: Moved ...
8279         * sysdeps/powerpc/nptl/tls.h: ... here.
8281 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8283         [BZ #16681]
8284         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8285         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8286         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8287         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8288         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8289         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8290         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8291         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8292         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8294 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8296         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8298 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8300         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8301         defined operator.
8303         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8304         $TIMEOUTFACTOR.
8306 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8308         [BZ #17058]
8309         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8310         non-executed part of the test.
8312 2014-06-16  Andreas Schwab  <schwab@suse.de>
8314         * string/bits/string2.h (strdup, strndup): Update feature guard.
8316 2014-06-14  David S. Miller  <davem@davemloft.net>
8318         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8320 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8322         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8323         that was previously under [RESET_PID].
8324         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8326         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8327         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8328         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8329         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8330         (__libc_vfork): New strong alias.
8331         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8333 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8335         * sysdeps/generic/elide.h: New file.
8337 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8339         * Makefile (installed-headers): Adjust path of pthread.h header.
8341 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8343         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8344         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8345         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8346         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8348         * nptl/sysdeps/s390/Makefile: Moved ...
8349         * sysdeps/s390/nptl/Makefile: ... here.
8350         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8351         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8352         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8353         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8354         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8355         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8356         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8357         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8358         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8359         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8360         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8361         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8362         * nptl/sysdeps/s390/tls.h: Moved ...
8363         * sysdeps/s390/nptl/tls.h: ... here.
8365         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8366         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8368 2014-06-13  David S. Miller  <davem@davemloft.net>
8370         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8371         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8372         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8373         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8374         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8375         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8376         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8377         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8378         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8379         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8380         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8381         Remove RESET_PID cpp guards.
8382         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8383         Remove RESET_PID cpp guards.
8384         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8386 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8388         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8389         __sp to uintptr_t.
8391 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8393         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8394         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8395         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8396         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8397         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8398         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8399         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8400         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8401         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8402         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8403         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8404         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8405         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8406         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8407         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8408         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8409         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8410         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8411         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8412         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8414         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8415         (pthread_rwlock_rdlock): Add elision.
8416         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8417         (pthread_rwlock_wrlock): Add elision.
8418         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8419         (pthread_rwlock_trywrlock): Add elision.
8420         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8421         (pthread_rwlock_tryrdlock): Add elision.
8422         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8423         (pthread_rwlock_tryrdlock): Add elision unlock.
8424         * nptl/sysdeps/pthread/pthread.h:
8425         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8426         (PTHREAD_RWLOCK_INITIALIZER,
8427         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8428         Handle new elision field.
8429         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8430         * sysdeps/arm/nptl/bits/pthreadtypes.h
8431         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8432         * sysdeps/sh/nptl/bits/pthreadtypes.h
8433         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8434         * sysdeps/tile/nptl/bits/pthreadtypes.h
8435         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8436         * sysdeps/a/nptl/bits/pthreadtypes.h
8437         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8438         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8439         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8440         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8441         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8442         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8443         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8444         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8445         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8446         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8447         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8448         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8449         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8450         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8451         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8452         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8453         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8454         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8455         (elision_init): Set try_xbegin to zero when no RTM.
8456         * sysdeps/x86/nptl/bits/pthreadtypes.h
8457         (pthread_rwlock_t): Change __pad1 to __rwelision.
8458         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8460 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8462         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8463         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8464         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8465         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8467 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8469         [BZ #16996]
8470         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8471         that the cached result has been set before returning it.
8473 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8475         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8476         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8477         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8478         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8479         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8480         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8482         * nptl/sysdeps/sparc/Makefile: Moved ...
8483         * sysdeps/sparc/nptl/Makefile: ... here.
8484         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8485         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8486         * nptl/sysdeps/sparc/tls.h: Moved ...
8487         * sysdeps/sparc/nptl/tls.h: ... here.
8488         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8489         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8490         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8491         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8492         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8493         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8494         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8495         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8496         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8497         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8498         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8499         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8500         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8501         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8502         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8503         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8504         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8505         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8506         Update #include.
8507         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8508         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8509         Update #include.
8510         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8511         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8512         Update #include.
8513         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8514         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8515         Update #include.
8517         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8519         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8520         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8522         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8523         (struct list_links): Type removed.
8524         (struct thread_node, struct timer_node): Replace struct list_links
8525         with struct list_head.
8526         (list_unlink_ip): Likewise.
8527         * sysdeps/pthread/timer_routines.c
8528         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8529         (list_append, list_insbefore): Likewise.
8530         (list_init): Function removed.
8531         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8532         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8533         * sysdeps/pthread/Makefile: ... here, new file.
8535         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8536         * sysdeps/nptl/Implies: ... here.
8537         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8538         * nptl/sysdeps/pthread/list.h: Moved ...
8539         * include/list.h: ... here.
8540         * nptl/sysdeps/pthread/createthread.c: Moved ...
8541         * nptl/createthread.c: ... here.
8542         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8543         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8544         * nptl/pt-longjmp.c: ... here.
8545         * nptl/sysdeps/pthread/Makefile: Moved ...
8546         * sysdeps/nptl/Makefile: ... here.
8547         * nptl/sysdeps/pthread/Subdirs: Moved ...
8548         * sysdeps/nptl/Subdirs: ... here.
8549         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8550         * sysdeps/nptl/aio_misc.h: ... here.
8551         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8552         * sysdeps/nptl/bits/libc-lock.h: ... here.
8553         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8554         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8555         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8556         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8557         * nptl/sysdeps/pthread/configure: Moved ...
8558         * sysdeps/nptl/configure: ... here.
8559         * nptl/sysdeps/pthread/configure.ac: Moved ...
8560         * sysdeps/nptl/configure.ac: ... here.
8561         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8562         * sysdeps/nptl/gai_misc.h: ... here.
8563         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8564         * sysdeps/nptl/librt-cancellation.c: ... here.
8565         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8566         * sysdeps/nptl/malloc-machine.h: ... here.
8567         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8568         * sysdeps/nptl/pthread-functions.h: ... here.
8569         * nptl/sysdeps/pthread/pthread.h: Moved ...
8570         * sysdeps/nptl/pthread.h: ... here.
8571         * nptl/sysdeps/pthread/setxid.h: Moved ...
8572         * sysdeps/nptl/setxid.h: ... here.
8573         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8574         * sysdeps/nptl/sigfillset.c: ... here.
8575         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8576         * sysdeps/nptl/tcb-offsets.h: ... here.
8577         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8578         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8579         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8580         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8581         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8582         * sysdeps/pthread/allocalim.h: ... here.
8583         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8584         * sysdeps/pthread/bits/sigthread.h: ... here.
8585         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8586         * sysdeps/pthread/flockfile.c: ... here.
8587         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8588         * sysdeps/pthread/ftrylockfile.c: ... here.
8589         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8590         * sysdeps/pthread/funlockfile.c: ... here.
8591         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8592         * sysdeps/pthread/posix-timer.h: ... here.
8593         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8594         * sysdeps/pthread/timer_create.c: ... here.
8595         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8596         * sysdeps/pthread/timer_delete.c: ... here.
8597         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8598         * sysdeps/pthread/timer_getoverr.c: ... here.
8599         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8600         * sysdeps/pthread/timer_gettime.c: ... here.
8601         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8602         * sysdeps/pthread/timer_routines.c: ... here.
8603         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8604         * sysdeps/pthread/timer_settime.c: ... here.
8605         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8606         * sysdeps/pthread/tst-timer.c: ... here.
8607         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8608         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8610         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8611         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8613         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8614         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8615         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8616         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8617         Update #include target.
8618         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8619         * sysdeps/i386/i686/nptl/Makefile: ... here.
8620         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8621         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8622         Update #include target.
8623         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8624         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8625         * nptl/sysdeps/i386/Makefile: Moved ...
8626         * sysdeps/i386/nptl/Makefile: ... here.
8627         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8628         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8629         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8630         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8631         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8632         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8633         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8634         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8635         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8636         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8637         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8638         * nptl/sysdeps/i386/tls.h: Moved ...
8639         * sysdeps/i386/nptl/tls.h: ... here.
8641         * sysdeps/sh/Makefile [$(subdir) = csu]
8642         (gen-as-const-headers): Add tcb-offsets.sym.
8643         * nptl/sysdeps/sh/Makefile: File removed.
8644         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8645         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8646         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8647         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8648         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8649         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8650         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8651         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8652         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8653         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8654         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8655         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8656         * nptl/sysdeps/sh/tls.h: Moved ...
8657         * sysdeps/sh/nptl/tls.h: ... here.
8658         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8659         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8660         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8661         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8662         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8663         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8664         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8665         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8666         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8667         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8668         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8669         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8670         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8671         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8672         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8673         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8674         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8675         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8676         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8677         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8678         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8679         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8680         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8681         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8682         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8683         Moved ...
8684         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8685         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8686         Moved ...
8687         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8688         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8689         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8690         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8691         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8692         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8693         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8694         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8695         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8696         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8697         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8698         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8699         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8700         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8701         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8702         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8703         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8704         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8705         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8707 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8709         * posix/spawn_faction_addopen.c: Include string.h.
8711 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8713         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8714         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8715         * nptl/sysdeps/x86_64/Makefile: Moved ...
8716         * sysdeps/x86_64/nptl/Makefile: ... here.
8717         * nptl/sysdeps/x86_64/configure: Moved ...
8718         * sysdeps/x86_64/nptl/configure: ... here.
8719         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8720         * sysdeps/x86_64/nptl/configure.ac: ... here.
8721         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8722         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8723         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8724         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8725         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8726         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8727         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8728         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8729         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8730         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8731         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8732         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8733         * nptl/sysdeps/x86_64/tls.h: Moved ...
8734         * sysdeps/x86_64/nptl/tls.h: ... here.
8735         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8736         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8737         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8738         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8740         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8742 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8744         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8746 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8748         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8749         type.
8750         [POSIX] (off_t): Likewise.
8751         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8752         [POSIX] (S_ISBLK): Require macro.
8753         [POSIX] (S_ISCHR): Likewise.
8754         [POSIX] (S_ISDIR): Likewise.
8755         [POSIX] (S_ISFIFO): Likewise.
8756         [POSIX] (S_ISREG): Likewise.
8757         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8758         optional-macro.
8759         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8760         type.
8761         [POSIX] (time_t): Likewise.
8762         [POSIX] (timer_t): Likewise.
8764 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8766         [BZ #17048]
8767         * posix/spawn_int.h (struct __spawn_action): Make the path string
8768         non-const to support deallocation.
8769         * posix/spawn_faction_addopen.c
8770         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8771         * posix/spawn_faction_destroy.c
8772         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8773         path in all spawn_do_open actions.
8774         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8775         posix_spawn_file_actions_addopen.
8777 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8779         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8780         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8781         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8782         conditional code always true.
8783         (__libc_vfork): New alias.
8785 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8787         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8788         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8790         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8792         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8793         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8795         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8796         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8798         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8799         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8801 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8803         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8804         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8805         multiarch strcmp for PPC64.
8806         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8807         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8808         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8809         multiarch optimizations.
8810         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8811         (__libc_ifunc_impl_list): Likewise.
8813 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8815         * benchtests/scripts/validate_benchout.py: New script.
8816         * benchtests/Makefile (bench-func): Call it.
8817         * benchtests/scripts/benchout.schema.json: New file.
8819 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8821         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8822         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8823         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8824         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8825         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8826         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8827         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8828         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8829         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8830         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8831         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8832         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8833         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8834         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8835         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8836         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8837         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8838         Moved ...
8839         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8840         ... here.
8841         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8842         Moved ...
8843         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8844         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8845         Moved ...
8846         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8847         ... here.
8848         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8849         Moved ...
8850         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8851         ... here.
8852         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8853         Moved ...
8854         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8855         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8856         Moved ...
8857         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8858         ... here.
8859         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8860         Moved ...
8861         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8862         ... here.
8863         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8864         Moved ...
8865         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8866         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8867         Moved ...
8868         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8869         ... here.
8870         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8871         Moved ...
8872         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8873         ... here.
8874         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8875         Moved ...
8876         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8877         ... here.
8878         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8879         Moved ...
8880         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8881         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8882         Moved ...
8883         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8884         ... here.
8885         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8886         Moved ...
8887         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8888         ... here.
8889         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8890         Moved ...
8891         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8892         ... here.
8893         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8894         Moved ...
8895         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8896         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8897         Moved ...
8898         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8899         ... here.
8900         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8901         Moved ...
8902         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8903         ... here.
8904         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8905         Moved ...
8906         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8907         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8908         Moved ...
8909         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8910         ... here.
8911         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8912         Moved ...
8913         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8914         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8915         Moved ...
8916         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8917         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8918         Moved ...
8919         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8920         ... here.
8921         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8922         Moved ...
8923         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8924         ... here.
8925         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8926         Moved ...
8927         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8928         ... here.
8929         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8930         Moved ...
8931         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8932         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8933         Moved ...
8934         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8935         ... here.
8936         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8937         Moved ...
8938         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8939         ... here.
8940         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8941         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8942         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8943         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8944         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8945         Moved ...
8946         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8947         ... here.
8948         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8949         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8950         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8951         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8952         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8953         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8954         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8955         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8956         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8957         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8958         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8959         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8960         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8961         Moved ...
8962         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8963         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8964         Moved ...
8965         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8966         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8967         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8968         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8969         Moved ...
8970         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8971         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8972         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8973         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8974         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8975         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8976         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8978 2014-06-10  Wilco  <wdijkstr@arm.com>
8980         * math/test-fenv-return.c: New file.
8981         * math/Makefile: Add new test test-fenv-return.
8983 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8985         [BZ #17042]
8986         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8987         when x - 1 is zero.
8988         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8989         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8990         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8991         0.0L for an argument of 1.0L.
8992         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8993         Likewise.
8994         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8995         value when x - 1 is zero.
8996         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8997         * sysdeps/i386/fpu/libm-test-ulps: Update.
8998         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9000 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
9002         [BZ #15119]
9003         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
9005 2014-06-09  Roland McGrath  <roland@hack.frob.com>
9007         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
9008         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
9010 2014-06-09  Roland McGrath  <roland@hack.frob.com>
9012         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9013         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
9015         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9016         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
9018         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9019         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
9021         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9022         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
9024         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
9025         if not already defined.
9026         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
9027         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
9028         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
9029         (TLS_INIT_TP): Use it.
9030         (TLS_DEFINE_INIT_TP): New macro.
9031         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
9033 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
9035         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
9036         constant.
9037         [POSIX] (IXANY): Likewise.
9038         [POSIX] (OLCUC): Likewise.
9039         [POSIX || POSIX2008] (CBAUD): Do not allow.
9040         [POSIX || POSIX2008] (DEFECHO): Likewise.
9041         [POSIX || POSIX2008] (ECHOCTL): Likewise.
9042         [POSIX || POSIX2008] (ECHOKE): Likewise.
9043         [POSIX || POSIX2008] (ECHOPRT): Likewise.
9044         [POSIX || POSIX2008] (EXTA): Likewise.
9045         [POSIX || POSIX2008] (EXTB): Likewise.
9046         [POSIX || POSIX2008] (FLUSHO): Likewise.
9047         [POSIX || POSIX2008] (LOBLK): Likewise.
9048         [POSIX || POSIX2008] (PENDIN): Likewise.
9049         [POSIX || POSIX2008] (SWTCH): Likewise.
9050         [POSIX || POSIX2008] (VDISCARD): Likewise.
9051         [POSIX || POSIX2008] (VDSUSP): Likewise.
9052         [POSIX || POSIX2008] (VLNEXT): Likewise.
9053         [POSIX || POSIX2008] (VREPRINT): Likewise.
9054         [POSIX || POSIX2008] (VSTATUS): Likewise.
9055         [POSIX || POSIX2008] (VWERASE): Likewise.
9056         (B*): Change to B[0123456789]*.
9057         * conform/data/time.h-data [POSIX || UNIX98]
9058         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
9059         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
9060         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
9061         [POSIX] (tm_*): Do not allow.
9063 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
9065         * Makefile (install): Don't set LANGUAGE.
9066         * Makefile.in (install): Likewise.
9067         * assert/Makefile (test-assert-ENV): Remove variable.
9068         (test-assert-perr-ENV): Likewise.
9069         * elf/Makefile (neededtest4-ENV): Likewise.
9070         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9071         [$(cross-compiling) = no]: Don't set LANGUAGE.
9072         * io/ftwtest-sh (LANG): Remove variable.
9073         * libio/Makefile (tst-widetext-ENV): Likewise.
9074         * manual/install.texi (Running make install): Don't refer to
9075         environment settings for make install.
9076         * INSTALL: Regenerated.
9077         * nptl/tst-tls6.sh: Don't set LANG.
9078         * posix/globtest.sh (LANG): Remove variable.
9079         * string/Makefile (tester-ENV): Likewise.
9080         (inl-tester-ENV): Likewise.
9081         (noinl-tester-ENV): Likewise.
9082         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9083         [$(cross-compiling) = no]: Don't set LANGUAGE.
9084         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
9085         without explicit environment settings.
9087 2014-06-06  Roland McGrath  <roland@hack.frob.com>
9089         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
9090         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
9091         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
9092         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
9094 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
9096         * crypt/crypt-private.h [DOS]: Add some includes taken from the
9097         other files in the crypt directory.
9098         * crypt/crypt.c: Remove duplicate includes.
9099         * crypt/crypt-entry.c: Likewise.
9100         * crypt/crypt_util.c: Likewise.
9102 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
9104         * Makeconfig (run-program-env): New variable.
9105         (run-program-prefix-before-env): Likewise.
9106         (run-program-prefix-after-env): Likewise.
9107         (run-program-prefix): Define in terms of new variables.
9108         (built-program-cmd-before-env): New variable.
9109         (built-program-cmd-after-env): Likewise.
9110         (built-program-cmd): Define in terms of new variables.
9111         (test-program-prefix-before-env): New variable.
9112         (test-program-prefix-after-env): Likewise.
9113         (test-program-prefix): Define in terms of new variables.
9114         (test-program-cmd-before-env): New variable.
9115         (test-program-cmd-after-env): Likewise.
9116         (test-program-cmd): Define in terms of new variables.
9117         * Rules (make-test-out): Use $(run-program-env).
9118         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
9119         (help): Do not mention environment variables.  Mention
9120         --timeoutfactor option.
9121         (timeoutfactor): New variable.
9122         (blacklist_exports): Remove function.
9123         (exports): Remove variable.
9124         (command): Do not include ${exports}.
9125         * manual/install.texi (Configuring and compiling): Do not mention
9126         test wrappers preserving environment variables.  Mention that last
9127         assignment to a variable must take precedence.
9128         * INSTALL: Regenerated.
9129         * benchtests/Makefile (run-bench): Use $(run-program-env).
9130         * catgets/Makefile ($(objpfx)test1.cat): Use
9131         $(built-program-cmd-before-env), $(run-program-env) and
9132         $(built-program-cmd-after-env).
9133         ($(objpfx)test2.cat): Do not specify environment variables
9134         explicitly.
9135         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
9136         $(run-program-env) and $(built-program-cmd-after-env).
9137         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
9138         $(run-program-env) and $(test-program-cmd-after-env).
9139         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
9140         explicitly.
9141         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
9142         run_program_env and test_program_cmd_after_env arguments.
9143         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
9144         * elf/tst-pathopt.sh: Use run_program_env argument.
9145         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
9146         $(test-wrapper-env) and $(run-program-env).
9147         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
9148         run_program_env arguments.
9149         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
9150         * intl/Makefile ($(objpfx)tst-gettext.out): Use
9151         $(test-program-prefix-before-env), $(run-program-env) and
9152         $(test-program-prefix-after-env).
9153         ($(objpfx)tst-gettext2.out): Likewise.
9154         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
9155         run_program_env and test_program_prefix_after_env arguments.
9156         * intl/tst-gettext2.sh: Likewise.
9157         * intl/tst-gettext4.sh: Do not set environment variables
9158         explicitly.
9159         * intl/tst-gettext6.sh: Likewise.
9160         * intl/tst-translit.sh: Likewise.
9161         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
9162         $(test-program-prefix-before-env), $(run-program-env) and
9163         $(test-program-prefix-after-env).
9164         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
9165         run_program_env and test_program_prefix_after_env arguments.
9166         * math/Makefile (run-regen-ulps): Use $(run-program-env).
9167         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
9168         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
9169         explicitly with each use of ${test_wrapper_env}.
9170         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
9171         $(test-program-prefix-before-env), $(run-program-env) and
9172         $(test-program-prefix-after-env).
9173         * posix/tst-getconf.sh: Do not set environment variables
9174         explicitly.
9175         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
9176         run_program_env and test_program_prefix_after_env arguments.
9177         * stdio-common/tst-printf.sh: Do not set environment variables
9178         explicitly.
9179         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
9180         $(test-program-prefix-before-env), $(run-program-env) and
9181         $(test-program-prefix-after-env).
9182         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
9183         run_program_env and test_program_prefix_after_env arguments.
9184         Split $test calls into $test_pre and $test.
9185         * timezone/Makefile (build-testdata): Use
9186         $(built-program-cmd-before-env), $(run-program-env) and
9187         $(built-program-cmd-after-env).
9189 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9191         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
9192         strlen for non SHARED builds.
9194 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
9196         * nptl/allocatestack.c (check_list): Inlined function...
9197         (__reclaim_stacks): ... here.
9199 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9201         [BZ #15698]
9202         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
9203         memory overrun.
9205 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
9207         * Rules (make-test-out): Include
9208         LOCPATH=$(common-objpfx)localedata in default environment.
9209         * debug/Makefile (tst-chk1-ENV): Remove variable.
9210         (tst-chk2-ENV): Likewise.
9211         (tst-chk3-ENV): Likewise.
9212         (tst-chk4-ENV): Likewise.
9213         (tst-chk5-ENV): Likewise.
9214         (tst-chk6-ENV): Likewise.
9215         (tst-lfschk1-ENV): Likewise.
9216         (tst-lfschk2-ENV): Likewise.
9217         (tst-lfschk3-ENV): Likewise.
9218         (tst-lfschk4-ENV): Likewise.
9219         (tst-lfschk5-ENV): Likewise.
9220         (tst-lfschk6-ENV): Likewise.
9221         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
9222         (tst-iconv7-ENV): Likewise.
9223         * intl/Makefile (LOCPATH-ENV): Likewise.
9224         (tst-codeset-ENV): Likewise.
9225         (tst-gettext3-ENV): Likewise.
9226         (tst-gettext5-ENV): Likewise.
9227         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
9228         (tst-fopenloc-ENV): Likewise.
9229         (tst-fgetws-ENV): Remove variable.
9230         (tst-ungetwc1-ENV): Likewise.
9231         (tst-ungetwc2-ENV): Likewise.
9232         (bug-ungetwc2-ENV): Likewise.
9233         (tst-swscanf-ENV): Likewise.
9234         (bug-ftell-ENV): Likewise.
9235         (tst-fgetwc-ENV): Likewise.
9236         (tst-fseek-ENV): Likewise.
9237         (tst-ftell-partial-wide-ENV): Likewise.
9238         (tst-ftell-active-handler-ENV): Likewise.
9239         (tst-ftell-append-ENV): Likewise.
9240         * posix/Makefile (tst-fnmatch-ENV): Likewise.
9241         (tst-regexloc-ENV): Likewise.
9242         (bug-regex1-ENV): Likewise.
9243         (tst-regex-ENV): Likewise.
9244         (tst-regex2-ENV): Likewise.
9245         (bug-regex5-ENV): Likewise.
9246         (bug-regex6-ENV): Likewise.
9247         (bug-regex17-ENV): Likewise.
9248         (bug-regex18-ENV): Likewise.
9249         (bug-regex19-ENV): Likewise.
9250         (bug-regex20-ENV): Likewise.
9251         (bug-regex22-ENV): Likewise.
9252         (bug-regex23-ENV): Likewise.
9253         (bug-regex25-ENV): Likewise.
9254         (bug-regex26-ENV): Likewise.
9255         (bug-regex30-ENV): Likewise.
9256         (bug-regex32-ENV): Likewise.
9257         (bug-regex33-ENV): Likewise.
9258         (bug-regex34-ENV): Likewise.
9259         (bug-regex35-ENV): Likewise.
9260         (tst-rxspencer-ENV): Likewise.
9261         (tst-rxspencer-no-utf8-ENV): Likewise.
9262         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9263         (tst-sscanf-ENV): Likewise.
9264         (tst-swprintf-ENV): Likewise.
9265         (tst-swscanf-ENV): Likewise.
9266         (test-vfprintf-ENV): Likewise.
9267         (scanf13-ENV): Likewise.
9268         (bug14-ENV): Likewise.
9269         (tst-grouping-ENV): Likewise.
9270         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9271         (tst-strtod3-ENV): Likewise.
9272         (tst-strtod4-ENV): Likewise.
9273         (tst-strtod5-ENV): Likewise.
9274         (testmb2-ENV): Likewise./
9275         * string/Makefile (tst-strxfrm-ENV): Likewise.
9276         (tst-strxfrm2-ENV): Likewise.
9277         (bug-strcoll1-ENV): Likewise.
9278         (test-strcasecmp-ENV): Likewise.
9279         (test-strncasecmp-ENV): Likewise.
9280         * time/Makefile (tst-strptime-ENV): Likewise.
9281         (tst-ftime_l-ENV): Likewise.
9282         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9283         (tst-mbrtowc-ENV): Likewise.
9284         (tst-wcrtomb-ENV): Likewise.
9285         (tst-mbrtowc2-ENV): Likewise.
9286         (tst-c16c32-1-ENV): Likewise.
9287         (tst-mbsnrtowcs-ENV): Likewise.
9289 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9291         * manual/resource.texi (How to get information about the memory
9292         subsystem?): Fix typo.
9293         Reported by Peon de la Parra Ivan <peon@keba.com>
9295 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9297         [BZ #16882]
9298         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9299         (pthread_spin_lock): Branch out of spin loop to proper location.
9300         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9301         (pthread_spin_lock): Likewise.
9303         * nptl/tst-spin4.c: New test.
9304         * nptl/Makefile (tests): Add tst-spin4.
9306 2014-06-03  Andreas Schwab  <schwab@suse.de>
9308         [BZ #15946]
9309         * resolv/res_send.c (send_dg): Reload file descriptor after
9310         calling reopen.
9312 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9314         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9316 2014-06-03  Richard Henderson  <rth@redhat.com>
9318         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9319         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9320         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9321         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9322         in the SAVE_PID block.
9323         (__libc_vfork): New alias.
9324         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9326         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9327         child in registers, not on the stack.  Remove RESET_PID conditionals.
9328         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9330 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9332         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9334 2014-06-03  Wilco  <wdijkstr@arm.com>
9336         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9337         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9338         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9339         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9340         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9341         Likewise.
9343 2014-06-03  Wilco  <wdijkstr@arm.com>
9345         * sysdeps/aarch64/fpu/math_private.h
9346         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9347         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9348         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9349         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9350         Fix declarations.
9352 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9354         * crypt/crypt-private.h: Include ufc-crypt.h.
9355         (__b64_from_24bit): Declare extern.
9356         * crypt/crypt_util.c(__b64_from_24bit): New function.
9357         (b64t): New static const variable.
9358         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9359         (b64t): Remove variable.
9360         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9361         * crypt/sha256-crypt.c: Include crypt-private.h.
9362         (b64t): Remove variable.
9363         (__sha256_crypt_r): Remove b64_from_24bit and replace
9364         with __b64_from_24bit.
9365         * crypt/sha512-crypt.c: Likewise.
9367 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9369         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9370         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9371         Label the code __libc_vfork rather than __vfork.
9372         [!NOT_IN_libc] (vfork): Define as weak alias.
9373         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9374         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9375         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9377 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9379         * malloc/malloc.c (malloc_info): Fix format specifier for
9380         n_mmaps.
9382 2014-06-02  Wilco  <wdijkstr@arm.com>
9384         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9385         FPCR write.
9387 2014-06-02  Wilco  <wdijkstr@arm.com>
9389         [BZ #17009]
9390         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9391         Rewrite to reduce FPCR/FPSR accesses.
9393 2014-06-01  David S. Miller  <davem@davemloft.net>
9395         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9397 2014-05-31  David S. Miller  <davem@davemloft.net>
9399         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9400         to occur in round to nearest mode when |x| >= 2.0
9402 2014-05-30  Richard Henderson  <rth@twiddle.net>
9404         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9405         (PSEUDO_RET_NOERRNO): Remove.
9406         (ret): Don't redefine.
9407         (ret_NOERRNO): Define in terms of ret.
9408         (ret_ERRVAL): Likewise.
9410         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9411         use of PSEUDO_RET; perform the error check directly.
9413 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9415         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9416         with __int128_t.
9418 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9420         * malloc/malloc (malloc_info): Fix formatting.
9422 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9423             Roland McGrath  <roland@hack.frob.com>
9425         * malloc/malloc (malloc_info): Also print mmapped statistics.
9427 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9429         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9430         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9432 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9434         * malloc/malloc.c (malloc_info): Inline mi_arena.
9436 2014-05-29  Richard Henderson  <rth@twiddle.net>
9438         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9439         Remove comma before expanding ASM_ARGS_##nr.
9440         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9441         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9442         of ASM_ARGS_##nr.
9443         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9444         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9445         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9446         (ASM_ARGS_1): Add leading comma.
9448         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9449         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9450         to __errno_location.
9451         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9452         Remove the expected plt for __errno_location.
9454         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9455         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9456         call to __read_tp.
9458         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9459         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9460         it and break it down.
9461         (DOCARGS_0, DOCARGS_1): Do nothing.
9462         (DOCARGS_2): Update to store into the new stack frame.
9463         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9464         (UNDOCARGS_1): Update to restore from the new stack frame.
9465         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9466         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9468         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9469         (SINGLE_THREAD_P): New parameter for result regno.
9470         (PSEUDO): Update to match; use cbz instead of beq.
9472         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9473         Use ENTRY to define the _nocancel entry point.  Share the syscall
9474         and syscall error check paths with the cancel path.
9475         (PSEUDO_END): New.
9477         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9478         whitespace; tabs before and after asm mnemonics.
9480 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9482         [BZ #15132]
9483         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9484         Call fstat64 or stat64 internally, depending on arguments passed.
9485         Replace stat buffer argument with file descriptor argument.
9486         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9487         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9488         Pass fd to __internal_statvfs instead of calling fstat64.
9489         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9490         Pass fd to __internal_statvfs64 instead of calling fstat64.
9491         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9492         Pass -1 to __internal_statvfs instead of calling stat64.
9493         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9494         Pass -1 to __internal_statvfs64 instead of calling stat64.
9496 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9498         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9499         that was previously under [RESET_PID].
9500         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9502         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9503         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9505 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9507         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9509         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9510         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9512 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9514         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9516 2014-05-27  Andreas Schwab  <schwab@suse.de>
9518         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9519         TLS_INIT_TP macro.
9520         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9521         * elf/rtld.c (init_tls, dl_main): Likewise.
9522         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9523         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9524         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9525         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9526         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9527         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9528         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9529         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9530         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9531         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9532         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9533         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9534         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9535         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9536         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9537         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9538         * sysdeps/generic/tls.h: Update description.
9540 2014-05-27  Will Newton  <will.newton@linaro.org>
9542         [BZ #16990]
9543         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9544         and restore r2 rather than just restoring.
9546 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9548         [BZ #16724]
9549         * libio/tst-ftell-append.c: New test case.
9550         * libio/Makefile (tests): Add test case.
9551         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9552         append mode.
9553         * libio/wfileops.c (do_ftell_wide): Likewise.
9555 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9557         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9559         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9560         ...
9561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9563         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9564         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9565         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9566         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9567         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9568         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9569         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9570         Moved ...
9571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9572         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9573         Moved ...
9574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9575         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9576         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9577         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9578         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9579         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9580         ...
9581         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9582         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9583         Moved ...
9584         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9585         here.
9586         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9587         ...
9588         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9589         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9590         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9592         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9593         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9594         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9595         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9597         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9598         merge into ...
9599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9600         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9601         ...
9602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9603         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9604         ...
9605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9606         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9607         Moved ...
9608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9609         here.
9610         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9611         Moved ...
9612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9613         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9614         Moved ...
9615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9618         conditional [RESET_PID].
9619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9620         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9621         removed.
9622         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9623         removed.
9625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9626         <tcb-offsets.h>.
9627         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9628         (__libc_vfork): New strong alias.
9629         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9630         removed.
9631         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9632         Removed.
9634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9635         <tcb-offsets.h>.
9636         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9637         (__libc_vfork): New strong alias.
9638         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9639         removed.
9640         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9641         removed.
9643 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9645         * malloc/malloc.c (mi_arena): New function.
9646         (malloc_info): Remove nested function mi_arena. Call non-nosted
9647         function mi_arena.
9649 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9651         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9652         by insrwi.
9653         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9654         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9655         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9656         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9657         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9658         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9659         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9661 2014-05-26  Andreas Schwab  <schwab@suse.de>
9663         [BZ #16984]
9664         * locale/programs/repertoire.c (repertoire_read): Add slash
9665         between I18NPATH element and file name.
9666         * locale/programs/locfile.c (locfile_read): Likewise.
9668 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9670         * nptl/pthread_mutexattr_settype.c
9671         (__pthread_mutexattr_settype):
9672         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9674 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9676         * nptl/tst-mutex5 (do_test):
9677         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9679 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9681         * benchtests/README: Document 'init' directive.
9682         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9683         BENCH_INIT.
9684         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9685         (parse_file): Recognize 'init' directive.
9687 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9689         [BZ #16796]
9690         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9691         alignment of struct pthread.
9693 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9695         [BZ #16878]
9696         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9697         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9698         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9699         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9701 2014-05-25  Richard Henderson  <rth@twiddle.net>
9703         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9704         (SINGLE_THREAD_P_PIC): Remove.
9705         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9706         (SINGLE_THREAD_P_PIC): Remove.
9708         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9709         branch to syscall error ...
9710         (PSEUDO): ... here.
9711         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9712         from __local_syscall_error to .Lsyscall_error.
9713         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9714         (SYSCALL_ERROR): Update label name.
9716         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9717         Do not use DOARGS/UNDOARGS.
9718         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9719         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9720         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9721         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9722         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9724         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9725         block comment.
9727         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9728         define if !NOT_IN_libc.
9729         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9730         define with non-default symbol versions.
9732 2014-05-23  Richard Henderson  <rth@twiddle.net>
9734         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9735         (vfork, __vfork): Define via compat_symbol.
9737         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9738         [!HAVE_IFUNC] (vfork_compat): Remove.
9739         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9741 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9743         [BZ #16978]
9744         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9745         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9746         variable.
9748 2014-05-23  Richard Henderson  <rth@twiddle.net>
9750         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9751         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9752         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9753         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9755         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9756         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9757         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9758         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9759         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9760         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9761         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9762         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9763         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9764         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9765         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9766         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9767         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9768         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9769         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9770         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9771         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9772         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9773         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9774         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9775         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9776         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9777         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9778         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9779         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9780         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9781         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9782         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9783         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9784         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9785         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9786         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9787         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9788         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9789         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9790         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9791         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9792         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9793         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9794         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9795         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9796         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9797         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9798         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9799         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9800         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9801         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9802         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9803         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9804         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9805         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9806         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9807         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9808         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9809         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9810         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9812         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9813         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9814         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9815         before exiting on error.
9816         (__libc_vfork): New strong alias.
9817         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9818         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9820         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9821         that was previously under [RESET_PID].
9822         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9824         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9826 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9828         [BZ #16977]
9829         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9830         value when x - 1 is zero.
9831         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9832         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9833         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9834         0.0L for an argument of 1.0L.
9835         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9836         Likewise.
9837         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9838         value when x - 1 is zero.
9839         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9840         * sysdeps/i386/fpu/libm-test-ulps: Update.
9841         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9843 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9845         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9846         alphasort and versionsort.
9848 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9850         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9851         macro.
9852         [copysignf]: Likewise.
9854 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9856         * crypt/md5-crypt.c: Fix formatting.
9858 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9860         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9861         (b64_from_24bit): New function.
9863 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9865         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9866         libc_hidden_builtin_def to ifunc.
9867         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9868         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9870 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9872         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9873         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9875 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9877         * nscd/Depend (linuxthreads): Remove.
9878         (nptl): Add.
9879         * resolv/Depend (linuxthreads): Remove.
9880         * rt/Depend (linuxthreads): Remove.
9882         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9883         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9884         $(common-objpfx)elf/.
9885         (link-libc-before-gnulib): Likewise.
9886         (elfobjdir): Remove variable.
9887         * Makefile (install): Use $(elf-objpfx) instead of
9888         $(common-objpfx)elf/.
9889         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9890         $(elfobjdir)/.
9891         (link-libc-deps): Likewise.
9892         ($(common-objpfx)libc.so): Likewise.
9893         ($(common-objpfx)linkobj/libc.so): Likewise.
9894         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9895         instead of $(common-objpfx)elf/.
9896         (symbolic-link-list): Likewise.
9897         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9898         [$(cross-compiling) = no]: Likewise.
9899         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9900         $(elfobjdir)/.
9901         (static-gnulib-arch): Likewise.
9902         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9903         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9904         $(common-objpfx)elf/.
9906 2014-05-21  Richard Henderson  <rth@redhat.com>
9908         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9909         (SINGLE_THREAD_P): Use the correct width load.  Fold
9910         into the ldr offset.
9912         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9913         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9915 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9917         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9918         (libgcc_s_resume): Use __attribute_used__.
9919         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9920         Likewise.
9922 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9924         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9925         optimization when used with float constants.
9927         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9929 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9931         [BZ #16915]
9932         * locale/nl_langinfo_l.c: Make direct reference to every
9933         _nl_current_CATEGORY symbol.
9934         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9935         (tests-static): Add tst-langinfo-static.
9936         (tests-special): Add tst-langinfo-static.out.
9937         ($(objpfx)tst-langinfo.out): Redirect output.
9938         ($(objpfx)tst-langinfo-static.out): New.
9939         * localedata/tst-langinfo.sh: Send output to stdout.
9940         * localedata/tst-langinfo-static.c: New file.
9942         [BZ #16965]
9943         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9944         when the shift amount is modulo the limb size.
9946 2014-05-20  Richard Henderson  <rth@redhat.com>
9948         [BZ #16967]
9949         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9950         Change type of sa_flags from unsigned int to int.
9952         [BZ #16966]
9953         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9955         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9957 2014-05-20  Will Newton  <will.newton@linaro.org>
9959         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9960         Test the return value of the system call in the nocancel case.
9962 2014-05-20  Will Newton  <will.newton@linaro.org>
9963             Yvan Roux  <yvan.roux@linaro.org>
9965         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9966         #include of asm/ptrace.h.
9967         (PTRACE_GET_THREAD_AREA): Remove #undef.
9968         (PTRACE_GETHBPREGS): Likewise.
9969         (PTRACE_SETHBPREGS): Likewise.
9970         (struct user_regs_struct): New structure.
9971         (struct user_fpsimd_struct): New structure.
9972         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9973         #include of asm/ptrace.h and second #include of sys/user.h.
9974         (PTRACE_GET_THREAD_AREA): Remove #undef.
9975         (PTRACE_GETHBPREGS): Likewise.
9976         (PTRACE_SETHBPREGS): Likewise.
9977         (ELF_NGREG): Use new struct user_regs_struct.
9978         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9980 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9982         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9983         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9985 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9987         [BZ #16958]
9988         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9989         membar to avoid block loads/stores to overlap previous stores.
9991 2014-05-17  Richard Henderson  <rth@redhat.com>
9993         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9994         Create the __##syscall_name##_nocancel entry point.
9995         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9996         Remove; let the sysdep-cancel.h code create it.
9998 2014-05-17  David S. Miller  <davem@davemloft.net>
10000         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
10001         Protect with __USE_GNU.
10002         (TIOCSET_TEMPT): Likewise.
10003         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
10004         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
10005         these are already provided in bits/ioctl-types.h
10007 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10009         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
10010         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
10012         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
10013         Use wait4 regardless of [__NR_waitpid].
10015 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
10017         PR libgcc/60166
10018         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10019         (_FP_NANSIGN_Q): Set the quiet bit.
10021 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
10023         * benchtests/Makefile
10024         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
10025         not $(common-objpfx)math/libm.so.
10026         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
10027         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
10028         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
10029         $(common-objpfx)dlfcn/libdl.so.
10030         ($(objpfx)tst-audit8): Depend on $(libm), not
10031         $(common-objpfx)math/libm.so.
10032         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
10033         not $(common-objpfx)dlfcn/libdl.so.
10034         * math/Makefile
10035         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
10036         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
10037         [$(build-shared) = yes].
10038         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
10039         $(common-objpfx)nptl/libpthread.so.
10040         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
10041         $(common-objpfx)math/libm.so$(libm.so-version) or
10042         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
10043         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
10044         $(common-objpfx)dlfcn/libdl.so.
10045         * setjmp/Makefile (link-libm): Remove variable.
10046         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
10047         * stdio-common/Makefile (link-libm): Remove variable.
10048         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
10049         * stdlib/Makefile (link-libm): Remove variable.
10050         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
10051         ($(objpfx)tst-strtod-round): Likewise.
10052         ($(objpfx)tst-tininess): Likewise.
10053         ($(objpfx)tst-strtod-underflow): Likewise.
10054         ($(objpfx)tst-strtod6): Likewise.
10055         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
10056         $(libdl), not $(common-objpfx)nptl/libpthread.so and
10057         $(common-objpfx)dlfcn/libdl.so.
10059 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10061         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
10062         BSD terminal modes definitions.
10064 2014-05-16  Roland McGrath  <roland@hack.frob.com>
10066         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
10067         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
10069         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
10070         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
10071         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
10072         Don't do #include_next.
10073         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
10074         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
10075         Don't do #include_next.
10076         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
10077         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
10078         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
10079         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
10081 2014-05-16  Allan McRae  <allan@archlinux.org>
10083         * po/sv.po: Update Swedish translation from translation project.
10085         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
10086         in sed expression.
10088 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
10090         [BZ #16917]
10091         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
10092         errno if the TIOCGPTN ioctl fails with an error different than
10093         EINVAL.
10094         * login/tst-ptsname.c: New file.
10095         * login/Makefile (tests): Add tst-ptsname.
10097         [BZ #16943]
10098         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
10099         and prlimit64.
10101 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10103         [BZ #16849]
10104         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
10105         herrno to return EAI_AGAIN.
10107 2014-05-14  Roland McGrath  <roland@hack.frob.com>
10109         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
10110         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
10111         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
10112         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
10113         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
10114         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
10115         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
10116         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
10117         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
10118         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
10119         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
10120         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
10121         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
10122         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
10123         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
10124         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
10125         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
10126         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
10127         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
10128         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
10129         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
10130         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
10131         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
10132         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
10133         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
10134         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
10135         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
10136         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
10137         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
10138         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
10139         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
10140         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
10141         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
10142         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
10143         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
10144         Moved ...
10145         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
10146         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
10147         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
10148         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
10149         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
10150         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
10151         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
10152         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
10153         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
10154         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
10155         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
10156         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
10157         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
10158         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
10159         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
10160         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
10161         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
10162         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
10163         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
10164         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
10165         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
10166         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
10167         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
10168         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
10169         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
10170         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
10171         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
10172         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
10173         Moved ...
10174         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
10175         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
10176         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
10177         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
10178         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
10179         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
10180         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
10181         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
10182         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
10183         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
10184         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
10185         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
10186         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
10187         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
10188         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
10189         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
10190         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
10191         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
10192         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
10193         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
10194         Moved ...
10195         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
10196         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
10197         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
10199         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
10200         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
10201         (libpthread-sysdep_routines): Add elision-related stuff here instead.
10202         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
10203         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
10204         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
10205         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
10206         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
10207         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
10208         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
10209         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
10210         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
10211         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
10212         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
10213         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
10214         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
10215         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
10216         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
10217         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
10218         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
10219         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
10220         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
10221         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
10222         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
10223         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
10224         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
10225         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
10226         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
10227         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
10228         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
10229         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
10231         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
10232         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
10234         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
10235         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
10236         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
10237         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
10238         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
10239         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
10240         Moved ...
10241         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
10242         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
10243         Moved ...
10244         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
10245         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
10246         Moved ...
10247         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
10248         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
10249         Moved ...
10250         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
10251         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
10252         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10253         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10254         Moved ...
10255         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10256         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10257         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10258         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10259         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10260         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10261         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10262         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10263         Moved ...
10264         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10265         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10266         Moved ...
10267         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10268         ... here.
10269         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10270         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10271         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10272         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10273         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10274         Moved ...
10275         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10276         ... here.
10277         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10278         Moved ...
10279         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10280         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10281         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10282         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10283         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10284         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10285         Moved ...
10286         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10287         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10288         Moved ...
10289         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10290         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10291         Moved ...
10292         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10293         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10294         Moved ...
10295         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10296         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10297         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10298         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10299         Moved ...
10300         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10301         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10302         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10303         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10304         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10305         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10306         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10307         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10308         Moved ...
10309         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10310         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10311         Moved ...
10312         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10313         ... here.
10314         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10315         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10316         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10317         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10318         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10319         Moved ...
10320         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10321         ... here.
10322         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10323         Moved ...
10324         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10325         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10326         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10327         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10328         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10329         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10330         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10331         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10332         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10333         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10334         Moved ...
10335         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10336         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10337         Moved ...
10338         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10339         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10340         Moved ...
10341         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10342         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10343         Moved ...
10344         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10345         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10346         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10347         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10348         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10349         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10350         Moved ...
10351         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10352         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10353         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10354         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10355         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10356         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10357         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10358         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10359         Moved ...
10360         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10361         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10362         Moved ...
10363         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10364         ... here.
10365         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10366         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10367         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10368         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10369         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10370         Moved ...
10371         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10372         ... here.
10373         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10374         Moved ...
10375         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10376         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10377         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10378         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10379         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10380         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10381         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10382         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10383         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10384         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10385         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10387         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10388         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10390         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10391         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10393         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10394         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10395         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10396         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10397         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10398         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10399         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10400         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10401         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10402         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10403         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10404         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10405         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10406         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10407         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10408         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10409         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10410         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10411         Moved ...
10412         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10413         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10414         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10415         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10416         Moved ...
10417         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10418         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10419         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10420         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10421         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10422         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10423         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10424         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10425         Moved ...
10426         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10427         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10428         Moved ...
10429         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10430         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10431         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10432         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10433         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10434         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10435         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10436         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10437         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10438         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10439         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10440         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10441         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10442         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10443         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10444         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10445         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10447         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10448         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10449         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10450         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10451         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10453         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10454         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10455         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10456         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10457         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10458         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10459         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10460         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10461         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10462         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10464         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10465         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10467         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10468         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10469         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10470         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10471         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10472         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10473         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10474         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10475         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10476         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10477         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10478         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10479         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10480         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10481         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10482         Update #include.
10483         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10484         Likewise.
10485         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10486         Likewise.
10487         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10488         Likewise.
10489         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10490         Likewise.
10491         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10492         Likewise.
10493         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10494         Likewise.
10495         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10496         Likewise.
10497         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10498         Likewise.
10499         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10500         Likewise.
10501         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10502         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10503         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10504         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10505         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10506         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10507         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10508         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10509         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10510         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10511         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10512         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10513         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10514         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10515         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10517         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10518         that was previously under [RESET_PID].
10519         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10520         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10521         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10523         * sysdeps/i386/nptl/Implies: New file.
10524         * sysdeps/x86_64/nptl/Implies: New file.
10525         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10526         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10527         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10528         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10530         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10531         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10532         (__libc_vfork): New strong alias.
10533         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10534         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10536         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10537         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10538         (__libc_vfork): New strong alias.
10539         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10540         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10542         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10543         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10544         (__libc_vfork): New strong alias.
10545         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10546         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10547         * nptl/pt-vfork.c: New file.
10548         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10549         (libpthread: GLIBC_2.20): New version set (empty).
10551 2014-05-14  Will Newton  <will.newton@linaro.org>
10553         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10554         rather than #if.
10556 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10558         [BZ #16564]
10559         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10560         arguments with exponent 65 or above.
10561         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10562         arguments 0x1p113L or above.
10563         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10564         to arguments 0x1p107L or above.
10565         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10566         positive arguments with exponent 65 or above.
10567         * math/auto-libm-test-in: Add more tests of log1p.
10568         * math/auto-libm-test-out: Regenerated.
10570         [BZ #16928]
10571         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10572         non-finite arguments is +0.
10573         * math/s_cacosf.c (__cacosf): Likewise.
10574         * math/s_cacosl.c (__cacosl): Likewise.
10575         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10576         * sysdeps/i386/fpu/libm-test-ulps: Update.
10577         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10579         [BZ #16927]
10580         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10581         value.
10582         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10583         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10584         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10585         for explicit high bit of mantissa when testing for argument equal
10586         to 1.
10587         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10588         * sysdeps/i386/fpu/libm-test-ulps: Update.
10589         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10591         [BZ #16516]
10592         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10593         (__erf): Scale by 16 instead of 8 in potentially underflowing
10594         case.  Ensure exception if result actually underflows.
10595         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10596         (__erff): Scale by 16 instead of 8 in potentially underflowing
10597         case.  Ensure exception if result actually underflows.
10598         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10599         (efx8): Remove variable.
10600         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10601         case.  Ensure exception if result actually underflows.
10602         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10603         (efx8): Remove variable.
10604         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10605         case.  Ensure exception if result actually underflows.
10606         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10607         (efx8): Remove variable.
10608         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10609         case.  Ensure exception if result actually underflows.
10610         * math/auto-libm-test-in: Add more tests of erf.
10611         * math/auto-libm-test-out: Regenerated.
10613 2014-05-14  Andreas Schwab  <schwab@suse.de>
10615         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10616         Remove code conditionalized on USE___THREAD.
10618         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10619         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10620         not definedness.
10622 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10624         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10625         Define unconditionally.
10626         (__ASSUME_O_CLOEXEC): Likewise.
10627         (__ASSUME_SOCK_CLOEXEC): Likewise.
10628         (__ASSUME_IN_NONBLOCK): Likewise.
10629         (__ASSUME_PIPE2): Likewise.
10630         (__ASSUME_EVENTFD2): Likewise.
10631         (__ASSUME_SIGNALFD4): Likewise.
10632         (__ASSUME_DUP3): Likewise.
10633         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10634         (__ASSUME_DUP3): Do not define.
10635         (__ASSUME_EVENTFD2): Likewise.
10636         (__ASSUME_IN_NONBLOCK): Likewise.
10637         (__ASSUME_O_CLOEXEC): Likewise.
10638         (__ASSUME_PIPE2): Likewise.
10639         (__ASSUME_SIGNALFD4): Likewise.
10640         (__ASSUME_SOCK_CLOEXEC): Likewise.
10641         (__ASSUME_UTIMES): Undefine.
10642         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10643         (__ASSUME_UTIMES): Do not define.
10644         (__ASSUME_O_CLOEXEC): Likewise.
10645         (__ASSUME_SOCK_CLOEXEC): Likewise.
10646         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10647         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10648         0x020621].
10649         (__ASSUME_PIPE2): Likewise.
10650         (__ASSUME_EVENTFD2): Likewise.
10651         (__ASSUME_SIGNALFD4): Likewise.
10652         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10653         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10654         Do not define.
10655         (__ASSUME_EVENTFD2): Likewise.
10656         (__ASSUME_SIGNALFD4): Likewise.
10657         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10658         (__ASSUME_32BITUIDS): Likewise.
10659         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10660         (__ASSUME_IPC64): Likewise.
10661         (__ASSUME_ST_INO_64_BIT): Likewise.
10662         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10663         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10664         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10665         (__ASSUME_UTIMES): Do not define.
10666         (__ASSUME_PSELECT): Likewise.
10667         (__ASSUME_PPOLL): Likewise.
10668         (__ASSUME_O_CLOEXEC): Likewise.
10669         (__ASSUME_SOCK_CLOEXEC): Likewise.
10670         (__ASSUME_IN_NONBLOCK): Likewise.
10671         (__ASSUME_PIPE2): Likewise.
10672         (__ASSUME_EVENTFD2): Likewise.
10673         (__ASSUME_SIGNALFD4): Likewise.
10674         (__ASSUME_DUP3): Likewise.
10675         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10676         (__ASSUME_UTIMES): Likewise.
10677         (__ASSUME_O_CLOEXEC): Likewise.
10678         (__ASSUME_SOCK_CLOEXEC): Likewise.
10679         (__ASSUME_IN_NONBLOCK): Likewise.
10680         (__ASSUME_PIPE2): Likewise.
10681         (__ASSUME_EVENTFD2): Likewise.
10682         (__ASSUME_SIGNALFD4): Likewise.
10683         (__ASSUME_DUP3): Likewise.
10684         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10685         (__ASSUME_UTIMES): Likewise.
10686         (__ASSUME_O_CLOEXEC): Likewise.
10687         (__ASSUME_SOCK_CLOEXEC): Likewise.
10688         (__ASSUME_IN_NONBLOCK): Likewise.
10689         (__ASSUME_PIPE2): Likewise.
10690         (__ASSUME_EVENTFD2): Likewise.
10691         (__ASSUME_SIGNALFD4): Likewise.
10692         (__ASSUME_DUP3): Likewise.
10693         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10694         Likewise.
10695         (__ASSUME_UTIMES): Likewise.
10696         (__ASSUME_EVENTFD2): Likewise.
10697         (__ASSUME_SIGNALFD4): Likewise.
10698         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10699         (__ASSUME_O_CLOEXEC): Likewise.
10700         (__ASSUME_SOCK_CLOEXEC): Likewise.
10701         (__ASSUME_IN_NONBLOCK): Likewise.
10702         (__ASSUME_PIPE2): Likewise.
10703         (__ASSUME_EVENTFD2): Likewise.
10704         (__ASSUME_SIGNALFD4): Likewise.
10705         (__ASSUME_DUP3): Likewise.
10706         (__ASSUME_UTIMES): Undefine.
10708         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10709         feclearexcept.  Remove symbol versioning code.
10710         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10711         symbol versioning code.
10712         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10713         symbol versioning code.
10714         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10715         feupdateenv.  Remove symbol versioning code.
10716         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10717         fegetexceptflag.  Remove symbol versioning code.
10718         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10719         fesetexceptflag.  Remove symbol versioning code.
10720         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10721         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10722         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10723         (__posix_fadvise64_l32): Remove prototype.
10724         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10725         code.
10727 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10729         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10730         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10731         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10732         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10734 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10736         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10737         current working directory
10739 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10741         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10742         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10743         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10744         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10745         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10746         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10747         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10748         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10749         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10750         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10751         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10752         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10753         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10754         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10755         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10756         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10757         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10758         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10759         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10760         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10761         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10762         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10763         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10764         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10765         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10766         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10767         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10768         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10769         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10770         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10771         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10772         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10773         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10774         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10775         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10776         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10777         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10778         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10779         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10780         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10781         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10782         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10784         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10785         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10787         * sysdeps/unix/sysv/linux/arm/Makefile
10788         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10789         Add rt-aeabi_unwind_cpp_pr1.
10790         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10791         Add nptl-aeabi_unwind_cpp_pr1.
10792         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10793         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10794         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10795         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10796         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10797         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10799         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10800         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10801         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10802         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10804         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10805         Deconditionalize the code that was previously under [RESET_PID].
10806         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10808         * sysdeps/generic/exit-thread.h: New file.
10809         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10810         * include/unistd.h (__exit_thread): Remove declaration.
10811         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10812         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10813         * csu/libc-start.c: Include <exit-thread.h>.
10814         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10815         * nptl/pthread_create.c: Include <exit-thread.h>.
10816         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10817         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10818         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10819         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10820         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10821         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10822         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10823         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10824         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10825         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10826         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10827         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10828         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10829         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10830         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10831         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10832         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10834 2014-05-13  Andreas Schwab  <schwab@suse.de>
10836         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10838 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10840         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10841         (__ASSUME_UTIMES): Do not condition on kernel version.
10842         (__ASSUME_PSELECT): Define unconditionally.
10843         (__ASSUME_PPOLL): Likewise.
10844         (__ASSUME_ATFCTS): Likewise.
10845         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10846         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10847         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10848         (__ASSUME_UTIMENSAT): Define unconditionally.
10849         (__ASSUME_PRIVATE_FUTEX): Likewise.
10850         (__ASSUME_FALLOCATE): Likewise.
10851         (__ASSUME_O_CLOEXEC): Likewise.
10852         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10853         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10854         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10855         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10856         (__ASSUME_IN_NONBLOCK): Likewise.
10857         (__ASSUME_PIPE2): Likewise.
10858         (__ASSUME_EVENTFD2): Likewise.
10859         (__ASSUME_SIGNALFD4): Likewise.
10860         (__ASSUME_DUP3): Likewise.
10861         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10862         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10863         (__ASSUME_AT_RANDOM): Likewise.
10864         (__ASSUME_PREADV): Likewise.
10865         (__ASSUME_PWRITEV): Likewise.
10866         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10867         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10868         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10869         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10870         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10871         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10872         (__ASSUME_O_CLOEXEC): Define unconditionally.
10873         (__ASSUME_PSELECT): Do not undefine conditionally.
10874         (__ASSUME_PPOLL): Likewise.
10875         (__ASSUME_ATFCTS): Likewise.
10876         (__ASSUME_SET_ROBUST_LIST): Likewise.
10877         (__ASSUME_UTIMENSAT): Likewise.
10878         (__ASSUME_FDATASYNC): Define unconditionally.
10879         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10880         (__ASSUME_SIGFRAME_V2): Likewise.
10881         )__ASSUME_EVENTFD2): Likewise.
10882         (__ASSUME_SIGNALFD4): Likewise.
10883         (__ASSUME_PSELECT): Do not undefine conditionally.
10884         (__ASSUME_PPOLL): Likewise.
10885         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10886         (__ASSUME_PSELECT): Define unconditionally.
10887         (__ASSUME_PPOLL): Likewise.
10888         (__ASSUME_O_CLOEXEC): Likewise.
10889         (__ASSUME_SOCK_CLOEXEC): Likewise.
10890         (__ASSUME_IN_NONBLOCK): Likewise.
10891         (__ASSUME_PIPE2): Likewise.
10892         (__ASSUME_EVENTFD2): Likewise.
10893         (__ASSUME_SIGNALFD4): Likewise.
10894         (__ASSUME_DUP3): Likewise.
10895         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10896         (__ASSUME_O_CLOEXEC): Likewise.
10897         (__ASSUME_SOCK_CLOEXEC): Likewise.
10898         (__ASSUME_IN_NONBLOCK): Likewise.
10899         (__ASSUME_PIPE2): Likewise.
10900         (__ASSUME_EVENTFD2): Likewise.
10901         (__ASSUME_SIGNALFD4): Likewise.
10902         (__ASSUME_DUP3): Likewise.
10903         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10904         (__ASSUME_EVENTFD2): Likewise.
10905         (__ASSUME_SIGNALFD4): Likewise.
10906         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10908 2014-05-12  Andreas Schwab  <schwab@suse.de>
10910         [BZ #16932]
10911         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10912         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10913         than maximum RPC packet size.
10914         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10915         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10916         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10917         (_nss_nis_getservbyport_r): Likewise.
10919 2014-05-12  Will Newton  <will.newton@linaro.org>
10921         * malloc/Makefile (tests): Add tst-mallopt.
10922         * malloc/tst-mallopt.c: New file.
10924 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10926         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10927         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10929 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10931         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10932         (tst-tlsmod6.so): Likewise.
10934 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10936         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10938 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10940         [BZ #16064]
10941         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10942         and <dl-procinfo.h>.
10943         (__fegetenv): Save SSE state in envp->__eip if supported.
10944         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10945         envp->__eip if supported.
10946         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10947         and <dl-procinfo.h>.
10948         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10949         __data_offset and __data_selector in environment to 0.  Set SSE
10950         state if supported.
10951         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10952         test-fenv-sse.
10953         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10954         -mfpmath=sse.
10955         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10957 2014-05-09  Will Newton  <will.newton@linaro.org>
10959         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10960         and libc_relro_required for ARM.
10961         * sysdeps/arm/preconfigure: Regenerate.
10963 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10964             Stefan Liebler  <stli@linux.vnet.ibm.com>
10966         * config.make.in (enable-lock-elision): New Makefile variable.
10967         * configure.ac: Likewise.
10968         * configure: Regenerate.
10969         * sysdeps/s390/configure.ac:
10970         Add check for gcc transactions support.
10971         * sysdeps/s390/configure: Regenerate.
10972         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10973         Build elision files if enabled.
10974         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10975         Add lock elision support for s390.
10976         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10977         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10978         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10979         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10980         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10981         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10982         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10983         Likewise.
10984         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10985         Likewise.
10986         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10987         Likewise.
10988         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10989         Likewise.
10990         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10991         (__lll_timedlock_elision, __lll_lock_elision)
10992         (__lll_unlock_elision, __lll_trylock_elision)
10993         (lll_timedlock_elision, lll_lock_elision)
10994         (lll_unlock_elision, lll_trylock_elision): Add.
10995         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10996         (pthread_mutex_t): Add lock elision support for s390.
10998 2014-05-14  Wilco  <wdijkstr@arm.com>
11000         * sysdeps/arm/fclrexcpt.c: Cleanup.
11001         * sysdeps/arm/fedisblxcpt.c: Cleanup.
11002         * sysdeps/arm/feenablxcpt.c: Cleanup.
11003         * sysdeps/arm/fegetenv.c: Cleanup.
11004         * sysdeps/arm/fegetexcept.c: Cleanup.
11005         * sysdeps/arm/fegetround.c: Cleanup.
11006         * sysdeps/arm/feholdexcpt.c: Cleanup.
11007         * sysdeps/arm/fesetenv.c: Cleanup.
11008         * sysdeps/arm/fesetround.c: Cleanup.
11009         * sysdeps/arm/feupdateenv.c: Cleanup.
11010         * sysdeps/arm/fgetexcptflg.c: Cleanup.
11011         * sysdeps/arm/fraiseexcpt.c: Cleanup.
11012         * sysdeps/arm/fsetexcptflg.c: Cleanup.
11013         * sysdeps/arm/ftestexcept.c: Cleanup.
11014         * sysdeps/arm/get-rounding-mode.h: Cleanup.
11015         * sysdeps/arm/setfpucw.c: Cleanup.
11017 2014-05-09  Will Newton  <will.newton@linaro.org>
11019         * sysdeps/arm/armv7/strcmp.S: New file.
11020         * NEWS: Mention addition of ARMv7 optimized strcmp.
11022 2014-05-08  Roland McGrath  <roland@hack.frob.com>
11024         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
11025         look for %.ac rather than %.in.
11027         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
11028         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
11029         * sysdeps/mach/hurd/configure: Regenerated.
11030         * sysdeps/unix/sysv/linux/configure: Regenerated.
11032         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
11034 2014-05-07  Steve Ellcey  <sellcey@mips.com>
11036         [BZ# 16922]
11037         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
11038         (LONG_SUB): Ditto.
11039         (PTR_SUB): Ditto.
11041 2014-05-07  Andreas Schwab  <schwab@suse.de>
11043         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
11044         when skipping over non-matching result from nscd.
11046 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
11048         [BZ #16876]
11049         * nptl/sockperf.c (client): Check socket return value.
11051         [BZ #16877]
11052         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
11053         nscd security class.
11055 2014-05-06  Roland McGrath  <roland@hack.frob.com>
11057         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
11058         * sysdeps/arm/unwind.h: ... here.
11060 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
11062         [BZ# 16916]
11063         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
11064         Define.
11066 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11068         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
11069         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
11070         multiarch strncpy for PPC64.
11071         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
11072         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
11073         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
11074         multiarch optimizations.
11075         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11076         (__libc_ifunc_impl_list): Likewise.
11077         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
11078         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
11079         multiarch stpncpy for PPC64.
11080         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
11081         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
11083 2014-05-06  Andreas Schwab  <schwab@suse.de>
11085         [BZ #16912]
11086         * gmon/mcount.c (_MCOUNT_DECL): Use
11087         atomic_compare_and_exchange_bool_acq instead of
11088         catomic_compare_and_exchange_bool_acq.
11090 2014-05-05  Roland McGrath  <roland@hack.frob.com>
11092         * elf/Makefile (others, install-bin): Remove pldd.
11093         (pldd-modules): Variable removed.
11094         ($(objpfx)pldd): Target removed.
11095         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
11096         (others, install-bin): Append pldd here.
11097         ($(objpfx)pldd): New target.
11099         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
11100         to 0, so the first #if test emitted later doesn't see it undefined.
11101         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
11102         * sysdeps/gnu/errlist.c: Regenerated.
11104 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11106         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
11107         [libc_hidden_builtin_def]: Define to empty value.
11108         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
11109         [libc_hidden_builtin_def]: Likewise.
11110         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
11111         [libc_hidden_builtin_def]: Likewise.
11112         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
11113         [libc_hidden_builtin_def]: Likewise.
11114         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
11115         __redirect_memcpy and define ifunc as default hidden symbol.
11116         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
11117         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
11119 2014-05-04  Adam Conrad  <adconrad@0c3.net>
11121         * locale/iso-4217.def: Reintroduce XDR currency.
11123 2014-05-04  Allan McRae  <allan@archlinux.org>
11125         * po/eo.po: Update Esperanto translation from translation project.
11127 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
11129         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
11130         and FEATURE_INDEX_MAX to 1.
11131         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
11133 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11135         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
11136         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
11137         * iconvdata/big5.c (ONE_DIRECTION): Define.
11138         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
11139         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
11140         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
11141         * iconvdata/cp932.c (ONE_DIRECTION): Define.
11142         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
11143         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
11144         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
11145         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
11146         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
11147         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
11148         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
11149         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
11150         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
11151         * iconvdata/gbk.c (ONE_DIRECTION): Define.
11152         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
11153         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
11154         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
11155         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
11156         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
11157         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
11158         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
11159         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
11160         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
11161         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
11162         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
11163         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
11164         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
11165         * iconvdata/iso646.c (ONE_DIRECTION): Define.
11166         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
11167         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
11168         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
11169         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
11170         * iconvdata/johab.c (ONE_DIRECTION): Define.
11171         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
11172         * iconvdata/sjis.c (ONE_DIRECTION): Define.
11173         * iconvdata/t.61.c (ONE_DIRECTION): Define.
11174         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
11175         * iconvdata/tscii.c (ONE_DIRECTION): Define.
11176         * iconvdata/uhc.c (ONE_DIRECTION): Define.
11177         * iconvdata/unicode.c (ONE_DIRECTION): Define.
11178         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
11179         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
11180         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
11182 2014-05-01  Roland McGrath  <roland@hack.frob.com>
11184         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
11185         (_IO_JUMPS_OFFSET): Define to 0.
11187         * nptl/sysdeps/pthread/bits/libc-lock.h
11188         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
11189         (__libc_lock_define_initialized_recursive): Always define using
11190         initializer.  Modern compilers treat uninitialized (implicit zero) and
11191         explicit zero initializers the same (i.e. put the datum in bss).
11193 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11195         * nscd/nscd-client.h: Include <string.h>.
11197 2014-05-01  David S. Miller  <davem@davemloft.net>
11199         [BZ #16885]
11200         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
11201         multiple zero bytes exist at the end of a string.
11202         Reported by Aurelien Jarno <aurelien@aurel32.net>
11204         * string/test-strcmp.c (check): Add explicit test for situations where
11205         there are multiple zero bytes after the first.
11207 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
11209         [BZ #16890]
11210         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
11211         when compiling wprintf.
11212         * stdio-common/tstdiomisc.c (t3): New function.
11213         (main): Call it.
11215 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11217         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
11218         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
11219         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
11220         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
11222 2014-05-01  Steve Ellcey  <sellcey@mips.com>
11224         * stdlib/longlong.h: Updated from GCC.
11226 2014-05-01  Will Newton  <will.newton@linaro.org>
11227             Bernard Ogden  <bernie.ogden@linaro.org>
11229         * NEWS: Update fixed bug list.
11231         [BZ #15119]
11232         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
11234 2014-04-30  David S. Miller  <davem@davemloft.net>
11236         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
11237         (libc_feholdexcept_setround_sparc_ctx): New function.
11238         (libc_fesetenv_sparc_ctx): Likewise.
11239         (libc_feupdateenv_sparc_ctx): Likewise.
11240         (libc_feholdsetround_sparc_ctx): Likewise.
11241         (libc_feholdexcept_setround_ctx): Define.
11242         (libc_feholdexcept_setroundf_ctx): Likewise.
11243         (libc_feholdexcept_setroundl_ctx): Likewise.
11244         (libc_fesetenv_ctx): Likewise.
11245         (libc_fesetenvf_ctx): Likewise.
11246         (libc_fesetenvl_ctx): Likewise.
11247         (libc_feupdateenv_ctx): Likewise.
11248         (libc_feupdateenvf_ctx): Likewise.
11249         (libc_feupdateenvl_ctx): Likewise.
11250         (libc_feresetround_ctx): Likewise.
11251         (libc_feresetroundf_ctx): Likewise.
11252         (libc_feresetroundl_ctx): Likewise.
11253         (libc_feholdsetround_ctx): Likewise.
11254         (libc_feholdsetroundf_ctx): Likewise.
11255         (libc_feholdsetroundl_ctx): Likewise.
11257         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11258         with __USE_GNU instead of XOPEN cpp guards.
11260         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11261         0.
11263         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11264         with XOPEN cpp guards.
11266 2014-04-30  Julian Brown  <julian@codesourcery.com>
11268         [BZ #16888]
11269         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11270         handling.
11272 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11274         [BZ #9894]
11275         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11276         Change to 2.6.32.
11277         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11278         * sysdeps/unix/sysv/linux/configure: Regenerated.
11279         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11280         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11281         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11282         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11283         * README: Update reference to required Linux kernel version.
11284         * manual/install.texi (Linux): Update reference to required Linux
11285         kernel headers version.
11286         * INSTALL: Regenerated.
11288         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11289         header inclusion.
11290         [POSIX] (limits.h): Likewise.
11291         [POSIX] (math.h): Likewise.
11292         [POSIX] (sys/wait.h): Likewise.
11293         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11294         function.
11295         [POSIX] (stddef.h): Do not allow header inclusion.
11297 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11299         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11301 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11303         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11304         Return immediately after lll_futex_wake.
11306 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11308         [BZ #16791]
11309         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11310         structure.
11311         (datahead_init_pos): Call datahead_init_common early.
11312         (datahead_init_neg): Likewise.
11314         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11315         datahead_init_neg): New functions.
11316         * nscd/aicache.c (addhstaiX): Use them.
11317         * nscd/grpcache.c (cache_addgr): Likewise.
11318         * nscd/hstcache.c (cache_addhst): Likewise.
11319         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11320         * nscd/netgroupcache.c (do_notfound): Likewise.
11321         (addgetnetgrentX): Likewise.
11322         (addinnetgrX): Likewise.
11323         * nscd/pwdcache.c (cache_addpw): Likewise.
11324         * nscd/servicescache.c (cache_addserv): Likewise.
11326 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11327             Atsushi Onoe  <atsushi@onoe.org>
11329         [BZ #14308]
11330         [BZ #12994]
11331         [BZ #13651]
11332         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11333         one response is valid.
11334         * resolv/res_send.c (send_dg): Check for validity of other
11335         response if the current response is a referral.
11337 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11339         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11341 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11343         [BZ #16823]
11344         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11345         Always divide by positive zero when computing -Inf result.
11346         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11347         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11349 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11351         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11352         FPSCR if value do not change.
11353         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11354         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11355         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11356         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11357         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11358         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11359         function.
11361 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11363         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11364         * sysdeps/unix/sysv/linux/hppa: Move directory from
11365         ports/systeps/unix/sysv/linux/hppa.
11366         * README: Update listing for hppa-*-linux-gnu.
11368 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11370         [BZ #16754]
11371         * manual/stdio.texi (Hook functions): Fix types of stream hook
11372         functions.
11373         [BZ #16854]
11374         * socket/sys/socket.h: Fix typo in comment.
11376 2014-04-28  Wilco  <wdijkstr@arm.com>
11378         * sysdeps/arm/fenv_private.h: New file.
11379         * sysdeps/arm/math_private.h: New file.
11380         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11382 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11384         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11385         with __int128_t.
11386         (La_x86_64_retval): Likewise.
11388 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11390         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11391         fpsr if value didn't change.
11392         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11393         to fpcr if value didn't change.
11394         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11395         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11396         fpsr or fpcr if value didn't change.
11397         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11398         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11399         fpcr if value didn't change.
11400         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11401         to fpsr if value didn't change.
11403 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11405         * nptl/tst-sem3.c: Use test-skeleton.c
11406         (main): Rename to do_test.  Use return instead of
11407         exit.
11408         * nptl/tst-sem4.c: Use test-skeleton.c
11409         (main): Rename to do_test.
11411 2014-04-22  David S. Miller  <davem@davemloft.net>
11413         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11414         (struct sigaction): New struct member __glibc_reserved0, change
11415         type of sa_flags to int.
11417 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11419         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11420         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11422 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11424         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11425         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11427 2014-04-22  Will Newton  <will.newton@linaro.org>
11428             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11430         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11431         (__longjmp): Add longjmp and longjmp_target SystemTap
11432         probes.
11433         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11434         (__sigsetjmp): Add setjmp SystemTap probe.
11436 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11438         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11439         match manual order.
11441 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11443         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11445         * sysdeps/powerpc/fpu/fenv_private.h
11446         (libc_feholdexcept_setroundl_ctx): Define to
11447         libc_feholdexcept_setround_ppc_ctx.
11448         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11449         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11450         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11451         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11453 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11455         * sysdeps/aarch64/math-tests.h: New file.
11457 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11459         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11460         New.
11461         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11462         Check and set bit_AVX2_Usable.
11463         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11464         macro.
11465         (bit_AVX2): Likewise.
11466         (index_AVX2_Usable): Likewise.
11467         (CPUID_AVX2): Likewise.
11468         (HAS_AVX2): Likewise.
11470 2014-04-17  Will Newton  <will.newton@linaro.org>
11472         * manual/setjmp.texi (System V contexts): Add note that
11473         calling setcontext on a context created by a call to a
11474         signal handler is undefined.  Update text to note that
11475         setcontext from a signal handler is possible but not
11476         recommended.
11478         [BZ #16629]
11479         * stdlib/tst-setcontext.c: Include signal.h.
11480         (main): Check that the signal stack before and
11481         after swapcontext is the same.
11483         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11484         Re-implement to restore registers in user code and avoid
11485         rt_sigreturn system call.
11487 2014-04-17  Wilco  <wdijkstr@arm.com>
11489         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11490         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11491         * math/test-fenv.c: Skip exception trap tests on targets which only
11492         support non-stop mode.
11494 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11495             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11497         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11498         (libc_feholdsetround_aarch64_ctx)
11499         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11500         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11501         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11502         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11503         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11504         (libc_feresetround_noexl_ctx): Define.
11506 2014-04-16  Richard Henderson  <rth@redhat.com>
11508         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11510         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11511         unwind tables.
11513         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11514         const from the non-libc, non-ldso copy.
11516         * sysdeps/alpha/libm-test-ulps: Regenerate.
11518 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11519             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11521         * sysdeps/aarch64/fpu/math_private.h: New file.
11523 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11525         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11527 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11529         [BZ #16275]
11530         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11531         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11532         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11533         Intel MPX bound registers before _dl_profile_fixup.
11534         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11535         registers after _dl_profile_fixup.  Save and restore bound
11536         registers bnd0/bnd1 when calling _dl_call_pltexit.
11537         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11538         (LR_BND_OFFSET): Likewise.
11539         (LRV_BND0_OFFSET): Likewise.
11540         (LRV_BND1_OFFSET): Likewise.
11542 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11544         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11545         to...
11546         * sysdeps/mach/hurd/i386/tls.h: ... here.
11547         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11548         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11549         fields.
11551 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11553         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11555 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11557         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11559 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11561         [BZ #14770]
11562         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11563         * sysdeps/s390/configure: Regenerate.
11565         [BZ #16824]
11566         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11567         Set round-to-nearest internally to reduce error accumulation.
11569 2014-04-16  Alan Modra  <amodra@gmail.com>
11571         [BZ #16740]
11572         [BZ #16619]
11573         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11574         * math/libm-test.inc (frexp_test_data): Add tests.
11575         * NEWS: Update fixed bug list.
11577 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11579         * benchtests/Makefile: Depend on libraries in build directory.
11580         (bench-math): Separate out math tests.
11581         (bench-pthread): Separate out pthread tests.
11582         (bench): Include math and pthread tests.
11584 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11586         [BZ #16831]
11587         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11588         _dl_debug_initialize.
11590         * configure.ac: Remove SELinux header check.
11591         * configure: Regenerate.
11592         * nscd/selinux.c (perms): Array of const char* to permission names.
11593         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11594         default policy. Call string_to_security_class and string_to_av_perm to
11595         translate strings. Enforce default policy and call avs_has_perm with
11596         results of translated strings.
11598 2014-04-13  David S. Miller  <davem@davemloft.net>
11600         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11602 2014-04-12  Allan McRae  <allan@archlinux.org>
11604         [BZ #16838]
11605         * manual/string.texi (Collation Functions): Fix qsort argument
11606         order in example.
11607         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11609 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11611         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11612         Make the test a no-op if there are no exceptions defined.
11614 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11616         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11617         enable-hardcoded-path-in-tests
11619 2014-04-11  Will Newton  <will.newton@linaro.org>
11621         * benchtests/Makefile (extra-objs): Add json-lib.o.
11622         (bench-func): Tidy up JSON output.
11623         * benchtests/bench-skeleton.c: Include json-lib.h.
11624         (main): Use JSON library functions to do output of
11625         benchmark results.
11626         * benchtests/bench-timing-type.c (main): Output the
11627         timing type simply, leaving formatting to the user.
11628         * benchtests/json-lib.c: New file.
11629         * benchtests/json-lib.h: Likewise.
11631 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11633         [BZ #15215]
11634         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11635         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11636         memory barriers.  Add comments.
11637         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11638         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11639         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11640         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11641         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11642         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11644 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11646         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11647         * sysdeps/s390/s390-64/configure.ac: ... this ...
11648         * sysdeps/s390/configure.ac: ... to here.
11649         * sysdeps/s390/s390-32/configure: Delete file.
11650         * sysdeps/s390/s390-64/configure: Delete file.
11651         * sysdeps/s390/configure: Regenerate.
11653 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11655         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11657 2014-04-11  Will Newton  <will.newton@linaro.org>
11659         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11660         to zero if it is not defined elsewhere.  (mtrim): Test
11661         the value of MALLOC_DEBUG with #if rather than #ifdef.
11663 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11665         * benchtests/pthread_once-inputs: New file.
11666         * benchtests/pthread_once-source.c: New file.
11667         * benchtests/README: Update documentation.
11669 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11670             H.J. Lu  <hongjiu.lu@intel.com>
11672         [BZ #16275]
11673         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11674         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11675         * sysdeps/x86_64/configure: Regenerated.
11676         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11677         macro.
11678         (REGISTER_SAVE_RAX): Likewise.
11679         (REGISTER_SAVE_RCX): Likewise.
11680         (REGISTER_SAVE_RDX): Likewise.
11681         (REGISTER_SAVE_RSI): Likewise.
11682         (REGISTER_SAVE_RDI): Likewise.
11683         (REGISTER_SAVE_R8): Likewise.
11684         (REGISTER_SAVE_R9): Likewise.
11685         (REGISTER_SAVE_BND0): Likewise.
11686         (REGISTER_SAVE_BND1): Likewise.
11687         (REGISTER_SAVE_BND2): Likewise.
11688         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11689         bound registers when calling _dl_fixup.
11691 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11693         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11694         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11695         of its definition.
11696         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11697         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11698         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11699         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11700         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11701         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11702         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11704 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11706         [BZ #15514]
11707         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11708         pathconf(_PC_NAME_MAX).
11710 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11712         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11713         Remove macro usage.
11714         (__PTHREAD_SPINS): Move definition to ...
11715         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11716         (__PTHREAD_SPINS): ... here.
11717         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11718         (__PTHREAD_SPIN): Likewise.
11719         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11720         (__PTHREAD_SPIN): Likewise.
11721         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11722         (__PTHREAD_SPIN): Likewise.
11723         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11724         (__PTHREAD_SPIN): Likewise.
11725         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11726         (__PTHREAD_SPIN): Likewise.
11727         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11728         (__PTHREAD_SPIN): Likewise.
11729         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11730         (__PTHREAD_SPIN): Likewise.
11731         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11732         (__PTHREAD_SPIN): Likewise.
11733         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11734         (__PTHREAD_SPIN): Likewise.
11735         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11736         (__PTHREAD_SPIN): Likewise.
11737         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11738         (__PTHREAD_SPIN): Likewise.
11739         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11740         (__PTHREAD_SPIN): Likewise.
11742         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11743         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11744         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11745         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11746         imply folder.
11747         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11748         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11749         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11750         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11751         correct imply path.
11752         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11753         strlen symbol for non multi-arch builds.
11754         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11755         missing hidden_def and weak_alias.
11757 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11759         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11761 2014-04-07  Will Newton  <will.newton@linaro.org>
11763         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11764         and contents.  [!_LIBC] Remove #ifndef and contents.
11765         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11766         * string/memccpy.c (__memccpy): Use ANSI prototype.
11767         * string/memfrob.c (memfrob): Likewise.
11768         * string/strcoll.c (STRCOLL): Likewise.
11769         * string/strlen.c (strlen): Likewise.
11770         * string/strtok.c (STRTOK): Likewise.
11771         * string/strcat.c: Remove unused #include of memcopy.h.
11772         (strcat): Use ANSI prototype.
11773         * string/strchr.c: Remove unused #include of memcopy.h.
11774         (strchr): Use ANSI prototype.
11775         * string/strcmp.c: Remove unused #include of memcopy.h.
11776         (strcmp): Use ANSI prototype.
11777         * string/strcpy.c: Remove unused #include of memcopy.h.
11778         (strcpy): Use ANSI prototype.
11780 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11782         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11783         * config.make.in (config-extra-cppflags): Set it from
11784         libc_extra_cppflags.
11785         * configure.ac (libc_extra_cflags): Make it accumulate over
11786         configure fragments.
11787         (libc_extra_cppflags): New flag.
11788         * configure. Regenerate.
11789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11790         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11791         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11794         [BZ #16815]
11795         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11796         result for FE_DOWNWARD rounding mode.
11797         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11798         Likewise.
11799         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11801 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11803         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11804         in function argument name.
11806 2014-04-03  David Svoboda  <svoboda@cert.org>
11808         [BZ #5666]
11809         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11810         explicitly.
11812 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11814         * elf/dl-unmap-segments.h: New file.
11815         * sysdeps/generic/ldsodefs.h
11816         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11817         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11818         * elf/dl-fptr.c: Likewise.
11819         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11820         * sysdeps/aarch64/tlsdesc.c: Likewise.
11821         * sysdeps/arm/tlsdesc.c: Likewise.
11822         * sysdeps/i386/tlsdesc.c: Likewise.
11823         * sysdeps/tile/dl-runtime.c: Likewise.
11824         * sysdeps/x86_64/tlsdesc.c: Likewise.
11825         * elf/dl-load.h: New file.
11826         * elf/dl-load.c: Include it.
11827         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11828         Macros moved to dl-load.h.
11829         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11830         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11831         Use _dl_unmap_segments in place of __munmap.
11832         Break out segment-mapping loop into ...
11833         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11835 2014-04-03  Will Newton  <will.newton@linaro.org>
11837         * elf/dl-lookup.c (do_lookup_x): Remove comment
11838         referring to nested function and move variable
11839         declarations down to before first use.
11841 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11843         [BZ #16799]
11844         [BZ #16800]
11845         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11846         with 0 numerator.
11847         * math/s_catanf.c (__catanf): Likewise.
11848         * math/s_catanh.c (__catanh): Likewise.
11849         * math/s_catanhf.c (__catanhf): Likewise.
11850         * math/s_catanhl.c (__catanhl): Likewise.
11851         * math/s_catanl.c (__catanl): Likewise.
11852         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11853         by positive zero when computing -Inf result.
11854         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11855         (catanh_test): Likewise.
11856         * sysdeps/i386/fpu/libm-test-ulps: Update.
11857         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11859         [BZ #16789]
11860         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11861         instead of using underflowing value in computing result.
11862         * math/s_clog10.c (__clog10): Likewise.
11863         * math/s_clog10f.c (__clog10f): Likewise.
11864         * math/s_clog10l.c (__clog10l): Likewise.
11865         * math/s_clogf.c (__clogf): Likewise.
11866         * math/s_clogl.c (__clogl): Likewise.
11867         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11868         (clog10_test): Likewise.
11869         * sysdeps/i386/fpu/libm-test-ulps: Update.
11870         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11872 2014-04-02  Alan Modra  <amodra@gmail.com>
11874         [BZ #16739]
11875         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11876         output when value is near a power of two.  Use int64_t for lx and
11877         remove casts.  Use decimal rather than hex exponent constants.
11878         Don't use long double multiplication when double will suffice.
11879         * math/libm-test.inc (nextafter_test_data): Add tests.
11880         * NEWS: Add 16739 and 16786 to bug list.
11882         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11884         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11886 2014-04-01  Will Newton  <will.newton@linaro.org>
11888         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11889         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11891 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11893         [BZ #13347]
11894         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11895         * nptl/tst-setuid2.c: New file.
11896         * nptl/Makefile (xtests): Add tst-setuid2.
11898 2014-04-01  Alan Modra  <amodra@gmail.com>
11900         [BZ #16786]
11901         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11903 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11905         [BZ #6803]
11906         [BZ #6804]
11907         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11908         set errno as appropriate.
11909         * math/w_scalbf.c (__scalbf): Likewise.
11910         * math/w_scalbl.c (__scalbl): Likewise.
11911         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11912         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11913         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11914         Add more NaN tests.
11916         [BZ #16349]
11917         * math/w_atan2.c: Include <errno.h>.
11918         (__atan2): Set errno for result underflowing to zero.
11919         * math/w_atan2f.c: Include <errno.h>.
11920         (__atan2f): Set errno for result underflowing to zero.
11921         * math/w_atan2l.c: Include <errno.h>.
11922         (__atan2l): Set errno for result underflowing to zero.
11923         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11924         tests.
11925         * math/auto-libm-test-out: Regenerated.
11927 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11929         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11930         Encode instruction correctly in little endian.
11931         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11932         Likewise.
11933         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11934         Likewise.
11935         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11936         Likewise.
11937         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11938         Likewise.
11940 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11942         [BZ #9894]
11943         * sysdeps/unix/sysv/linux/kernel-features.h
11944         [__sparc__ && !__arch64__ && !__sparc_v9__]
11945         (__ASSUME_SET_ROBUST_LIST): Do not define.
11946         [__sparc__ && !__arch64__ && !__sparc_v9__]
11947         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11948         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11949         Likewise.
11950         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11951         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11952         (__ASSUME_REQUEUE_PI): Likewise.
11953         (__ASSUME_SET_ROBUST_LIST): Likewise.
11954         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11955         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11956         Undefine.
11957         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11958         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11959         Likewise.
11960         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11961         Likewise.
11962         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11963         Likewise.
11964         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11965         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11966         Undefine.
11967         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11968         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11969         Likewise.
11971         [BZ #16648]
11972         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11973         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11974         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11976 2014-03-31  Will Newton  <will.newton@linaro.org>
11978         * benchtests/Makefile (bench): Add ffs and ffsll to list
11979         of tests.
11980         * benchtests/ffs-inputs: New file.
11981         * benchtests/ffsll-inputs: Likewise.
11983 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11985         [BZ #16770]
11986         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11987         too large before casting to int.
11988         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11989         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11990         * math/libm-test.inc (scalb_test_data): Add more tests.
11992 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11994         * benchtests/Makefile (DETAILED_OPT): New make option.
11995         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11996         set.
11997         * benchtests/bench-skeleton.c: Include stdbool.h.
11998         (main): Store and print timings per input.
11999         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
12000         member to each argument value.
12001         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
12002         (_print_arg_data): Initialize per-input timing to 0.
12004         * benchtests/Makefile (timing-type): New binary.
12005         (bench-clean): Also remove bench-timing-type.
12006         (bench): New target for timing-type.
12007         (bench-func): Print output in JSON format.
12008         * benchtests/bench-skeleton.c (main): Print output in JSON
12009         format.
12010         * benchtests/bench-timing-type.c: New file.
12011         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
12012         (TIMING_PRINT_STATS): Remove.
12013         * benchtests/scripts/bench.py (_print_arg_data): Store variant
12014         name separately.
12016         * benchtests/bench-modf.c: Remove.
12017         * benchtests/modf-inputs: New inputs file.
12019 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
12021         [BZ #16362]
12022         * math/s_clog10.c (M_PI_LOG10E): New macro.
12023         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
12024         imaginary parts are 0.
12025         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
12026         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
12027         imaginary parts are 0.
12028         * math/s_clog10l.c (M_PI_LOG10El): New macro.
12029         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
12030         imaginary parts are 0.
12031         * math/libm-test.inc (clog10_test_data): Update expected results
12032         for when real and imaginary parts are 0.
12034 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
12036         * elf/dl-load.c: Finish conversion of __builtin_expect into
12037         __glibc_{un}likely.
12039 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
12041         [BZ #16348]
12042         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
12043         1+x for argument with exponent below -67.
12044         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
12045         Likewise.
12046         * math/auto-libm-test-in: Add more tests of exp.
12047         * math/auto-libm-test-out: Regenerated.
12049 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12051         [BZ #16759]
12052         * inet/getnetgrent_r.c (get_nonempty_val): New function.
12053         (nscd_getnetgrent): Use it.
12055         [BZ #16760]
12056         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
12057         of stpcpy.
12059 2014-03-27  Andi Kleen  <ak@linux.intel.com>
12061         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
12062         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12063         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12064         (lll_robust_unlock): Remove out of line section. Use cfi
12065         intrinsics.
12066         (LLL_STUB_UNWIND_INFO*): Remove.
12067         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
12068         (lll_robust_lock, lll_cond_lock, lll_timedlock)
12069         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
12070         (lll_robust_unlock): Remove out of line section. Use cfi
12071         intrinsics.
12072         (LLL_STUB_UNWIND_INFO*): Remove.
12074 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12076         [BZ #16758]
12077         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
12078         blank values.
12080 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
12082         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
12084 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
12086         [BZ #16198]
12087         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
12088         fnstenv.
12089         * math/test-fenv-preserve.c: New file.
12090         * math/Makefile (tests): Add test-fenv-preserve.
12092 2014-03-26  Will Newton <will.newton@linaro.org>
12094         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
12096 2014-03-25  Roland McGrath  <roland@hack.frob.com>
12098         * scripts/versionlist.awk: Partition the version sets and emit all
12099         GLIBC_* (sorted) before all others (sorted).
12101 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12103         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
12104         GLIBC_2.2.5 version.
12106 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12108         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
12109         calls.
12111         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
12112         previous change.
12114         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12116 2014-03-25  Andreas Schwab  <schwab@suse.de>
12118         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
12119         label to be used after in6ailist is initialized.
12121 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12123         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
12124         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12126 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
12128         [BZ #16357]
12129         [BZ #16599]
12130         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
12131         min_plus_half.
12132         (fp_formats): Update initializers.
12133         (init_fp_formats): Initialize new field.
12134         (output_for_one_input_case): Allow underflow for results up to
12135         min_plus_half.
12136         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
12137         * math/auto-libm-test-in: Don't mark some underflows from asin and
12138         atanh as spurious.
12139         * math/auto-libm-test-out: Regenerated.
12140         * sysdeps/i386/fpu/libm-test-ulps: Update.
12141         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12143 2014-03-25  Andreas Schwab  <schwab@suse.de>
12145         * libio/Makefile (tst-ftell-partial-wide-ENV)
12146         (tst-ftell-active-handler-ENV): Define.
12148 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
12150         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
12152 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12154         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
12156 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12158         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
12159         * sysdeps/x86_64/fpu/multiarch/e_exp.c
12160         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
12162 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
12164         [BZ #16634]
12165         * elf/dl-load.c (open_verify): Add mode parameter.
12166         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
12167         (open_path): Change from boolean 'secure' to complete flag 'mode'
12168         (_dl_map_object): Adjust.
12169         * elf/Makefile (tests): Add tst-dlopen-aout.
12170         * elf/tst-dlopen-aout.c: New test.
12172 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
12174         [BZ #16714]
12175         * sysdeps/unix/sysv/linux/s390/bits/stat.h
12176         (struct stat): Rename member pad0 to __glibc_reserved0.
12178         [BZ #16712]
12179         * sysdeps/s390/s390-32/bits/wordsize.h
12180         (__WORDSIZE32_SIZE_ULONG): New define.
12181         * sysdeps/s390/s390-64/bits/wordsize.h
12182         (__WORDSIZE32_SIZE_ULONG): Likewise.
12183         * sysdeps/generic/stdint.h (SIZE_MAX):
12184         Define as UL if __WORDSIZE32_SIZE_ULONG.
12186         [BZ #16713]
12187         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
12188         (__glibc_reserved0): New variable.
12189         (sa_flags): Change type to int.
12191         * posix/Makefile (before-compile): Use += before-compile instead
12192         of a :=.
12194         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
12195         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
12197 2014-03-20  Andreas Schwab  <schwab@suse.de>
12199         [BZ #16743]
12200         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
12201         non-matching result from nscd.
12203 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
12205         * scripts/bench.py: Moved to ...
12206         * benchtests/scripts/bench.py: ... here.
12207         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
12209 2014-03-24  Andreas Schwab  <schwab@suse.de>
12211         [BZ #16002]
12212         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
12213         alloca_account and account alloca use for struct in6ailist.
12215 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
12217         [BZ #16284]
12218         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
12219         rounding mode to recompute results that overflow to infinity or
12220         underflow to zero.
12221         * math/auto-libm-test-in: Don't mark tests as expected to fail for
12222         bug 16284.
12223         * math/auto-libm-test-out: Regenerated.
12224         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
12225         (ccosh_test): Likewise.
12226         (csin_test_data): Use plus_oflow.
12227         (csin_test): Use ALL_RM_TEST.
12228         (csinh_test_data): Use plus_oflow.
12229         (csinh_test): Use ALL_RM_TEST.
12230         * sysdeps/i386/fpu/libm-test-ulps: Update.
12231         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12233 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
12235         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
12236         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
12237         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
12239         [BZ #16731]
12240         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
12241         when x - 1 is zero.
12242         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
12243         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
12244         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12245         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
12246         argument is 1.
12247         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
12248         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
12249         zero.
12250         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
12251         * sysdeps/i386/fpu/libm-test-ulps: Update.
12252         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12254 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12256         * scripts/bench.pl: Remove file.
12257         * scripts/bench.py: New benchmark script.
12258         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12259         * benchtests/README: Mention python dependency.
12260         * scripts/pylintrc: New file.
12261         * scripts/pylint: New file.
12263         * bits/mathdef.h: Use #ifdef instead of #if.
12264         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12265         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12266         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12267         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12268         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12269         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12271 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12272             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12274         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12275         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12276         and strpbrk-ppc64 objects.
12277         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12278         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12279         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12280         multiarch strpbrk for POWER7.
12281         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12282         multiarch strpbrk for PPC64.
12283         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12284         ifunc selector.
12285         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12286         strpbrk for POWER7.
12288 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12290         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12291         (atan_test): Likewise.
12292         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12293         (atanh_test): Use ALL_RM_TEST.
12294         (atan2_test_data): Likewise.
12295         (cabs_test): Likewise.
12296         (cacosh_test): Likewise.
12297         (carg_test): Likewise.
12298         (casin_test): Likewise.
12299         (casinh_test): Likewise.
12300         (cbrt_test): Likewise.
12301         (csqrt_test): Likewise.
12302         (erf_test): Likewise.
12303         (erfc_test): Likewise.
12304         (pow10_test): Likewise.
12305         (exp2_test): Likewise.
12306         (hypot_test): Likewise.
12307         (j0_test): Likewise.
12308         (j1_test): Likewise.
12309         (lgamma_test): Likewise.
12310         (gamma_test): Likewise.
12311         (sincos_test): Likewise.
12312         (tanh_test): Likewise.
12313         (y0_test): Likewise.
12314         (y1_test): Likewise.
12315         * sysdeps/i386/fpu/libm-test-ulps: Update.
12316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12318 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12320         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12321         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12322         and strcspn-ppc64 objects.
12323         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12324         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12325         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12326         multiarch strcspn for POWER7.
12327         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12328         multiarch strcspn for PPC64.
12329         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12330         ifunc selector.
12331         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12332         strcspn for POWER7.
12334 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12336         * math/gen-libm-test.pl (generate_testfile): Expect only function
12337         name as argument to AUTO_TESTS_* and pass results for all rounding
12338         modes to parse_args.
12339         (parse_auto_input): Separate inputs of automatic tests from
12340         outputs before storing in %auto_tests.
12341         * math/libm-test.inc (acos_test_data): Update call to
12342         AUTO_TESTS_f_f.
12343         (acos_test): Use ALL_RM_TEST.
12344         (acos_tonearest_test_data): Remove.
12345         (acos_test_tonearest): Likewise.
12346         (acos_towardzero_test_data): Likewise.
12347         (acos_test_towardzero): Likewise.
12348         (acos_downward_test_data): Likewise.
12349         (acos_test_downward): Likewise.
12350         (acos_upward_test_data): Likewise.
12351         (acos_test_upward): Likewise.
12352         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12353         (asin_test_data): Likewise.
12354         (asin_test): Use ALL_RM_TEST.
12355         (asin_tonearest_test_data): Remove.
12356         (asin_test_tonearest): Likewise.
12357         (asin_towardzero_test_data): Likewise.
12358         (asin_test_towardzero): Likewise.
12359         (asin_downward_test_data): Likewise.
12360         (asin_test_downward): Likewise.
12361         (asin_upward_test_data): Likewise.
12362         (asin_test_upward): Likewise.
12363         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12364         (atan_test_data): Likewise.
12365         (atanh_test_data): Likewise.
12366         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12367         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12368         (carg_test_data): Likewise.
12369         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12370         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12371         (ccosh_test_data): Likewise.
12372         (cexp_test_data): Likewise.
12373         (clog_test_data): Likewise.
12374         (clog10_test_data): Likewise.
12375         (cos_test_data): Update call to AUTO_TESTS_f_f.
12376         (cos_test): Use ALL_RM_TEST.
12377         (cos_tonearest_test_data): Remove.
12378         (cos_test_tonearest): Likewise.
12379         (cos_towardzero_test_data): Likewise.
12380         (cos_test_towardzero): Likewise.
12381         (cos_downward_test_data): Likewise.
12382         (cos_test_downward): Likewise.
12383         (cos_upward_test_data): Likewise.
12384         (cos_test_upward): Likewise.
12385         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12386         (cosh_test): Use ALL_RM_TEST.
12387         (cosh_tonearest_test_data): Remove.
12388         (cosh_test_tonearest): Likewise.
12389         (cosh_towardzero_test_data): Likewise.
12390         (cosh_test_towardzero): Likewise.
12391         (cosh_downward_test_data): Likewise.
12392         (cosh_test_downward): Likewise.
12393         (cosh_upward_test_data): Likewise.
12394         (cosh_test_upward): Likewise.
12395         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12396         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12397         (ctan_test_data): Likewise.
12398         (ctan_test): Use ALL_RM_TEST.
12399         (ctan_tonearest_test_data): Remove.
12400         (ctan_test_tonearest): Likewise.
12401         (ctan_towardzero_test_data): Likewise.
12402         (ctan_test_towardzero): Likewise.
12403         (ctan_downward_test_data): Likewise.
12404         (ctan_test_downward): Likewise.
12405         (ctan_upward_test_data): Likewise.
12406         (ctan_test_upward): Likewise.
12407         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12408         (ctanh_test): Use ALL_RM_TEST.
12409         (ctanh_tonearest_test_data): Remove.
12410         (ctanh_test_tonearest): Likewise.
12411         (ctanh_towardzero_test_data): Likewise.
12412         (ctanh_test_towardzero): Likewise.
12413         (ctanh_downward_test_data): Likewise.
12414         (ctanh_test_downward): Likewise.
12415         (ctanh_upward_test_data): Likewise.
12416         (ctanh_test_upward): Likewise.
12417         (erf_test_data): Update call to AUTO_TESTS_f_f.
12418         (erfc_test_data): Likewise.
12419         (exp_test_data): Likewise.
12420         (exp_test): Use ALL_RM_TEST.
12421         (exp_tonearest_test_data): Remove.
12422         (exp_test_tonearest): Likewise.
12423         (exp_towardzero_test_data): Likewise.
12424         (exp_test_towardzero): Likewise.
12425         (exp_downward_test_data): Likewise.
12426         (exp_test_downward): Likewise.
12427         (exp_upward_test_data): Likewise.
12428         (exp_test_upward): Likewise.
12429         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12430         (exp10_test): Use ALL_RM_TEST.
12431         (exp10_tonearest_test_data): Remove.
12432         (exp10_test_tonearest): Likewise.
12433         (exp10_towardzero_test_data): Likewise.
12434         (exp10_test_towardzero): Likewise.
12435         (exp10_downward_test_data): Likewise.
12436         (exp10_test_downward): Likewise.
12437         (exp10_upward_test_data): Likewise.
12438         (exp10_test_upward): Likewise.
12439         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12440         (expm1_test_data): Likewise.
12441         (expm1_test): Use ALL_RM_TEST.
12442         (expm1_tonearest_test_data): Remove.
12443         (expm1_test_tonearest): Likewise.
12444         (expm1_towardzero_test_data): Likewise.
12445         (expm1_test_towardzero): Likewise.
12446         (expm1_downward_test_data): Likewise.
12447         (expm1_test_downward): Likewise.
12448         (expm1_upward_test_data): Likewise.
12449         (expm1_test_upward): Likewise.
12450         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12451         (fma_test): Use ALL_RM_TEST.
12452         (fma_towardzero_test_data): Remove.
12453         (fma_test_towardzero): Likewise.
12454         (fma_downward_test_data): Likewise.
12455         (fma_test_downward): Likewise.
12456         (fma_upward_test_data): Likewise.
12457         (fma_test_upward): Likewise.
12458         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12459         (j0_test_data): Update call to AUTO_TESTS_f_f.
12460         (j1_test_data): Likewise.
12461         (jn_test_data): Update call to AUTO_TESTS_if_f.
12462         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12463         (log_test_data): Update call to AUTO_TESTS_f_f.
12464         (log10_test_data): Likewise.
12465         (log1p_test_data): Likewise.
12466         (log2_test_data): Likewise.
12467         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12468         (pow_tonearest_test_data): Likewise.
12469         (sin_test_data): Update call to AUTO_TESTS_f_f.
12470         (sin_test): Use ALL_RM_TEST.
12471         (sin_tonearest_test_data): Remove.
12472         (sin_test_tonearest): Likewise.
12473         (sin_towardzero_test_data): Likewise.
12474         (sin_test_towardzero): Likewise.
12475         (sin_downward_test_data): Likewise.
12476         (sin_test_downward): Likewise.
12477         (sin_upward_test_data): Likewise.
12478         (sin_test_upward): Likewise.
12479         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12480         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12481         (sinh_test): Use ALL_RM_TEST.
12482         (sinh_tonearest_test_data): Remove.
12483         (sinh_test_tonearest): Likewise.
12484         (sinh_towardzero_test_data): Likewise.
12485         (sinh_test_towardzero): Likewise.
12486         (sinh_downward_test_data): Likewise.
12487         (sinh_test_downward): Likewise.
12488         (sinh_upward_test_data): Likewise.
12489         (sinh_test_upward): Likewise.
12490         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12491         (sqrt_test): Use ALL_RM_TEST.
12492         (sqrt_tonearest_test_data): Remove.
12493         (sqrt_test_tonearest): Likewise.
12494         (sqrt_towardzero_test_data): Likewise.
12495         (sqrt_test_towardzero): Likewise.
12496         (sqrt_downward_test_data): Likewise.
12497         (sqrt_test_downward): Likewise.
12498         (sqrt_upward_test_data): Likewise.
12499         (sqrt_test_upward): Likewise.
12500         (tan_test_data): Update call to AUTO_TESTS_f_f.
12501         (tan_test): Use ALL_RM_TEST.
12502         (tan_tonearest_test_data): Remove.
12503         (tan_test_tonearest): Likewise.
12504         (tan_towardzero_test_data): Likewise.
12505         (tan_test_towardzero): Likewise.
12506         (tan_downward_test_data): Likewise.
12507         (tan_test_downward): Likewise.
12508         (tan_upward_test_data): Likewise.
12509         (tan_test_upward): Likewise.
12510         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12511         (tgamma_test_data): Likewise.
12512         (y0_test_data): Likewise.
12513         (y1_test_data): Likewise.
12514         (yn_test_data): Update call to AUTO_TESTS_if_f.
12515         (main): Do not call removed functions.
12517 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12519         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12520         (ldexp_test_data): Remove.
12521         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12522         scalbn_test_data.
12523         (scalb_test): Use ALL_RM_TEST.
12525 2014-03-19  Andreas Schwab  <schwab@suse.de>
12527         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12529 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12531         [BZ #16649]
12532         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12533         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12534         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12535         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12536         (__ASSUME_PREADV): Undefine.
12537         (__ASSUME_PWRITEV): Likewise.
12539 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12541         * bits/mman-linux.h: Add comment about non-Linux use.
12542         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12543         bits/mman-linux.h resting place.
12545         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12546         * bits/mman-linux.h: ... here.
12548 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12550         * conform/conformtest.pl: Add standard definition when calling C
12551         preprocessor on data files.
12552         (checknamespace): Remove unused variable.
12554 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12556         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12557         minus_oflow, plus_uflow and minus_uflow in expected results.
12558         * math/libm-test.inc (scalbn_test_data): Add more tests of
12559         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12560         minus_uflow.
12561         (scalbn_test): Use ALL_RM_TEST.
12562         (scalbln_test_data): Add more tests of negative arguments.  Use
12563         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12564         (scalbln_test): Use ALL_RM_TEST.
12566 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12568         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12570 2014-03-18  Will Newton  <will.newton@linaro.org>
12572         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12573         inaccurate comment.
12575 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12577         * Makerules [!subdir] (check-abi): Exit with error status if a
12578         test failed.
12580 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12582         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12583         for rint.  Include results for all rounding modes.
12584         (nearbyint_test): Use ALL_RM_TEST.
12585         (rint_test_data): Include all tests used for nearbyint.
12587 2014-03-17  Will Newton  <will.newton@linaro.org>
12589         * nptl/sysdeps/pthread/pthread.h: Revert previous
12590         change.
12592         * sysdeps/generic/ldsodefs.h: Revert previous
12593         change.
12595         * libio/genops.c: Revert previous change.
12596         * libio/libioP.h: Likewise.
12597         * stdio-common/vfprintf.c: Likewise.
12599         * sysdeps/generic/math_private.h: Revert previous
12600         change.
12602         * sysdeps/generic/math_private.h: Check whether
12603         HAVE_RM_CTX is defined with #ifdef rather
12604         than #if.
12606         * argp/argp-fmtstream.h: Check whether
12607         __STRICT_ANSI__ is defined with #ifdef rather
12608         than #if.
12609         * argp/argp.h: Likewise.
12611         * libio/genops.c: Check whether
12612         _IO_JUMPS_OFFSET is defined with #ifdef rather
12613         than #if.
12614         * libio/libioP.h: Likewise.
12615         * stdio-common/vfprintf.c: Likewise.
12617         * sysdeps/generic/ldsodefs.h: Check whether
12618         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12619         than #if.
12621         * nptl/sysdeps/pthread/pthread.h: Check
12622         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12623         its value.
12625 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12627         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12628         setting O_APPEND.
12629         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12630         test case.
12632         [BZ #16680]
12633         * libio/fileops.c (_IO_file_open): Seek to end of file but
12634         don't cache the offset.
12635         (get_file_offset): Remove function.
12636         (do_ftell): Use cached offset when available.
12637         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12638         don't cache the offset.
12639         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12640         case.
12641         (do_one_test): Call it.
12642         (do_ftell_test): Fix up expected old offset for a+ mode.
12643         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12644         available.
12646         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12647         up test status with function return status.
12648         (do_write_test): Likewise.
12649         (do_append_test): Likewise.
12651         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12652         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12653         Remove.
12655 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12657         * math/gen-libm-test.pl (parse_args): Handle results specified for
12658         each rounding mode separately.
12659         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12660         tests and results from lrint_tonearest_test_data,
12661         lrint_towardzero_test_data, lrint_downward_test_data and
12662         lrint_upward_test_data.
12663         (lrint_test): Use ALL_RM_TEST.
12664         (lrint_tonearest_test_data): Remove.
12665         (lrint_test_tonearest): Likewise.
12666         (lrint_towardzero_test_data): Likewise.
12667         (lrint_test_towardzero): Likewise.
12668         (lrint_downward_test_data): Likewise.
12669         (lrint_test_downward): Likewise.
12670         (lrint_upward_test_data): Likewise.
12671         (lrint_test_upward): Likewise.
12672         (llrint_test_data): Merge in per-rounding-mode tests and results
12673         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12674         llrint_downward_test_data and llrint_upward_test_data.
12675         (llrint_test): Use ALL_RM_TEST.
12676         (llrint_tonearest_test_data): Remove.
12677         (llrint_test_tonearest): Likewise.
12678         (llrint_towardzero_test_data): Likewise.
12679         (llrint_test_towardzero): Likewise.
12680         (llrint_downward_test_data): Likewise.
12681         (llrint_test_downward): Likewise.
12682         (llrint_upward_test_data): Likewise.
12683         (llrint_test_upward): Likewise.
12684         (rint_test_data): Merge in per-rounding-mode tests and results
12685         from rint_tonearest_test_data, rint_towardzero_test_data,
12686         rint_downward_test_data and rint_upward_test_data.  Add
12687         per-rounding-mode results for tests not in those arrays.
12688         (rint_test): Use ALL_RM_TEST.
12689         (rint_tonearest_test_data): Remove.
12690         (rint_test_tonearest): Likewise.
12691         (rint_towardzero_test_data): Likewise.
12692         (rint_test_towardzero): Likewise.
12693         (rint_downward_test_data): Likewise.
12694         (rint_test_downward): Likewise.
12695         (rint_upward_test_data): Likewise.
12696         (rint_test_upward): Likewise.
12697         (main): Don't call removed functions.
12699 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12701         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12702         "Compiled on ..." crapola.  It is anti-useful.
12704 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12706         * scripts/evaluate-test.sh: Handle fourth argument to determine
12707         whether test run should stop on failure.
12708         * Makeconfig (stop-on-test-failure): New variable.
12709         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12710         $(stop-on-test-failure).
12711         * Makefile (tests): Give a summary of results from testing and
12712         exit with failure status if they include an ERROR or FAIL.
12713         (xtests): Likewise.
12714         * manual/install.texi (Configuring and compiling): Mention
12715         stop-on-test-failure=y.
12716         * INSTALL: Regenerated.
12718 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12720         * scripts/versionlist.awk: New file.
12721         * Makerules [$(build-shared) = yes]
12722         (postclean-generated): Add Versions.def, not Versions.def.v and
12723         Versions.def.v.i.
12724         ($(common-objpfx)Versions.def.v.i): Target removed.
12725         ($(common-objpfx)Versions.def): New target.
12726         ($(common-objpfx)Versions.all): Depend on that rather that
12727         $(common-objpfx)Versions.def.v.
12728         * Versions.def: File removed.
12730         * Makeconfig (+gccwarn): Add -Wundef.
12731         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12732         a dl-sysdep.h breaking its contract.
12733         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12734         * include/stackinfo.h: New file.
12735         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12736         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12737         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12738         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12739         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12740         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12741         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12742         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12743         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12744         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12745         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12746         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12747         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12748         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12749         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12751 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12753         [BZ #16707]
12754         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12755         implementation.
12756         * math/libm-test.inc (round_test_data): Add more tests.
12758         [BZ #16706]
12759         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12760         implementation.
12761         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12763         [BZ #16701]
12764         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12765         implementation.
12766         * math/libm-test.inc (ceil_test_data): Add more tests.
12768         * math/libm-test.inc (trunc_test_data): Add more tests related to
12769         BZ#16414.
12771 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12773         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12774         with #if rather than #ifdef.
12775         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12777 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12779         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12780         first.  Disable AVX-512 GCC support if assembler doesn't support
12781         it.
12782         * sysdeps/x86_64/configure: Regenerated.
12784 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12786         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12787         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12788         (__old_pthread_attr_setstack): Likewise.
12789         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12790         [!_STACK_GROWS_DOWN]: Likewise.
12792 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12794         * config.make.in (have-bash2): Delete.
12795         * configure.ac (libc_cv_have_bash2): Delete.
12796         * configure: Regenerate.
12797         * elf/Makefile (common-ldd-rewrite): Rename to ...
12798         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12799         (sh-ldd-rewrite): Delete.
12800         (bash-ldd-rewrite): Delete.
12801         (have-bash2): Delete checks.
12802         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12803         ldd-rewrite.
12805         * config.make.in (have-ksh): Delete.
12806         (KSH): Delete.
12807         * configure.ac (libc_cv_have_ksh): Delete.
12808         * configure: Regenerate.
12810         * elf/Makefile: Delete $(have-ksh) check.
12811         ($(objpfx)sotruss): Change KSH to BASH.
12812         * elf/sotruss.ksh: Rename to ...
12813         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12814         function style to match POSIX.  Drop ksh vim mode setting.
12816         * manual/time.texi (Specifying the Time Zone with TZ): Change
12817         Tuesday to Thursday.
12819         * debug/tst-longjmp_chk2.c: Update header comment.
12820         (stackoverflow_handler): Add comment.  Call assert on pass value.
12822 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12824         [BZ #16194]
12825         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12826         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12827         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12828         (La_x86_64_vector): Add zmm.
12829         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12830         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12831         ($(objpfx)tst-audit10): New target.
12832         ($(objpfx)tst-audit10.out): Likewise.
12833         (tst-audit10-ENV): New.
12834         (AVX512-CFLAGS): Likewise.
12835         (CFLAGS-tst-audit10.c): Likewise.
12836         (CFLAGS-tst-auditmod10a.c): Likewise.
12837         (CFLAGS-tst-auditmod10b.c): Likewise.
12838         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12839         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12840         * sysdeps/x86_64/configure: Regenerated.
12841         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12842         AVX-512 zmm register support.
12843         (_dl_x86_64_save_sse): Likewise.
12844         (_dl_x86_64_restore_sse): Likewise.
12845         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12846         size vector registers.
12847         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12848         (ZMM_SIZE): Likewise.
12849         * sysdeps/x86_64/tst-audit10.c: New file.
12850         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12851         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12853 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12855         * configure.ac (HAVE_EHDR_START): New check.
12856         * configure: Regenerated.
12857         * config.h.in (HAVE_EHDR_START): New #undef.
12858         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12859         assuming the lowest-addressed segment maps the start of the file.
12861 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12863         * INSTALL: Regenerated.
12865 2014-03-13  Will Newton  <will.newton@linaro.org>
12867         * manual/setjmp.texi (System V contexts): Improve
12868         clarity and grammar of documentation.
12870 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12872         [BZ #16381]
12873         * elf/Makefile (tests): Add tst-pie2.
12874         (tests-pie): Add tst-pie2.
12875         * elf/tst-pie2.c: New file.
12876         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12877         for ET_EXEC.
12878         * elf/rtld.c (map_doit): Load executable as lt_executable.
12879         (dl_main): Likewise.
12881 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12883         [BZ #16642]
12884         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12885         (__ASSUME_PSELECT): Undefine.
12887 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12889         [BZ #16689]
12890         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12891         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12892         static build.
12893         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12894         selector for static builds.
12896 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12898         [BZ #16695]
12899         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12900         key in the buffer.
12902 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12904         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12905         IFUNC selector for static builds.
12907 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12909         * sysdeps/mips/math_private.h [__mips_hard_float]
12910         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12911         libc_feresetround_mips_ctx.
12912         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12913         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12914         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12916         [BZ #16677]
12917         * math/s_nextafter.c (__nextafter): Do not return value from
12918         overflowing computation.
12919         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12920         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12921         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12922         Likewise.
12923         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12924         Likewise.
12925         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12926         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12928 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12930         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12931         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12932         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12933         the new mov targetting sp.
12935 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12937         [BZ #16683]
12938         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12939         Define it for static builds as well.
12940         (NO_BZERO_IMPL): Likewise.
12942 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12944         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12945         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12946         multiarch strspn for PPC64.
12947         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12948         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12949         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12950         (__libc_ifunc_impl_list): Likewise.
12951         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12952         multiarch optimizations
12953         * string/strspn.c (strspn): Using macro to redefine symbol name.
12955 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12956             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12958         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12959         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12960         multiarch strncat for PPC64.
12961         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12962         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12963         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12964         (__libc_ifunc_impl_list): Likewise.
12965         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12966         multiarch optimizations
12968 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12970         [BZ #16639]
12971         * nscd/nscd.service: Make service type forking.
12973 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12975         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12976         sign in non default rounding modes.
12977         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12979 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12981         * math/libm-test.inc (ALL_RM_TEST): New macro.
12982         (ceil_test): Use ALL_RM_TEST.
12983         (cimag_test): Likewise.
12984         (conj_test): Likewise.
12985         (copysign_test): Likewise.
12986         (cproj_test): Likewise.
12987         (creal_test): Likewise.
12988         (fabs_test): Likewise.
12989         (floor_test): Likewise.
12990         (fmax_test): Likewise.
12991         (fmin_test): Likewise.
12992         (fmod_test): Likewise.
12993         (fpclassify_test): Likewise.
12994         (frexp_test): Likewise.
12995         (ilogb_test): Likewise.
12996         (isfinite_test): Likewise.
12997         (finite_test): Likewise.
12998         (isgreater_test): Likewise.
12999         (isgreaterequal_test): Likewise.
13000         (isinf_test): Likewise.
13001         (isless_test): Likewise.
13002         (islessequal_test): Likewise.
13003         (islessgreater_test): Likewise.
13004         (isnan_test): Likewise.
13005         (isnormal_test): Likewise.
13006         (issignaling_test): Likewise.
13007         (isunordered_test): Likewise.
13008         (logb_test): Likewise.
13009         (logb_downward_test_data): Remove.
13010         (logb_test_downward): Likewise.
13011         (lround_test): Use ALL_RM_TEST.
13012         (llround_test): Likewise.
13013         (modf_test): Likewise.
13014         (nexttoward_test): Likewise.
13015         (remainder_test): Likewise.
13016         (drem_test): Likewise.
13017         (remainder_tonearest_test_data): Likewise.
13018         (remainder_test_tonearest): Likewise.
13019         (drem_test_tonearest): Likewise.
13020         (remainder_towardzero_test_data): Likewise.
13021         (remainder_test_towardzero): Likewise.
13022         (drem_test_towardzero): Likewise.
13023         (remainder_downward_test_data): Likewise.
13024         (remainder_test_downward): Likewise.
13025         (drem_test_downward): Likewise.
13026         (remainder_upward_test_data): Likewise.
13027         (remainder_test_upward): Likewise.
13028         (drem_test_upward): Likewise.
13029         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
13030         (round_test): Use ALL_RM_TEST.
13031         (signbit_test): Likewise.
13032         (trunc_test): Likewise.
13033         (significand_test): Likewise.
13034         (main): Don't call removed functions.
13036 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13038         [BZ #16674]
13039         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
13040         || __USE_XOPEN2K8].
13041         (ILL_ILLOPN): Likewise.
13042         (ILL_ILLADR): Likewise.
13043         (ILL_ILLTRP): Likewise.
13044         (ILL_PRVOPC): Likewise.
13045         (ILL_PRVREG): Likewise.
13046         (ILL_COPROC): Likewise.
13047         (ILL_BADSTK): Likewise.
13048         (FPE_INTDIV): Likewise.
13049         (FPE_INTOVF): Likewise.
13050         (FPE_FLTDIV): Likewise.
13051         (FPE_FLTOVF): Likewise.
13052         (FPE_FLTUND): Likewise.
13053         (FPE_FLTRES): Likewise.
13054         (FPE_FLTINV): Likewise.
13055         (FPE_FLTSUB): Likewise.
13056         (SEGV_MAPERR): Likewise.
13057         (SEGV_ACCERR): Likewise.
13058         (BUS_ADRALN): Likewise.
13059         (BUS_ADRERR): Likewise.
13060         (BUS_OBJERR): Likewise.
13061         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13062         (TRAP_TRACE): Likewise.
13063         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13064         __USE_XOPEN2K8].
13065         (CLD_KILLED): Likewise.
13066         (CLD_DUMPED): Likewise.
13067         (CLD_TRAPPED): Likewise.
13068         (CLD_STOPPED): Likewise.
13069         (CLD_CONTINUED): Likewise.
13070         (POLL_IN): Likewise.
13071         (POLL_OUT): Likewise.
13072         (POLL_MSG): Likewise.
13073         (POLL_ERR): Likewise.
13074         (POLL_PRI): Likewise.
13075         (POLL_HUP): Likewise.
13076         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
13077         Likewise.
13078         (ILL_ILLOPN): Likewise.
13079         (ILL_ILLADR): Likewise.
13080         (ILL_ILLTRP): Likewise.
13081         (ILL_PRVOPC): Likewise.
13082         (ILL_PRVREG): Likewise.
13083         (ILL_COPROC): Likewise.
13084         (ILL_BADSTK): Likewise.
13085         (FPE_INTDIV): Likewise.
13086         (FPE_INTOVF): Likewise.
13087         (FPE_FLTDIV): Likewise.
13088         (FPE_FLTOVF): Likewise.
13089         (FPE_FLTUND): Likewise.
13090         (FPE_FLTRES): Likewise.
13091         (FPE_FLTINV): Likewise.
13092         (FPE_FLTSUB): Likewise.
13093         (SEGV_MAPERR): Likewise.
13094         (SEGV_ACCERR): Likewise.
13095         (BUS_ADRALN): Likewise.
13096         (BUS_ADRERR): Likewise.
13097         (BUS_OBJERR): Likewise.
13098         (BUS_MCEERR_AR): Likewise.
13099         (BUS_MCEERR_AO): Likewise.
13100         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13101         (TRAP_TRACE): Likewise.
13102         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13103         __USE_XOPEN2K8].
13104         (CLD_KILLED): Likewise.
13105         (CLD_DUMPED): Likewise.
13106         (CLD_TRAPPED): Likewise.
13107         (CLD_STOPPED): Likewise.
13108         (CLD_CONTINUED): Likewise.
13109         (POLL_IN): Likewise.
13110         (POLL_OUT): Likewise.
13111         (POLL_MSG): Likewise.
13112         (POLL_ERR): Likewise.
13113         (POLL_PRI): Likewise.
13114         (POLL_HUP): Likewise.
13115         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
13116         (ILL_ILLOPN): Likewise.
13117         (ILL_ILLADR): Likewise.
13118         (ILL_ILLTRP): Likewise.
13119         (ILL_PRVOPC): Likewise.
13120         (ILL_PRVREG): Likewise.
13121         (ILL_COPROC): Likewise.
13122         (ILL_BADSTK): Likewise.
13123         (FPE_INTDIV): Likewise.
13124         (FPE_INTOVF): Likewise.
13125         (FPE_FLTDIV): Likewise.
13126         (FPE_FLTOVF): Likewise.
13127         (FPE_FLTUND): Likewise.
13128         (FPE_FLTRES): Likewise.
13129         (FPE_FLTINV): Likewise.
13130         (FPE_FLTSUB): Likewise.
13131         (SEGV_MAPERR): Likewise.
13132         (SEGV_ACCERR): Likewise.
13133         (BUS_ADRALN): Likewise.
13134         (BUS_ADRERR): Likewise.
13135         (BUS_OBJERR): Likewise.
13136         (BUS_MCEERR_AR): Likewise.
13137         (BUS_MCEERR_AO): Likewise.
13138         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13139         (TRAP_TRACE): Likewise.
13140         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13141         __USE_XOPEN2K8].
13142         (CLD_KILLED): Likewise.
13143         (CLD_DUMPED): Likewise.
13144         (CLD_TRAPPED): Likewise.
13145         (CLD_STOPPED): Likewise.
13146         (CLD_CONTINUED): Likewise.
13147         (POLL_IN): Likewise.
13148         (POLL_OUT): Likewise.
13149         (POLL_MSG): Likewise.
13150         (POLL_ERR): Likewise.
13151         (POLL_PRI): Likewise.
13152         (POLL_HUP): Likewise.
13153         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
13154         Likewise.
13155         (ILL_ILLOPN): Likewise.
13156         (ILL_ILLADR): Likewise.
13157         (ILL_ILLTRP): Likewise.
13158         (ILL_PRVOPC): Likewise.
13159         (ILL_PRVREG): Likewise.
13160         (ILL_COPROC): Likewise.
13161         (ILL_BADSTK): Likewise.
13162         (ILL_BADIADDR): Likewise.
13163         (ILL_BREAK): Likewise.
13164         (FPE_INTDIV): Likewise.
13165         (FPE_INTOVF): Likewise.
13166         (FPE_FLTDIV): Likewise.
13167         (FPE_FLTOVF): Likewise.
13168         (FPE_FLTUND): Likewise.
13169         (FPE_FLTRES): Likewise.
13170         (FPE_FLTINV): Likewise.
13171         (FPE_FLTSUB): Likewise.
13172         (FPE_DECOVF): Likewise.
13173         (FPE_DECDIV): Likewise.
13174         (FPE_DECERR): Likewise.
13175         (FPE_INVASC): Likewise.
13176         (FPE_INVDEC): Likewise.
13177         (SEGV_MAPERR): Likewise.
13178         (SEGV_ACCERR): Likewise.
13179         (SEGV_PSTKOVF): Likewise.
13180         (BUS_ADRALN): Likewise.
13181         (BUS_ADRERR): Likewise.
13182         (BUS_OBJERR): Likewise.
13183         (BUS_MCEERR_AR): Likewise.
13184         (BUS_MCEERR_AO): Likewise.
13185         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13186         (TRAP_TRACE): Likewise.
13187         (TRAP_BRANCH): Likewise.
13188         (TRAP_HWBKPT): Likewise.
13189         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13190         __USE_XOPEN2K8].
13191         (CLD_KILLED): Likewise.
13192         (CLD_DUMPED): Likewise.
13193         (CLD_TRAPPED): Likewise.
13194         (CLD_STOPPED): Likewise.
13195         (CLD_CONTINUED): Likewise.
13196         (POLL_IN): Likewise.
13197         (POLL_OUT): Likewise.
13198         (POLL_MSG): Likewise.
13199         (POLL_ERR): Likewise.
13200         (POLL_PRI): Likewise.
13201         (POLL_HUP): Likewise.
13202         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
13203         (ILL_ILLOPN): Likewise.
13204         (ILL_ILLADR): Likewise.
13205         (ILL_ILLTRP): Likewise.
13206         (ILL_PRVOPC): Likewise.
13207         (ILL_PRVREG): Likewise.
13208         (ILL_COPROC): Likewise.
13209         (ILL_BADSTK): Likewise.
13210         (FPE_INTDIV): Likewise.
13211         (FPE_INTOVF): Likewise.
13212         (FPE_FLTDIV): Likewise.
13213         (FPE_FLTOVF): Likewise.
13214         (FPE_FLTUND): Likewise.
13215         (FPE_FLTRES): Likewise.
13216         (FPE_FLTINV): Likewise.
13217         (FPE_FLTSUB): Likewise.
13218         (SEGV_MAPERR): Likewise.
13219         (SEGV_ACCERR): Likewise.
13220         (BUS_ADRALN): Likewise.
13221         (BUS_ADRERR): Likewise.
13222         (BUS_OBJERR): Likewise.
13223         (BUS_MCEERR_AR): Likewise.
13224         (BUS_MCEERR_AO): Likewise.
13225         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13226         (TRAP_TRACE): Likewise.
13227         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13228         __USE_XOPEN2K8].
13229         (CLD_KILLED): Likewise.
13230         (CLD_DUMPED): Likewise.
13231         (CLD_TRAPPED): Likewise.
13232         (CLD_STOPPED): Likewise.
13233         (CLD_CONTINUED): Likewise.
13234         (POLL_IN): Likewise.
13235         (POLL_OUT): Likewise.
13236         (POLL_MSG): Likewise.
13237         (POLL_ERR): Likewise.
13238         (POLL_PRI): Likewise.
13239         (POLL_HUP): Likewise.
13240         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
13241         (ILL_ILLOPN): Likewise.
13242         (ILL_ILLADR): Likewise.
13243         (ILL_ILLTRP): Likewise.
13244         (ILL_PRVOPC): Likewise.
13245         (ILL_PRVREG): Likewise.
13246         (ILL_COPROC): Likewise.
13247         (ILL_BADSTK): Likewise.
13248         (FPE_INTDIV): Likewise.
13249         (FPE_INTOVF): Likewise.
13250         (FPE_FLTDIV): Likewise.
13251         (FPE_FLTOVF): Likewise.
13252         (FPE_FLTUND): Likewise.
13253         (FPE_FLTRES): Likewise.
13254         (FPE_FLTINV): Likewise.
13255         (FPE_FLTSUB): Likewise.
13256         (SEGV_MAPERR): Likewise.
13257         (SEGV_ACCERR): Likewise.
13258         (BUS_ADRALN): Likewise.
13259         (BUS_ADRERR): Likewise.
13260         (BUS_OBJERR): Likewise.
13261         (BUS_MCEERR_AR): Likewise.
13262         (BUS_MCEERR_AO): Likewise.
13263         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13264         (TRAP_TRACE): Likewise.
13265         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13266         __USE_XOPEN2K8].
13267         (CLD_KILLED): Likewise.
13268         (CLD_DUMPED): Likewise.
13269         (CLD_TRAPPED): Likewise.
13270         (CLD_STOPPED): Likewise.
13271         (CLD_CONTINUED): Likewise.
13272         (POLL_IN): Likewise.
13273         (POLL_OUT): Likewise.
13274         (POLL_MSG): Likewise.
13275         (POLL_ERR): Likewise.
13276         (POLL_PRI): Likewise.
13277         (POLL_HUP): Likewise.
13278         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13279         (ILL_ILLOPN): Likewise.
13280         (ILL_ILLADR): Likewise.
13281         (ILL_ILLTRP): Likewise.
13282         (ILL_PRVOPC): Likewise.
13283         (ILL_PRVREG): Likewise.
13284         (ILL_COPROC): Likewise.
13285         (ILL_BADSTK): Likewise.
13286         (FPE_INTDIV): Likewise.
13287         (FPE_INTOVF): Likewise.
13288         (FPE_FLTDIV): Likewise.
13289         (FPE_FLTOVF): Likewise.
13290         (FPE_FLTUND): Likewise.
13291         (FPE_FLTRES): Likewise.
13292         (FPE_FLTINV): Likewise.
13293         (FPE_FLTSUB): Likewise.
13294         (SEGV_MAPERR): Likewise.
13295         (SEGV_ACCERR): Likewise.
13296         (BUS_ADRALN): Likewise.
13297         (BUS_ADRERR): Likewise.
13298         (BUS_OBJERR): Likewise.
13299         (BUS_MCEERR_AR): Likewise.
13300         (BUS_MCEERR_AO): Likewise.
13301         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13302         (TRAP_TRACE): Likewise.
13303         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13304         __USE_XOPEN2K8].
13305         (CLD_KILLED): Likewise.
13306         (CLD_DUMPED): Likewise.
13307         (CLD_TRAPPED): Likewise.
13308         (CLD_STOPPED): Likewise.
13309         (CLD_CONTINUED): Likewise.
13310         (POLL_IN): Likewise.
13311         (POLL_OUT): Likewise.
13312         (POLL_MSG): Likewise.
13313         (POLL_ERR): Likewise.
13314         (POLL_PRI): Likewise.
13315         (POLL_HUP): Likewise.
13316         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13317         (ILL_ILLOPN): Likewise.
13318         (ILL_ILLADR): Likewise.
13319         (ILL_ILLTRP): Likewise.
13320         (ILL_PRVOPC): Likewise.
13321         (ILL_PRVREG): Likewise.
13322         (ILL_COPROC): Likewise.
13323         (ILL_BADSTK): Likewise.
13324         (ILL_DBLFLT): Likewise.
13325         (ILL_HARDWALL): Likewise.
13326         (FPE_INTDIV): Likewise.
13327         (FPE_INTOVF): Likewise.
13328         (FPE_FLTDIV): Likewise.
13329         (FPE_FLTOVF): Likewise.
13330         (FPE_FLTUND): Likewise.
13331         (FPE_FLTRES): Likewise.
13332         (FPE_FLTINV): Likewise.
13333         (FPE_FLTSUB): Likewise.
13334         (SEGV_MAPERR): Likewise.
13335         (SEGV_ACCERR): Likewise.
13336         (BUS_ADRALN): Likewise.
13337         (BUS_ADRERR): Likewise.
13338         (BUS_OBJERR): Likewise.
13339         (BUS_MCEERR_AR): Likewise.
13340         (BUS_MCEERR_AO): Likewise.
13341         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13342         (TRAP_TRACE): Likewise.
13343         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13344         __USE_XOPEN2K8].
13345         (CLD_KILLED): Likewise.
13346         (CLD_DUMPED): Likewise.
13347         (CLD_TRAPPED): Likewise.
13348         (CLD_STOPPED): Likewise.
13349         (CLD_CONTINUED): Likewise.
13350         (POLL_IN): Likewise.
13351         (POLL_OUT): Likewise.
13352         (POLL_MSG): Likewise.
13353         (POLL_ERR): Likewise.
13354         (POLL_PRI): Likewise.
13355         (POLL_HUP): Likewise.
13356         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
13357         (ILL_ILLOPN): Likewise.
13358         (ILL_ILLADR): Likewise.
13359         (ILL_ILLTRP): Likewise.
13360         (ILL_PRVOPC): Likewise.
13361         (ILL_PRVREG): Likewise.
13362         (ILL_COPROC): Likewise.
13363         (ILL_BADSTK): Likewise.
13364         (FPE_INTDIV): Likewise.
13365         (FPE_INTOVF): Likewise.
13366         (FPE_FLTDIV): Likewise.
13367         (FPE_FLTOVF): Likewise.
13368         (FPE_FLTUND): Likewise.
13369         (FPE_FLTRES): Likewise.
13370         (FPE_FLTINV): Likewise.
13371         (FPE_FLTSUB): Likewise.
13372         (SEGV_MAPERR): Likewise.
13373         (SEGV_ACCERR): Likewise.
13374         (BUS_ADRALN): Likewise.
13375         (BUS_ADRERR): Likewise.
13376         (BUS_OBJERR): Likewise.
13377         (BUS_MCEERR_AR): Likewise.
13378         (BUS_MCEERR_AO): Likewise.
13379         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13380         (TRAP_TRACE): Likewise.
13381         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13382         __USE_XOPEN2K8].
13383         (CLD_KILLED): Likewise.
13384         (CLD_DUMPED): Likewise.
13385         (CLD_TRAPPED): Likewise.
13386         (CLD_STOPPED): Likewise.
13387         (CLD_CONTINUED): Likewise.
13388         (POLL_IN): Likewise.
13389         (POLL_OUT): Likewise.
13390         (POLL_MSG): Likewise.
13391         (POLL_ERR): Likewise.
13392         (POLL_PRI): Likewise.
13393         (POLL_HUP): Likewise.
13394         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13395         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13397         [BZ #16670]
13398         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13399         before #include of <time.h>.
13400         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13401         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13402         (test-xfail-UNIX98/sched.h/conform): Likewise.
13404 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13406         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13407         error absence of trapping exception support.
13408         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13410 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13412         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13413         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13414         * timezone/Makefile (testdata): Move definition above include of
13415         Rules.
13416         (test-zones): New variable.
13417         (tests-special): Add zone files.
13418         (build-testdata): Use $(evaluate-test).
13420         * elf/Makefile (tests-special): Rename tests to end with .out.
13421         ($(objpfx)noload-mem): Likewise.
13422         ($(objpfx)tst-leaks1-mem): Likewise.
13423         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13424         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13425         $(objpfx)test-iconvconfig.out.
13426         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13427         set -e inside subshell and redirect output to file.
13428         * iconvdata/Makefile (generated): Rename tests to end with .out.
13429         Correct type.
13430         (tests-special): Rename tests to end with .out.
13431         ($(objpfx)mtrace-tst-loading): Likewise.
13432         * intl/Makefile (generated): Likewise.
13433         (tests-special): Likewise.
13434         ($(objpfx)mtrace-tst-gettext): Likewise.
13435         * misc/Makefile (generated): Likewise.
13436         (tests-special): Likewise.
13437         ($(objpfx)tst-error1-mem): Likewise.
13438         * nptl/Makefile (tests-special): Likewise.
13439         ($(objpfx)tst-stack3-mem): Likewise.
13440         (generated): Likewise.
13441         * posix/Makefile (generated): Likewise.
13442         (tests-special): Likewise.
13443         (xtests-special): Likewise.
13444         ($(objpfx)tst-fnmatch-mem): Likewise.
13445         ($(objpfx)bug-regex2-mem): Likewise.
13446         ($(objpfx)bug-regex14-mem): Likewise.
13447         ($(objpfx)bug-regex21-mem): Likewise.
13448         ($(objpfx)bug-regex31-mem): Likewise.
13449         ($(objpfx)tst-vfork3-mem): Likewise.
13450         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13451         ($(objpfx)tst-pcre-mem): Likewise.
13452         ($(objpfx)tst-boost-mem): Likewise.
13453         ($(objpfx)bug-ga2-mem): Likewise.
13454         ($(objpfx)bug-glob2-mem): Likewise.
13455         * resolv/Makefile (generate): Likewise.
13456         (tests-special): Likewise.
13457         (xtests-special): Likewise.
13458         (generated): Likewise.
13459         ($(objpfx)mtrace-tst-leaks): Likewise.
13460         ($(objpfx)mtrace-tst-leaks2): Likewise.
13462         * scripts/merge-test-results.sh: New file.
13463         * Makefile (tests-special-notdir): New variable.
13464         (tests): Run merge-test-results.sh.
13465         (xtests): Likewise.
13466         * Rules (tests-special-notdir): New variable.
13467         (xtests-special-notdir): Likewise.
13468         (tests): Run merge-test-results.sh
13469         (xtests): Likewise.
13471         * Makeconfig (test-xfail-name): New variable.
13472         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13473         compute variable name for expected failures.
13474         * conform/Makefile (conformtest-headers-data): New variable.
13475         (conformtest-standards): Likewise.
13476         (conformtest-headers-ISO): Likewise.
13477         (conformtest-headers-ISO99): Likewise.
13478         (conformtest-headers-ISO11): Likewise.
13479         (conformtest-headers-POSIX): Likewise.
13480         (conformtest-headers-XPG3): Likewise.
13481         (conformtest-headers-XPG4): Likewise.
13482         (conformtest-headers-UNIX98): Likewise.
13483         (conformtest-headers-XOPEN2K): Likewise.
13484         (conformtest-headers-POSIX2008): Likewise.
13485         (conformtest-headers-XOPEN2K8): Likewise.
13486         (conformtest-header-list-base): Likewise.
13487         (conformtest-header-list-tests): Likewise.
13488         (conformtest-header-base): Likewise.
13489         (conformtest-header-tests): Likewise.
13490         (tests-special): Add $(conformtest-header-list-tests).  If
13491         [$(fast-check) && !$(cross-compiling)], add
13492         $(conformtest-header-tests) instead of
13493         $(objpfx)run-conformtest.out.
13494         (generated): Add $(conformtest-header-list-base).  If
13495         [$(fast-check) && !$(cross-compiling)], add
13496         $(conformtest-header-base).  Remove previous setting.
13497         ($(conformtest-header-list-tests)): New target.
13498         (test-xfail-run-conformtest): Remove variable.
13499         ($(objpfx)run-conformtest.out): Remove target.
13500         (test-xfail-ISO11/complex.h/conform): New variable.
13501         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13502         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13503         (test-xfail-XPG3/varargs.h/conform): Likewise.
13504         (test-xfail-XPG4/varargs.h/conform): Likewise.
13505         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13506         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13507         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13508         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13509         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13510         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13511         (test-xfail-XPG3/ftw.h/conform): Likewise.
13512         (test-xfail-XPG3/grp.h/conform): Likewise.
13513         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13514         (test-xfail-XPG3/limits.h/conform): Likewise.
13515         (test-xfail-XPG3/pwd.h/conform): Likewise.
13516         (test-xfail-XPG3/search.h/conform): Likewise.
13517         (test-xfail-XPG3/signal.h/conform): Likewise.
13518         (test-xfail-XPG3/stdio.h/conform): Likewise.
13519         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13520         (test-xfail-XPG3/string.h/conform): Likewise.
13521         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13522         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13523         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13524         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13525         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13526         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13527         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13528         (test-xfail-XPG3/termios.h/conform): Likewise.
13529         (test-xfail-XPG3/time.h/conform): Likewise.
13530         (test-xfail-XPG3/unistd.h/conform): Likewise.
13531         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13532         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13533         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13534         (test-xfail-XPG4/netdb.h/conform): Likewise.
13535         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13536         (test-xfail-XPG4/signal.h/conform): Likewise.
13537         (test-xfail-XPG4/stdio.h/conform): Likewise.
13538         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13539         (test-xfail-XPG4/stropts.h/conform): Likewise.
13540         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13541         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13542         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13543         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13544         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13545         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13546         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13547         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13548         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13549         (test-xfail-XPG4/termios.h/conform): Likewise.
13550         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13551         (test-xfail-XPG4/unistd.h/conform): Likewise.
13552         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13553         (test-xfail-POSIX/sched.h/conform): Likewise.
13554         (test-xfail-POSIX/signal.h/conform): Likewise.
13555         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13556         (test-xfail-POSIX/tar.h/conform): Likewise.
13557         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13558         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13559         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13560         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13561         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13562         (test-xfail-UNIX98/sched.h/conform): Likewise.
13563         (test-xfail-UNIX98/signal.h/conform): Likewise.
13564         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13565         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13566         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13567         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13568         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13569         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13570         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13571         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13572         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13573         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13574         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13575         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13576         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13577         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13578         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13579         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13580         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13581         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13582         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13583         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13584         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13585         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13586         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13587         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13588         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13589         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13590         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13591         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13592         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13593         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13594         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13595         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13596         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13597         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13598         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13599         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13600         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13601         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13602         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13603         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13604         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13605         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13606         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13607         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13608         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13609         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13610         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13611         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13612         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13613         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13614         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13615         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13616         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13617         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13618         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13619         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13620         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13621         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13622         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13623         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13624         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13625         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13626         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13627         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13628         (conformtest-cc-flags): Likewise.
13629         ($(conformtest-header-tests): New target.
13630         * conform/check-header-lists.sh: New file.
13631         * conform/run-conformtest.sh: Remove.
13633         * conform/conformtest.pl: Allow ' and \ in values given for
13634         constants.
13635         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13636         inclusion.
13637         [POSIX] (sys/types.h): Likewise.
13638         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13639         inclusion.
13640         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13641         inclusion.
13642         * conform/data/signal.h-data (SIGIO): Remove expectation.
13643         [XPG3] (SIGBUS): Do not expect.
13644         [POSIX || XPG3] (SIGPOLL): Likewise.
13645         [POSIX || XPG3] (SIGPROF): Likewise.
13646         [POSIX || XPG3] (SIGSYS): Likewise.
13647         [XPG3] (SIGTRAP): Likewise.
13648         [POSIX || XPG3] (SIGURG): Likewise.
13649         [POSIX || XPG3] (SIGVTALRM): Likewise.
13650         [POSIX || XPG3] (SIGXCPU): Likewise.
13651         [POSIX || XPG3] (SIGXFSZ): Likewise.
13652         [POSIX] (SA_SIGINFO): Expect.
13653         [XPG3] (siginfo_t): Do not expect type or contents.
13654         [POSIX] (si_pid): Do not expect element.
13655         [POSIX] (si_uid): Likewise.
13656         [POSIX] (si_addr): Likewise.
13657         [POSIX] (si_status): Likewise.
13658         [POSIX] (si_band): Likewise.
13659         [XPG4] (si_value): Likewise.
13660         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13661         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13662         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13663         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13664         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13665         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13666         [POSIX || XPG3] (ILL_COPROC): Likewise.
13667         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13668         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13669         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13670         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13671         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13672         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13673         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13674         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13675         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13676         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13677         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13678         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13679         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13680         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13681         [POSIX || XPG3] (CLD_EXITED): Likewise.
13682         [POSIX || XPG3] (CLD_KILLED): Likewise.
13683         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13684         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13685         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13686         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13687         [POSIX || XPG3] (POLL_IN): Likewise.
13688         [POSIX || XPG3] (POLL_OUT): Likewise.
13689         [POSIX || XPG3] (POLL_MSG): Likewise.
13690         [POSIX || XPG3] (POLL_ERR): Likewise.
13691         [POSIX || XPG3] (POLL_PRI): Likewise.
13692         [POSIX || XPG3] (POLL_HUP): Likewise.
13693         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13694         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13695         (SIG*): Do not allow.
13696         [XPG3] (si_*): Likewise.
13697         [XPG3] (SI_*): Likewise.
13698         [XPG3 || XPG4] (sigev_*): Likewise.
13699         [XPG3 || XPG4] (SIGEV_*): Likewise.
13700         [XPG3 || XPG4] (sival_*): Likewise.
13701         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13702         [POSIX || XPG3] (BUS_*): Likewise.
13703         [POSIX || XPG3] (CLD_*): Likewise.
13704         [POSIX || XPG3] (FPE_*): Likewise.
13705         [POSIX || XPG3] (ILL_*): Likewise.
13706         [POSIX || XPG3] (POLL_*): Likewise.
13707         [POSIX || XPG3] (SEGV_*): Likewise.
13708         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13709         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13710         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13711         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13712         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13713         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13714         Specify type and value.
13715         (TVERSLEN): Likewise.
13716         (REGTYPE): Likewise.
13717         (AREGTYPE): Likewise.
13718         (LNKTYPE): Likewise.
13719         (SYMTYPE): Likewise.
13720         (CHRTYPE): Likewise.
13721         (BLKTYPE): Likewise.
13722         (DIRTYPE): Likewise.
13723         (FIFOTYPE): Likewise.
13724         (CONTTYPE): Likewise.
13725         (TSUID): Likewise.
13726         (TSGID): Likewise.
13727         (TSVTX): Likewise.
13728         (TUREAD): Likewise.
13729         (TUWRITE): Likewise.
13730         (TUEXEC): Likewise.
13731         (TGREAD): Likewise.
13732         (TGWRITE): Likewise.
13733         (TGEXEC): Likewise.
13734         (TOREAD): Likewise.
13735         (TOWRITE): Likewise.
13736         (TOEXEC): Likewise.
13737         [POSIX] (TSVTX): Expect constant.
13739 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13741         * Makefile (tests): Change dependencies to ....
13742         (tests-special): ... additions to this variable.
13743         (tests): Depend on $(tests-special).
13744         * Makerules (check-abi-list): New variable.
13745         (check-abi): Depend on $(check-abi-list).
13746         [$(subdir) = elf] (tests-special): Add
13747         $(objpfx)check-abi-libc.out.
13748         [$(build-shared) = yes && subdir] (tests-special): Add
13749         $(check-abi-list).
13750         [$(build-shared) = yes && subdir] (tests): Do not depend on
13751         check-abi.
13752         * Rules (tests): Depend on $(tests-special).
13753         (xtests): Depend on $(xtests-special).
13754         * catgets/Makefile (tests): Change dependencies to ....
13755         (tests-special): ... additions to this variable.
13756         * conform/Makefile (tests): Change dependencies to ....
13757         (tests-special): ... additions to this variable.
13758         * elf/Makefile (tests): Change dependencies to ....
13759         (tests-special): ... additions to this variable.
13760         * grp/Makefile (tests): Change dependencies to ....
13761         (tests-special): ... additions to this variable.
13762         * iconv/Makefile (xtests): Change dependencies to ....
13763         (xtests-special): ... additions to this variable.
13764         * iconvdata/Makefile (tests): Change dependencies to ....
13765         (tests-special): ... additions to this variable.
13766         * intl/Makefile (tests): Change dependencies to ....
13767         (tests-special): ... additions to this variable.  Also add
13768         $(objpfx)tst-gettext.out.
13769         * io/Makefile (tests): Change dependencies to ....
13770         (tests-special): ... additions to this variable.
13771         * libio/Makefile (tests): Change dependencies to ....
13772         (tests-special): ... additions to this variable.
13773         * malloc/Makefile (tests): Change dependencies to ....
13774         (tests-special): ... additions to this variable.
13775         * misc/Makefile (tests): Change dependencies to ....
13776         (tests-special): ... additions to this variable.
13777         * nptl/Makefile (tests): Change dependencies to ....
13778         (tests-special): ... additions to this variable.
13779         * nptl_db/Makefile (tests): Change dependencies to ....
13780         (tests-special): ... additions to this variable.
13781         * posix/Makefile (tests): Change dependencies to ....
13782         (tests-special): ... additions to this variable.
13783         (xtests): Change dependencies to ....
13784         (xtests-special): ... additions to this variable.
13785         * resolv/Makefile (tests): Change dependencies to ....
13786         (tests-special): ... additions to this variable.
13787         (xtests): Change dependencies to ....
13788         (xtests-special): ... additions to this variable.
13789         * stdio-common/Makefile (tests): Change dependencies to ....
13790         (tests-special): ... additions to this variable.
13791         (do-tst-unbputc): Remove target.
13792         (do-tst-printf): Likewise.
13793         * stdlib/Makefile (tests): Change dependencies to ....
13794         (tests-special): ... additions to this variable.
13795         * string/Makefile (tests): Change dependencies to ....
13796         (tests-special): ... additions to this variable.
13797         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13798         (tests-special): ... additions to this variable.
13800         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13801         whole file.
13802         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13803         whole file.
13804         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13805         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13807         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13808         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13809         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13810         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13811         * conform/data/libgen.h-data [XPG3]: Likewise.
13812         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13813         * conform/data/ndbm.h-data [XPG3]: Likewise.
13814         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13815         * conform/data/netdb.h-data [XPG3]: Likewise.
13816         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13817         * conform/data/poll.h-data [XPG3]: Likewise.
13818         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13819         * conform/data/strings.h-data [XPG3]: Likewise.
13820         * conform/data/stropts.h-data [XPG3]: Likewise.
13821         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13822         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13823         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13824         Likewise.
13825         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13826         * conform/data/sys/time.h-data [XPG3]: Likewise.
13827         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13828         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13829         * conform/data/sys/un.h-data [XPG3]: Likewise.
13830         * conform/data/syslog.h-data [XPG3]: Likewise.
13831         * conform/data/ucontext.h-data [XPG3]: Likewise.
13832         * conform/data/utmpx.h-data [XPG3]: Likewise.
13833         * conform/data/varargs.h-data [UNIX98]: Enable file.
13835         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13837         * math/libm-test.inc (struct test_f_f_data): Move expected results
13838         into structure for each rounding mode.
13839         (struct test_ff_f_data): Likewise.
13840         (struct test_ff_f_data_nexttoward): Likewise.
13841         (struct test_fi_f_data): Likewise.
13842         (struct test_fl_f_data): Likewise.
13843         (struct test_if_f_data): Likewise.
13844         (struct test_fff_f_data): Likewise.
13845         (struct test_c_f_data): Likewise.
13846         (struct test_f_f1_data): Likewise.
13847         (struct test_fF_f1_data): Likewise.
13848         (struct test_ffI_f1_data): Likewise.
13849         (struct test_c_c_data): Likewise.
13850         (struct test_cc_c_data): Likewise.
13851         (struct test_f_i_data): Likewise.
13852         (struct test_ff_i_data): Likewise.
13853         (struct test_f_l_data): Likewise.
13854         (struct test_f_L_data): Likewise.
13855         (struct test_fFF_11_data): Likewise.
13856         (RM_): New macro.
13857         (RM_FE_DOWNWARD): Likewise.
13858         (RM_FE_TONEAREST): Likewise.
13859         (RM_FE_TOWARDZERO): Likewise.
13860         (RM_FE_UPWARD): Likewise.
13861         (RUN_TEST_LOOP_f_f): Update references to expected results.
13862         (RUN_TEST_LOOP_2_f): Likewise.
13863         (RUN_TEST_LOOP_fff_f): Likewise.
13864         (RUN_TEST_LOOP_c_f): Likewise.
13865         (RUN_TEST_LOOP_f_f1): Likewise.
13866         (RUN_TEST_LOOP_fF_f1): Likewise.
13867         (RUN_TEST_LOOP_fI_f1): Likewise.
13868         (RUN_TEST_LOOP_ffI_f1): Likewise.
13869         (RUN_TEST_LOOP_c_c): Likewise.
13870         (RUN_TEST_LOOP_cc_c): Likewise.
13871         (RUN_TEST_LOOP_f_i): Likewise.
13872         (RUN_TEST_LOOP_f_i_tg): Likewise.
13873         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13874         (RUN_TEST_LOOP_f_b): Likewise.
13875         (RUN_TEST_LOOP_f_b_tg): Likewise.
13876         (RUN_TEST_LOOP_f_l): Likewise.
13877         (RUN_TEST_LOOP_f_L): Likewise.
13878         (RUN_TEST_LOOP_fFF_11): Likewise.
13879         * math/gen-libm-test.pl (parse_args): Output four copies of
13880         expected results for each test.
13882         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13883         (__ASSUME_UTIMES): Remove.
13884         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13885         (__ASSUME_UTIMES): Likewise.
13887         * math/gen-auto-libm-tests.c: Update comment on output format.
13888         (output_for_one_input_case): Generate before-rounding and
13889         after-rounding information as conditions on output flags not
13890         floating-point format.
13891         * math/auto-libm-test-out: Regenerated.
13892         * math/gen-libm-test.pl (cond_value): New function.
13893         (or_cond_value): Use cond_value.
13894         (generate_testfile): Handle conditional exceptions.
13896 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13898         * math/libm-test.inc (max_valid_error): New variable.
13899         (init_max_error): Take new argument specifying whether function
13900         results are exactly determined.  Set max_valid_error and bound
13901         other variables for errors based on this argument.
13902         (set_max_error): Do not record results above max_valid_error.
13903         (check_float_internal): Only accept errors of up to 0.5ulps if
13904         also at most max_valid_error.
13905         (START): Take new argument EXACT and pass it to init_max_error.
13906         (acos_test): Update call to START.
13907         (acos_test_tonearest): Likewise.
13908         (acos_test_towardzero): Likewise.
13909         (acos_test_downward): Likewise.
13910         (acos_test_upward): Likewise.
13911         (acosh_test): Likewise.
13912         (asin_test): Likewise.
13913         (asin_test_tonearest): Likewise.
13914         (asin_test_towardzero): Likewise.
13915         (asin_test_downward): Likewise.
13916         (asin_test_upward): Likewise.
13917         (asinh_test): Likewise.
13918         (atan_test): Likewise.
13919         (atanh_test): Likewise.
13920         (atan2_test): Likewise.
13921         (cabs_test): Likewise.
13922         (cacos_test): Likewise.
13923         (cacosh_test): Likewise.
13924         (carg_test): Likewise.
13925         (casin_test): Likewise.
13926         (casinh_test): Likewise.
13927         (catan_test): Likewise.
13928         (catanh_test): Likewise.
13929         (cbrt_test): Likewise.
13930         (ccos_test): Likewise.
13931         (ccosh_test): Likewise.
13932         (ceil_test): Likewise.
13933         (cexp_test): Likewise.
13934         (cimag_test): Likewise.
13935         (clog_test): Likewise.
13936         (clog10_test): Likewise.
13937         (conj_test): Likewise.
13938         (copysign_test): Likewise.
13939         (cos_test): Likewise.
13940         (cos_test_tonearest): Likewise.
13941         (cos_test_towardzero): Likewise.
13942         (cos_test_downward): Likewise.
13943         (cos_test_upward): Likewise.
13944         (cosh_test): Likewise.
13945         (cosh_test_tonearest): Likewise.
13946         (cosh_test_towardzero): Likewise.
13947         (cosh_test_downward): Likewise.
13948         (cosh_test_upward): Likewise.
13949         (cpow_test): Likewise.
13950         (cproj_test): Likewise.
13951         (creal_test): Likewise.
13952         (csin_test): Likewise.
13953         (csinh_test): Likewise.
13954         (csqrt_test): Likewise.
13955         (ctan_test): Likewise.
13956         (ctan_test_tonearest): Likewise.
13957         (ctan_test_towardzero): Likewise.
13958         (ctan_test_downward): Likewise.
13959         (ctan_test_upward): Likewise.
13960         (ctanh_test): Likewise.
13961         (ctanh_test_tonearest): Likewise.
13962         (ctanh_test_towardzero): Likewise.
13963         (ctanh_test_downward): Likewise.
13964         (ctanh_test_upward): Likewise.
13965         (erf_test): Likewise.
13966         (erfc_test): Likewise.
13967         (exp_test): Likewise.
13968         (exp_test_tonearest): Likewise.
13969         (exp_test_towardzero): Likewise.
13970         (exp_test_downward): Likewise.
13971         (exp_test_upward): Likewise.
13972         (exp10_test): Likewise.
13973         (exp10_test_tonearest): Likewise.
13974         (exp10_test_towardzero): Likewise.
13975         (exp10_test_downward): Likewise.
13976         (exp10_test_upward): Likewise.
13977         (pow10_test): Likewise.
13978         (exp2_test): Likewise.
13979         (expm1_test): Likewise.
13980         (expm1_test_tonearest): Likewise.
13981         (expm1_test_towardzero): Likewise.
13982         (expm1_test_downward): Likewise.
13983         (expm1_test_upward): Likewise.
13984         (fabs_test): Likewise.
13985         (fdim_test): Likewise.
13986         (floor_test): Likewise.
13987         (fma_test): Likewise.
13988         (fma_test_towardzero): Likewise.
13989         (fma_test_downward): Likewise.
13990         (fma_test_upward): Likewise.
13991         (fmax_test): Likewise.
13992         (fmin_test): Likewise.
13993         (fmod_test): Likewise.
13994         (fpclassify_test): Likewise.
13995         (frexp_test): Likewise.
13996         (hypot_test): Likewise.
13997         (ilogb_test): Likewise.
13998         (isfinite_test): Likewise.
13999         (finite_test): Likewise.
14000         (isgreater_test): Likewise.
14001         (isgreaterequal_test): Likewise.
14002         (isinf_test): Likewise.
14003         (isless_test): Likewise.
14004         (islessequal_test): Likewise.
14005         (islessgreater_test): Likewise.
14006         (isnan_test): Likewise.
14007         (isnormal_test): Likewise.
14008         (issignaling_test): Likewise.
14009         (isunordered_test): Likewise.
14010         (j0_test): Likewise.
14011         (j1_test): Likewise.
14012         (jn_test): Likewise.
14013         (ldexp_test): Likewise.
14014         (lgamma_test): Likewise.
14015         (gamma_test): Likewise.
14016         (lrint_test): Likewise.
14017         (lrint_test_tonearest): Likewise.
14018         (lrint_test_towardzero): Likewise.
14019         (lrint_test_downward): Likewise.
14020         (lrint_test_upward): Likewise.
14021         (llrint_test): Likewise.
14022         (llrint_test_tonearest): Likewise.
14023         (llrint_test_towardzero): Likewise.
14024         (llrint_test_downward): Likewise.
14025         (llrint_test_upward): Likewise.
14026         (log_test): Likewise.
14027         (log10_test): Likewise.
14028         (log1p_test): Likewise.
14029         (log2_test): Likewise.
14030         (logb_test): Likewise.
14031         (logb_test_downward): Likewise.
14032         (lround_test): Likewise.
14033         (llround_test): Likewise.
14034         (modf_test): Likewise.
14035         (nearbyint_test): Likewise.
14036         (nextafter_test): Likewise.
14037         (nexttoward_test): Likewise.
14038         (pow_test): Likewise.
14039         (pow_test_tonearest): Likewise.
14040         (pow_test_towardzero): Likewise.
14041         (pow_test_downward): Likewise.
14042         (pow_test_upward): Likewise.
14043         (remainder_test): Likewise.
14044         (drem_test): Likewise.
14045         (remainder_test_tonearest): Likewise.
14046         (drem_test_tonearest): Likewise.
14047         (remainder_test_towardzero): Likewise.
14048         (drem_test_towardzero): Likewise.
14049         (remainder_test_downward): Likewise.
14050         (drem_test_downward): Likewise.
14051         (remainder_test_upward): Likewise.
14052         (drem_test_upward): Likewise.
14053         (remquo_test): Likewise.
14054         (rint_test): Likewise.
14055         (rint_test_tonearest): Likewise.
14056         (rint_test_towardzero): Likewise.
14057         (rint_test_downward): Likewise.
14058         (rint_test_upward): Likewise.
14059         (round_test): Likewise.
14060         (scalb_test): Likewise.
14061         (scalbn_test): Likewise.
14062         (scalbln_test): Likewise.
14063         (signbit_test): Likewise.
14064         (sin_test): Likewise.
14065         (sin_test_tonearest): Likewise.
14066         (sin_test_towardzero): Likewise.
14067         (sin_test_downward): Likewise.
14068         (sin_test_upward): Likewise.
14069         (sincos_test): Likewise.
14070         (sinh_test): Likewise.
14071         (sinh_test_tonearest): Likewise.
14072         (sinh_test_towardzero): Likewise.
14073         (sinh_test_downward): Likewise.
14074         (sinh_test_upward): Likewise.
14075         (sqrt_test): Likewise.
14076         (sqrt_test_tonearest): Likewise.
14077         (sqrt_test_towardzero): Likewise.
14078         (sqrt_test_downward): Likewise.
14079         (sqrt_test_upward): Likewise.
14080         (tan_test): Likewise.
14081         (tan_test_tonearest): Likewise.
14082         (tan_test_towardzero): Likewise.
14083         (tan_test_downward): Likewise.
14084         (tan_test_upward): Likewise.
14085         (tanh_test): Likewise.
14086         (tgamma_test): Likewise.
14087         (trunc_test): Likewise.
14088         (y0_test): Likewise.
14089         (y1_test): Likewise.
14090         (yn_test): Likewise.
14091         (significand_test): Likewise.
14093         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
14094         individual tests in comment.
14095         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
14096         (prev_max_error): New variable.
14097         (prev_real_max_error): Likewise.
14098         (prev_imag_max_error): Likewise.
14099         (compare_ulp_data): Don't refer to test names in comment.
14100         (find_test_ulps): Remove function.
14101         (find_function_ulps): Likewise.
14102         (find_complex_function_ulps): Likewise.
14103         (init_max_error): Take function name as argument.  Look up ulps
14104         for that function.
14105         (print_ulps): Remove function.
14106         (print_max_error): Use prev_max_error instead of calling
14107         find_function_ulps.
14108         (print_complex_max_error): Use prev_real_max_error and
14109         prev_imag_max_error instead of calling find_complex_function_ulps.
14110         (check_float_internal): Take max_ulp parameter instead of calling
14111         find_test_ulps.  Don't call print_ulps.
14112         (check_float): Update call to check_float_internal.
14113         (check_complex): Update calls to check_float_internal.
14114         (START): Pass argument to init_max_error.
14115         * math/gen-libm-test.pl (%results): Don't include "kind"
14116         information.
14117         (parse_ulps): Don't handle ulps of individual tests.
14118         (print_ulps_file): Likewise.
14119         (output_ulps): Likewise.
14120         * math/README.libm-test: Update.
14121         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
14122         individual tests.
14123         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
14124         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
14125         * sysdeps/arm/libm-test-ulps: Likewise.
14126         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
14127         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
14128         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
14129         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
14130         * sysdeps/microblaze/libm-test-ulps: Likewise.
14131         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
14132         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
14133         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
14134         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
14135         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
14136         * sysdeps/sh/libm-test-ulps: Likewise.
14137         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
14138         * sysdeps/tile/libm-test-ulps: Likewise.
14139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14141 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
14143         * math/libm-test.inc (print_complex_max_error): Check separately
14144         whether real and imaginary errors are within allowed range and
14145         pass 0 to print_complex_function_ulps instead of value within
14146         allowed range.
14148 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14150         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
14151         formatting.
14152         (get_handles_fopen): Likewise.
14153         (do_write_test): Likewise.
14155         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
14157         * libio/fileops.c (do_ftell): Use cached offset when
14158         available.
14159         * libio/iofwide.c (do_ftell_wide): Likewise.
14160         * libio/iofdopen.c (_IO_new_fdopen): Don't use
14161         _IO_file_attach.
14162         * libio/wfileops.c (_IO_fwide): Don't cache offset.
14164         [BZ #16532]
14165         * libio/libioP.h (get_file_offset): New function.
14166         * libio/fileops.c (get_file_offset): Likewise.
14167         (do_ftell): Likewise.
14168         (_IO_new_file_seekoff): Split out ftell logic.
14169         * libio/wfileops.c (do_ftell_wide): Likewise.
14170         (_IO_wfile_seekoff): Split out ftell logic.
14171         * libio/tst-ftell-active-handler.c: New test case.
14172         * libio/Makefile (tests): Add it.
14174 2014-03-03  Roland McGrath  <roland@hack.frob.com>
14176         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
14177         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
14179 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14181         [BZ #16639]
14182         * nscd/connections.c (nscd_init): Call do_exit.
14183         (start_threads): Call do_exit and notify_parent.
14184         (begin_drop_privileges): Call do_exit.
14185         (finish_drop_privileges): Likewise.
14186         * nscd/selinux.c (preserve_capabilities): Likewise.
14187         (install_real_capabilities): Likewise.
14188         (nscd_selinux_enabled): Likewise.
14189         (avc_create_thread): Likewise.
14190         (avc_alloc_lock): Likewise.
14191         (nscd_avc_init): Likewise.
14192         * nscd/nscd.c (parent_fd): New static variable.
14193         (main): Create a pipe between parent and child processes.
14194         Skip closing parent_fd.
14195         (monitor_child): New function.
14196         (do_exit): Likewise.
14197         (notify_parent): Likewise.
14198         * nscd/nscd.h (notify_parent): Likewise.
14199         (do_exit): Likewise.
14201 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
14203         * malloc/malloc.c (__libc_calloc): Revert last change.
14205 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14207         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14209 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14211         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
14212         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
14213         implementation.
14214         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14215         (__libc_ifunc_impl_list): Likewise.
14216         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
14217         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
14218         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
14219         * string/strrchr.c: Define STRRCHR.
14221 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
14223         * benchtest/bench-strtok.c (simple_strtok): Delete.
14224         (strtok_string): Use as benchmark.
14225         * string/strtok (STRTOK): New macro.
14227 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
14229         * manual/threads.texi: Add header and standard comments to all
14230         functions.
14232         * elf/dl-lookup.c (check_match): New function.
14233         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
14234         (do_lookup_x): Remove nested function check_match. Use non-nested
14235         function check_match.
14237 2014-02-28  Roland McGrath  <roland@hack.frob.com>
14239         * csu/Makefile (generated, before-compile): Use += rather than =.
14240         * catgets/Makefile (generated, generated-dirs): Likewise.
14241         * debug/Makefile (generated): Likewise.
14242         * dlfcn/Makefile (generated): Likewise.
14243         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
14244         * iconvdata/Makefile (before-compile, generated): Likewise.
14245         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
14246         * libio/Makefile (generated): Likewise.
14247         * malloc/Makefile (generated): Likewise.
14248         * manual/Makefile (generated, generated-dirs): Likewise.
14249         * misc/Makefile (generated): Likewise.
14250         * posix/Makefile (generated): Likewise.
14251         * resolv/Makefile (generated): Likewise.
14252         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14253         * timezone/Makefile (generated, generated-dirs): Likewise.
14255         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14257 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14259         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14260         power8 implementation.
14261         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14262         file: POWER8 llround ifunc implementation.
14263         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14264         (__lllround): Add POWER8 implementation.
14265         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14266         POWER8 llround implementation.
14268         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14269         power8 implementation.
14270         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14271         file: POWER8 llrint ifunc implementation.
14272         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14273         Add POWER8 implementation.
14274         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14275         POWER8 llrint implementation.
14277         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14278         power8 implementation.
14279         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14280         file: POWER8 finite ifunc implementation.
14281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14282         Add POWER8 implementation.
14283         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14284         Likewise.
14285         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14286         POWER8 finite implementation.
14287         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14289         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14290         power8 implementation.
14291         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14292         file: POWER8 isinf ifunc implementation.
14293         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14294         POWER8 implementation.
14295         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14296         Likewise.
14297         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14298         isinf implementation.
14299         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14301         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14302         (INIT_ARCH): Add hwcap2 initialization.
14303         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14304         power8 implementation.
14305         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14306         file: POWER8 isnan ifunc implementation.
14307         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14308         POWER8 implementation.
14309         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14310         Likewise.
14311         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14312         isnan implementation.
14313         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14315 2014-02-27  Joey Ye  <joey.ye@arm.com>
14317         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14318         (_FP_NANFRAC_Q): Set to zero.
14320 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14322         [BZ #16623]
14323         * math/auto-libm-test-in: New test inputs.
14324         * math/auto-libm-test-out: Regenerate.
14325         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14326         and DA.
14327         (__cos): Likewise.
14328         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14330 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14332         * scripts/evaluate-test.sh: Take new argument indicating whether
14333         failure is expected.
14334         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14335         indicating whether failure is expected.
14336         * conform/Makefile (test-xfail-run-conformtest): New variable.
14337         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14338         level.
14339         * posix/Makefile (test-xfail-annexc): New variable.
14340         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14342 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14344         * argp/Makefile: Include Makeconfig immediately after defining
14345         subdir.
14346         * assert/Makefile: Likewise.
14347         * benchtests/Makefile: Likewise.
14348         * catgets/Makefile: Likewise.
14349         * conform/Makefile: Likewise.
14350         * crypt/Makefile: Likewise.
14351         * csu/Makefile: Likewise.
14352         (all): Remove target.
14353         * ctype/Makefile: Include Makeconfig immediately after defining
14354         subdir.
14355         * debug/Makefile: Likewise.
14356         * dirent/Makefile: Likewise.
14357         * dlfcn/Makefile: Likewise.
14358         * gmon/Makefile: Likewise.
14359         * gnulib/Makefile: Likewise.
14360         * grp/Makefile: Likewise.
14361         * gshadow/Makefile: Likewise.
14362         * hesiod/Makefile: Likewise.
14363         * hurd/Makefile: Likewise.
14364         (all): Remove target.
14365         * iconvdata/Makefile: Include Makeconfig immediately after
14366         defining subdir.
14367         * inet/Makefile: Likewise.
14368         * intl/Makefile: Likewise.
14369         * io/Makefile: Likewise.
14370         * libio/Makefile: Likewise.
14371         (all): Remove target.
14372         * locale/Makefile: Include Makeconfig immediately after defining
14373         subdir.
14374         * login/Makefile: Likewise.
14375         * mach/Makefile: Likewise.
14376         (all): Remove target.
14377         * malloc/Makefile: Include Makeconfig immediately after defining
14378         subdir.
14379         (all): Remove target.
14380         * manual/Makefile: Include Makeconfig immediately after defining
14381         subdir.
14382         * math/Makefile: Likewise.
14383         * misc/Makefile: Likewise.
14384         * nis/Makefile: Likewise.
14385         * nss/Makefile: Likewise.
14386         * po/Makefile: Likewise.
14387         (all): Remove target.
14388         * posix/Makefile: Include Makeconfig immediately after defining
14389         subdir.
14390         * pwd/Makefile: Likewise.
14391         * resolv/Makefile: Likewise.
14392         * resource/Makefile: Likewise.
14393         * rt/Makefile: Likewise.
14394         * setjmp/Makefile: Likewise.
14395         * shadow/Makefile: Likewise.
14396         * signal/Makefile: Likewise.
14397         * socket/Makefile: Likewise.
14398         * soft-fp/Makefile: Likewise.
14399         * stdio-common/Makefile: Likewise.
14400         * stdlib/Makefile: Likewise.
14401         * streams/Makefile: Likewise.
14402         * string/Makefile: Likewise.
14403         * sunrpc/Makefile: Likewise.
14404         (all): Remove target.
14405         * sysvipc/Makefile: Include Makeconfig immediately after defining
14406         subdir.
14407         * termios/Makefile: Likewise.
14408         * time/Makefile: Likewise.
14409         * timezone/Makefile: Likewise.
14410         (all): Remove target.
14411         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14412         subdir.
14413         * wctype/Makefile: Likewise.
14415 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14417         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14418         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14419         (libc_feholdexcept_setround_mips): Ditto.
14420         (libc_feholdsetround): New.
14421         (libc_feholdsetroundf): New.
14422         (libc_feholdsetroundl): New.
14423         (libc_feupdateenv_test_mips): New.
14424         (libc_feupdateenv_test): New.
14425         (libc_feupdateenv_testf): New.
14426         (libc_feupdateenv_testl): New.
14427         (libc_feresetround): New.
14428         (libc_feresetroundf): New.
14429         (libc_feresetroundl): New.
14430         (libc_fetestexcept_mips): New.
14431         (libc_fetestexcept): New.
14432         (libc_fetestexceptf): New.
14433         (libc_fetestexceptl): New.
14434         (HAVE_RM_CTX): New.
14435         (libc_feholdexcept_setround_mips_ctx): New.
14436         (libc_feholdexcept_setround_ctx): New.
14437         (libc_feholdexcept_setroundf_ctx): New.
14438         (libc_feholdexcept_setroundl_ctx): New.
14439         (libc_fesetenv_mips_ctx): New.
14440         (libc_fesetenv_ctx): New.
14441         (libc_fesetenv_ctxf): New.
14442         (libc_fesetenv_ctxl): New.
14443         (libc_feupdateenv_mips_ctx): New.
14444         (libc_feupdateenv_ctx): New.
14445         (libc_feupdateenvf_ctx): New.
14446         (libc_feupdateenvl_ctx): New.
14447         (libc_feholdsetround_mips_ctx): New.
14448         (libc_feholdsetround_ctx): New.
14449         (libc_feholdsetroundf_ctx): New.
14450         (libc_feholdsetroundl_ctx): New.
14451         (libc_feresetround_mips_ctx): New.
14452         (libc_feresetround_ctx): New.
14453         (libc_feresetroundf_ctx): New.
14454         (libc_feresetroundl_ctx): New.
14456 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14458         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14460         * manual/ipc.texi: New file.
14461         * manual/Makefile (chapters): Add ipc.
14462         * manual/job.texi: Add "Inter-Process Communication" to next.
14463         * manual/process.texi: Add "Inter-Process Communication" to prev.
14465 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14467         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14469 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14471         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14473         * manual/arith.texi: Fix spaces after sentences.
14474         * manual/charset.texi: Likewise.
14475         * manual/errno.texi: Likewise.
14476         * manual/install.texi: Likewise.
14477         * manual/llio.texi: Likewise.
14478         * manual/locale.texi: Likewise.
14479         * manual/maint.texi: Likewise.
14480         * manual/math.texi: Likewise.
14481         * manual/memory.texi: Likewise.
14482         * manual/message.texi: Likewise.
14483         * manual/probes.texi: Likewise.
14484         * manual/resource.texi: Likewise.
14485         * manual/signal.texi: Likewise.
14486         * manual/socket.texi: Likewise.
14487         * manual/stdio.texi: Likewise.
14488         * manual/string.texi: Likewise.
14489         * manual/time.texi: Likewise.
14490         * manual/users.texi: Likewise.
14492 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14494         [BZ #16632]
14495         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14496         _DEFAULT_SOURCE is defined.
14498 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14499             Carlos O'Donell  <carlos@redhat.com>
14501         [BZ #16613]
14502         * elf/dl-tls.c (_dl_count_modids): New function.
14503         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14504         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14505         audit library and increment generation counter.
14506         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14507         * elf/tst-audit9.c: New file.
14508         * elf/tst-auditmod9a.c: New file.
14509         * elf/tst-auditmod9b.c: New file.
14510         * elf/Makefile: Add rules to build and run tst-audit9.
14512 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14514         [BZ #15347]
14515         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14517 2014-02-25  Will Newton  <will.newton@linaro.org>
14519         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14520         (__longjmp): Restore sp and lr before restoring callee
14521         saved registers.  Add longjmp and longjmp_target
14522         SystemTap probe point.
14523         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14524         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14525         Define to zero to match jmpbuf layout.
14526         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14527         (__sigsetjmp): Save sp and lr before saving callee
14528         saved registers.  Add setjmp SystemTap probe point.
14530 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14532         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14534 2014-02-24  Andreas Schwab  <schwab@suse.de>
14536         [BZ #15804]
14537         * elf/pldd.c (wait_for_ptrace_stop): New function.
14538         (main): Call it after attaching.
14540 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14542         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14543         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14544         Versions files is now verboten.
14545         * hurd/Versions (libc: GLIBC_2.0):
14546         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14547         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14548         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14549         * mach/Versions: Likewise.
14551         * csu/Versions: Remove unused %include.
14552         * resolv/Versions: Likewise.
14554 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14556         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14557         ($(objpfx)check-local-headers.out): Likewise.
14558         ($(objpfx)begin-end-check.out): Likewise.
14559         * Makerules (check-abi-%.out): Likewise.
14560         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14561         ($(objpfx)test2.cat): Likewise.
14562         ($(objpfx)de/libc.cat): Likewise.
14563         ($(objpfx)test-gencat.out): Likewise.
14564         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14565         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14566         ($(objpfx)noload-mem): Likewise.
14567         ($(objpfx)tst-pathopt.out): Likewise.
14568         ($(objpfx)tst-rtld-load-self.out): Likewise.
14569         ($(objpfx)tst-array1-cmp.out): Likewise.
14570         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14571         ($(objpfx)tst-array2-cmp.out): Likewise.
14572         ($(objpfx)tst-array3-cmp.out): Likewise.
14573         ($(objpfx)tst-array4-cmp.out): Likewise.
14574         ($(objpfx)tst-array5-cmp.out): Likewise.
14575         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14576         ($(objpfx)check-textrel.out): Likewise.
14577         ($(objpfx)check-execstack.out): Likewise.
14578         ($(objpfx)check-localplt.out): Likewise.
14579         ($(objpfx)order2-cmp.out): Likewise.
14580         ($(objpfx)tst-leaks1-mem): Likewise.
14581         ($(objpfx)tst-leaks1-static-mem): Likewise.
14582         ($(objpfx)tst-initorder-cmp.out): Likewise.
14583         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14584         ($(objpfx)tst-unused-dep.out): Likewise.
14585         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14586         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14587         * iconv/Makefile (test-iconvconfig): Likewise.
14588         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14589         ($(objpfx)iconv-test.out): Likewise.
14590         ($(objpfx)tst-tables.out): Likewise.
14591         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14592         ($(objpfx)tst-gettext.out): Likewise.
14593         ($(objpfx)tst-translit.out): Likewise.
14594         ($(objpfx)tst-gettext2.out): Likewise.
14595         ($(objpfx)tst-gettext4.out): Likewise.
14596         ($(objpfx)tst-gettext6.out): Likewise.
14597         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14598         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14599         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14600         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14601         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14602         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14603         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14604         ($(objpfx)wordexp-tst.out): Likewise.
14605         ($(objpfx)annexc.out): Likewise.
14606         ($(objpfx)tst-fnmatch-mem): Likewise.
14607         ($(objpfx)bug-regex2-mem): Likewise.
14608         ($(objpfx)bug-regex14-mem): Likewise.
14609         ($(objpfx)bug-regex21-mem): Likewise.
14610         ($(objpfx)bug-regex31-mem): Likewise.
14611         ($(objpfx)tst-vfork3-mem): Likewise.
14612         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14613         ($(objpfx)tst-pcre-mem): Likewise.
14614         ($(objpfx)tst-boost-mem): Likewise.
14615         ($(objpfx)tst-getconf.out): Likewise.
14616         ($(objpfx)bug-ga2-mem): Likewise.
14617         ($(objpfx)bug-glob2-mem): Likewise.
14618         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14619         ($(objpfx)mtrace-tst-leaks2): Likewise.
14620         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14621         ($(objpfx)tst-printf.out): Likewise.
14622         ($(objpfx)tst-setvbuf1.out): Likewise.
14623         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14624         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14625         ($(objpfx)tst-fmtmsg.out): Likewise.
14626         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14627         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14629         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14630         * bits/sigaction.h [__USE_MISC]: Likewise.
14631         * bits/waitstatus.h: Update #endif comments.
14632         * ctype/ctype.h: Likewise.
14633         * dirent/dirent.h: Likewise.
14634         [__USE_MISC]: Remove redundant conditionals.
14635         * grp/grp.h: Update #endif comments.
14636         [__USE_GNU]: Remove redundant conditionals.
14637         [__USE_MISC]: Likewise.
14638         * inet/netinet/in.h [__USE_GNU]: Likewise.
14639         * io/sys/stat.h [__USE_MISC]: Likewise.
14640         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14641         * libio/bits/stdio.h: Update #endif comments.
14642         [__USE_MISC]: Remove redundant conditionals.
14643         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14644         * libio/stdio.h: Update #endif comments.
14645         [__USE_MISC]: Remove redundant conditionals.
14646         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14647         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14648         * math/math.h: Update #else and #endif comments.
14649         [__USE_MISC]: Remove redundant conditionals.
14650         * misc/sys/uio.h: Update #endif comments.
14651         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14652         * posix/glob.h [__USE_MISC]: Likewise.
14653         * posix/sys/types.h: Update #endif comments.
14654         [__USE_MISC]: Remove redundant conditionals.
14655         * posix/sys/wait.h: Update #endif comments.
14656         [__USE_MISC]: Remove redundant conditionals.
14657         * posix/unistd.h: Update #endif comments.
14658         [__USE_MISC]: Remove redundant conditionals.
14659         * pwd/pwd.h [__USE_GNU]: Likewise.
14660         [__USE_MISC]: Likewise.
14661         * resolv/netdb.h [__USE_GNU]: Likewise.
14662         * signal/signal.h: Update #endif comments.
14663         [__USE_MISC]: Remove redundant conditionals.
14664         * stdlib/stdlib.h: Update #else and #endif comments.
14665         [__USE_MISC]: Remove redundant conditionals.
14666         [__USE_GNU]: Likewise.
14667         * string/bits/string2.h [__USE_MISC]: Likewise.
14668         * string/string.h: Update #endif comments.
14669         [__USE_MISC]: Remove redundant conditionals.
14670         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14671         Likewise.
14672         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14673         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14674         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14675         Likewise.
14676         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14677         Likewise.
14678         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14679         comments.
14680         [__USE_MISC]: Remove redundant conditionals.
14681         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14682         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14683         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14684         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14685         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14686         Likewise.
14687         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14688         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14689         Likewise.
14690         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14691         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14692         Likewise.
14693         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14694         Likewise.
14695         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14696         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14697         Likewise.
14698         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14699         Likewise.
14700         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14701         * sysdeps/x86/bits/string.h: Update #endif comments.
14702         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14703         conditionals.
14704         * time/sys/time.h: Update #endif comments.
14705         * time/time.h: Likewise.
14706         [__USE_MISC]: Remove redundant conditionals.
14708 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14710         [BZ #16600]
14711         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14713 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14715         * Versions.def (librt): Add GLIBC_2.17.
14717 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14719         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14720         synonym for _SYS_AUXV_H to allow direct inclusion.
14721         * sysdeps/sparc/bits/hwcap.h: Likewise.
14722         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14723         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14724         * sysdeps/sparc/sysdep.h: Likewise.
14726 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14728         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14730 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14732         * benchtests/bench-strrchr.c: Print length instead of position.
14734 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14736         [BZ #16611]
14737         * sysdeps/unix/sysv/linux/kernel-features.h
14738         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14739         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14740         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14741         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14742         Likewise.
14743         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14744         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14745         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14746         (__ASSUME_SENDMMSG): Define instead of using previous
14747         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14748         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14749         (__ASSUME_SENDMMSG_SYSCALL): Define.
14750         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14751         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14752         Likewise.
14753         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14754         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14755         Likewise.
14756         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14757         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14758         Likewise.
14759         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14760         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14761         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14762         [__ASSUME_SENDMMSG]: Change conditionals to
14763         [__ASSUME_SENDMMSG_SOCKETCALL].
14764         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14765         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14766         Define.
14767         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14768         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14769         Likewise.
14770         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14771         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14772         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14773         [!__ASSUME_SENDMMSG]: Change conditional to
14774         [!__ASSUME_SENDMMSG_SOCKETCALL].
14775         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14776         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14777         Define.
14779         [BZ #16610]
14780         * sysdeps/unix/sysv/linux/kernel-features.h
14781         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14782         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14783         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14784         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14785         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14786         [__i386__ || __sparc__]
14787         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14788         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14789         (__ASSUME_RECVMMSG): Define instead of using previous
14790         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14791         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14792         (__ASSUME_RECVMMSG_SYSCALL): Define.
14793         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14794         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14795         Likewise.
14796         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14797         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14798         Likewise.
14799         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14800         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14801         Likewise.
14802         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14803         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14804         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14805         [__ASSUME_RECVMMSG]: Change condition to
14806         [__ASSUME_RECVMMSG_SOCKETCALL].
14807         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14808         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14809         Define.
14810         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14811         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14812         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14813         Likewise.
14814         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14815         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14816         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14817         [!__ASSUME_RECVMMSG]: Change condition to
14818         [!__ASSUME_RECVMMSG_SOCKETCALL].
14819         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14820         (__ASSUME_RECVMMSG_SYSCALL): Define.
14822         [BZ #16609]
14823         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14824         __powerpc__ || __s390__ || __sh__ || __sparc__]
14825         (__ASSUME_SOCKETCALL): Define.
14826         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14827         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14828         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14829         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14830         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14831         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14832         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14833         (__ASSUME_ACCEPT4): Define instead of using previous
14834         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14835         __powerpc__ || __sparc__ || __s390__)] condition.
14836         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14837         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14838         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14839         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14840         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14841         [!__ASSUME_ACCEPT4]: Change condition to
14842         [!__ASSUME_ACCEPT4_SOCKETCALL].
14843         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14844         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14845         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14846         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14847         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14848         __ASSUME_ACCEPT4_SYSCALL.
14849         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14850         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14851         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14852         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14853         __ASSUME_ACCEPT4_SYSCALL.
14854         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14855         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14856         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14857         [__ASSUME_ACCEPT4]: Change condition to
14858         [__ASSUME_ACCEPT4_SOCKETCALL].
14859         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14860         (__ASSUME_SOCKETCALL): Define.
14861         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14862         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14863         (__ASSUME_SOCKETCALL): Define.
14864         (__ASSUME_ACCEPT4): Remove.
14865         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14866         Define.
14867         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14868         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14869         Likewise.
14870         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14871         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14873         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14874         macro.
14875         (HWCAP_ARM_LPAE): Likewise.
14876         (HWCAP_ARM_EVTSTRM): Likewise.
14877         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14878         Add vpfd32, lpae and evtstrm.
14879         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14880         Increase to 22.
14882 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14884         * math/auto-libm-test-in: Add tests of clog10.
14885         * math/auto-libm-test-out: Regenerated.
14886         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14887         * sysdeps/i386/fpu/libm-test-ulps: Update.
14888         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14890 2014-02-18  Andreas Schwab  <schwab@suse.de>
14892         [BZ #16574]
14893         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14894         Store non-zero if the second buffer was newly allocated.
14895         (send_dg): Likewise.
14896         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14897         to send_vc and send_dg.
14898         (res_nsend): Pass NULL for ansp2_malloced.
14899         * resolv/res_query.c (__libc_res_nquery): Add parameter
14900         answerp2_malloced and pass it down to __libc_res_nsend.
14901         (res_nquery): Pass additional NULL to __libc_res_nquery.
14902         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14903         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14904         second answer buffer if answerp2_malloced was set.
14905         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14906         (__libc_res_nquerydomain): Add parameter
14907         answerp2_malloced and pass it down to __libc_res_nquery.
14908         (res_nquerydomain): Pass additional NULL to
14909         __libc_res_nquerydomain.
14910         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14911         additional NULL to __libc_res_nsend and __libc_res_nquery.
14912         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14913         additional NULL to __libc_res_nsearch.
14914         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14915         parameter of __libc_res_nsearch to check for separately allocated
14916         second buffer.
14917         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14918         __libc_res_nquery.
14919         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14920         additional NULL to __libc_res_nquery.
14921         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14922         __libc_res_nsearch.
14923         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14924         * include/resolv.h: Update prototypes of __libc_res_nquery,
14925         __libc_res_nsearch, __libc_res_nsend.
14927 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14929         * math/auto-libm-test-in: Add tests of fma.
14930         * math/auto-libm-test-out: Regenerated.
14931         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14932         (fma_towardzero_test_data): Likewise.
14933         (fma_downward_test_data): Likewise.
14934         (fma_upward_test_data): Likewise.
14935         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14936         mpc_mode.
14937         (rounding_modes): Add values for new field.
14938         (func_calc_method): Add value mpfr_fff_f.
14939         (func_calc_desc): Add mpfr_fff_f union field.
14940         (test_function): Add field exact_args.
14941         (FUNC): Add macro argument EXACT_ARGS.
14942         (FUNC_mpfr_f_f): Update call to FUNC.
14943         (FUNC_mpfr_f_f): Likewise.
14944         (FUNC_mpfr_ff_f): Likewise.
14945         (FUNC_mpfr_if_f): Likewise.
14946         (FUNC_mpc_c_f): Likewise.
14947         (FUNC_mpc_c_c): Likewise.
14948         (test_functions): Add fma.  Update calls to FUNC.
14949         (handle_input_arg): Add argument exact_args.
14950         (add_test): Update call to handle_input_arg.
14951         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14952         (output_for_one_input_case): Update call to calc_generic_results.
14953         Recalculate exact zero results in each rounding mode.
14955         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14956         non-negative before setting low bit.
14957         * math/auto-libm-test-in: Mark one asin test possibly having
14958         spurious underflow.
14959         * math/auto-libm-test-out: Regenerated.
14960         * sysdeps/i386/fpu/libm-test-ulps: Update.
14961         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14963 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14965         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14966         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14967         ports/sysdeps/unix/sysv/linux/microblaze.
14968         * README: Add missing listing for microblaze*-*-linux-gnu.
14970 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14972         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14973         duplicate code
14975 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14977         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14978         * sysdeps/unix/sysv/linux/ia64: Move directory from
14979         ports/sysdeps/unix/sysv/linux/ia64.
14980         * README: Update listing for ia64-*-linux-gnu.
14982 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14983             Joseph Myers  <joseph@codesourcery.com>
14985         * Makeconfig (test-name): New variable.
14986         (evaluate-test): Likewise.
14987         * Makerules (do-test-clean): Remove .test-result files.
14988         (common-mostlyclean): Likewise.
14989         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14990         * scripts/evaluate-test.sh: New file.
14992 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14994         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14995         separate $(objpfx)tst-fopenloc-cmp.out and
14996         $(objpfx)tst-fopenloc-mem.out targets.
14997         (tests): Update dependencies.
14998         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14999         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
15000         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
15001         (tst-rxspencer-no-utf8-ARGS): New variable.
15002         (tst-rxspencer-no-utf8-ENV): Likewise.
15003         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
15004         instead of $(objpfx)tst-rxspencer-mem.
15005         ($(objpfx)tst-rxspencer-mem): Change target to
15006         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
15007         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
15008         * posix/tst-rxspencer-no-utf8.c: New file.
15010         * elf/Makefile ($(objpfx)order.out): Remove rule.
15011         [$(run-built-tests) = yes] (tests): Depend on
15012         $(objpfx)order-cmp.out.
15013         ($(objpfx)order-cmp.out): New rule.
15014         [$(run-built-tests) = yes] (tests): Depend on
15015         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
15016         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
15017         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
15018         $(objpfx)tst-array5-static-cmp.out.
15019         ($(objpfx)tst-array1.out): Remove rule.
15020         ($(objpfx)tst-array1-cmp.out): New rule.
15021         ($(objpfx)tst-array1-static.out): Remove rule.
15022         ($(objpfx)tst-array1-static-cmp.out): New rule.
15023         ($(objpfx)tst-array2.out): Remove rule.
15024         ($(objpfx)tst-array2-cmp.out): New rule.
15025         ($(objpfx)tst-array3.out): Remove rule.
15026         ($(objpfx)tst-array3-cmp.out): New rule.
15027         ($(objpfx)tst-array4.out): Remove rule.
15028         ($(objpfx)tst-array4-cmp.out): New rule.
15029         ($(objpfx)tst-array5.out): Remove rule.
15030         ($(objpfx)tst-array5-cmp.out): New rule.
15031         ($(objpfx)tst-array5-static.out): Remove rule.
15032         ($(objpfx)tst-array5-static-cmp.out): New rule.
15033         [$(run-built-tests) = yes] (tests): Depend on
15034         $(objpfx)order2-cmp.out.
15035         ($(objpfx)order2.out): Remove rule.
15036         ($(objpfx)order2-cmp.out): New rule.
15037         ($(objpfx)tst-initorder.out): Remove rule.
15038         [$(run-built-tests) = yes] (tests): Depend on
15039         $(objpfx)tst-initorder-cmp.out.
15040         ($(objpfx)tst-initorder-cmp.out): New rule.
15041         ($(objpfx)tst-initorder2.out): Remove rule.
15042         [$(run-built-tests) = yes] (tests): Depend on
15043         $(objpfx)tst-initorder2-cmp.out.
15044         ($(objpfx)tst-initorder2-cmp.out): New rule.
15045         [$(run-built-tests) = yes] (tests): Depend on
15046         $(objpfx)tst-unused-dep-cmp.out.
15047         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
15048         ($(objpfx)tst-unused-dep-cmp.out): New rule.
15049         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
15050         on $(objpfx)tst-setvbuf1-cmp.out.
15051         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
15052         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
15053         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
15054         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
15055         ($(objpfx)tst-svc.out): Remove rule.
15056         ($(objpfx)tst-svc-cmp.out): New rule.
15058 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
15060         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
15061         * ctype/ctype.h [__USE_MISC]: Likewise.
15062         * dirent/dirent.h [__USE_MISC]: Likewise.
15063         * grp/grp.h [__USE_MISC]: Likewise.
15064         * io/fcntl.h [__USE_MISC]: Likewise.
15065         * io/sys/stat.h [__USE_MISC]: Likewise.
15066         * libio/stdio.h [__USE_MISC]: Likewise.
15067         * posix/unistd.h [__USE_MISC]: Likewise.
15068         * pwd/pwd.h [__USE_MISC]: Likewise.
15069         * stdlib.h [__USE_MISC]: Likewise.
15070         * string/bits/string2.h [__USE_MISC]: Likewise.
15071         * string/string.h [__USE_MISC]: Likewise.
15072         * time/time.h [__USE_MISC]: Likewise.
15074 2014-02-13  Andreas Schwab  <schwab@suse.de>
15076         [BZ #16574]
15077         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
15078         second answer buffer if it was separately allocated.
15080 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
15082         * sysdeps/mips/math-tests.h: Include <features.h>.
15083         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15084         (ROUNDING_TESTS_long_double): Do not define.
15085         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
15086         (EXCEPTION_TESTS_long_double): Likewise.
15087         * sysdeps/mips/mips64/libm-test-ulps: Update.
15089         * include/features.h (__USE_BSD): Remove macro definitions.
15090         (__USE_SVID): Likewise.
15091         (_BSD_SOURCE): Likewise.
15092         (_SVID_SOURCE): Likewise.
15093         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
15094         from definition of _DEFAULT_SOURCE.
15095         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
15096         [_DEFAULT_SOURCE].
15097         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
15098         * bits/mman.h [__USE_BSD]: Likewise.
15099         * bits/termios.h [__USE_BSD]: Likewise.
15100         * bits/waitstatus.h [__USE_BSD]: Likewise.
15101         * ctype/ctype.h [__USE_SVID]: Likewise.
15102         * dirent/dirent.h [__USE_BSD]: Likewise.
15103         * grp/grp.h [__USE_SVID]: Likewise.
15104         [__USE_BSD]: Likewise.
15105         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
15106         * io/fcntl.h [__USE_BSD]: Likewise.
15107         * io/ftw.h [__USE_BSD]: Likewise.
15108         * io/sys/stat.h [__USE_BSD]: Likewise.
15109         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
15110         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
15111         * libio/stdio.h [__USE_SVID]: Likewise.
15112         [__USE_BSD]: Likewise.
15113         * math/math.h [__USE_SVID]: Likewise.
15114         [__USE_BSD]: Likewise.
15115         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
15116         * misc/bits/syslog.h [__USE_BSD]: Likewise.
15117         * misc/search.h [__USE_SVID]: Likewise.
15118         * misc/sys/mman.h [__USE_BSD]: Likewise.
15119         * misc/sys/syslog.h [__USE_BSD]: Likewise.
15120         * misc/sys/uio.h [__USE_BSD]: Likewise.
15121         * posix/bits/unistd.h [__USE_BSD]: Likewise.
15122         * posix/glob.h [__USE_BSD]: Likewise.
15123         * posix/regex.h [__USE_BSD]: Likewise.
15124         * posix/sys/types.h [__USE_BSD]: Likewise.
15125         [__USE_SVID]: Likewise.
15126         * posix/sys/utsname.h [__USE_SVID]: Likewise.
15127         * posix/sys/wait.h [__USE_BSD]: Likewise.
15128         [__USE_SVID]: Likewise.
15129         * posix/unistd.h [__USE_BSD]: Likewise.
15130         [__USE_SVID]: Likewise.
15131         * pwd/pwd.h [__USE_SVID]: Likewise.
15132         * resolv/netdb.h [__USE_BSD]: Likewise.
15133         * setjmp/setjmp.h [__USE_BSD]: Likewise.
15134         * signal/signal.h [__USE_BSD]: Likewise.
15135         [__USE_SVID]: Likewise.
15136         * socket/sys/socket.h [__USE_BSD]: Likewise.
15137         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
15138         * stdlib/stdlib.h [__USE_BSD]: Likewise.
15139         [__USE_SVID]: Likewise.
15140         * string/bits/string2.h [__USE_BSD]: Likewise.
15141         [__USE_SVID]: Likewise.
15142         * string/bits/string3.h [__USE_BSD]: Likewise.
15143         * string/endian.h [__USE_BSD]: Likewise.
15144         * string/string.h [__USE_SVID]: Likewise.
15145         [__USE_BSD]: Likewise.
15146         * string/strings.h [__USE_BSD]: Likewise.
15147         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
15148         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
15149         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
15150         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
15151         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
15152         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
15153         Likewise.
15154         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
15155         Likewise.
15156         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
15157         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
15158         Likewise.
15159         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
15160         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
15161         Likewise.
15162         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
15163         Likewise.
15164         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
15165         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
15166         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
15167         Likewise.
15168         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
15169         Likewise.
15170         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
15171         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
15172         * termios/termios.h [__USE_BSD]: Likewise.
15173         * time/sys/time.h [__USE_BSD]: Likewise.
15174         * time/time.h [__USE_BSD]: Likewise.
15175         [__USE_SVID]: Likewise.
15177         * Makefile (subdir_targets): Remove subdir_lint.out.
15179         * stdio-common/Makefile (do-tst-unbputc): Remove target.
15180         (do-tst-printf): Likewise.
15181         (tests): Depend directly on $(objpfx)tst-unbputc.out and
15182         $(objpfx)tst-printf.out.
15184         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
15186         * Makerules (check-abi-%): Change target to
15187         $(objpfx)check-abi-%.out.
15188         (check-abi target): Update dependencies.
15189         (check-abi-pattern variable): Redirect output of diff to $@.
15190         (check-abi variable): Likewise.
15191         * elf/Makefile (check-abi): Update dependencies.
15193         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
15194         unused.
15195         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
15196         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
15197         subnormal range.
15198         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
15199         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
15200         value has largest subnormal exponent.
15201         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
15202         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
15203         * sysdeps/aarch64/soft-fp/sfp-machine.h
15204         (_FP_TININESS_AFTER_ROUNDING): New macro.
15205         * sysdeps/alpha/soft-fp/sfp-machine.h
15206         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15207         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15208         Likewise.
15209         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
15210         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15211         * sysdeps/mips/soft-fp/sfp-machine.h
15212         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15213         * sysdeps/powerpc/soft-fp/sfp-machine.h
15214         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15215         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15216         Likewise.
15217         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
15218         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15219         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
15220         (_FP_TININESS_AFTER_ROUNDING): Likewise.
15221         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
15222         Likewise.
15224 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
15226         [BZ #16545]
15227         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
15228         model 1.
15230 2014-02-12  Richard Henderson  <rth@redhat.com>
15232         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
15233         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
15234         * sysdeps/unix/sysv/linux/alpha: Move directory from
15235         ports/sysdeps/unix/sysv/linux/alpha.
15236         * README: Update listing for alpha-*-linux-gnu.
15238 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
15240         * include/features.h: Update comment documenting feature test
15241         macros.
15242         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
15243         _DEFAULT_SOURCE.
15244         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
15245         (_SVID_SOURCE): Likewise.
15246         (_DEFAULT_SOURCE): Update description of default features.
15247         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
15248         with _GNU_SOURCE.
15249         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
15250         (S_ISVTX): Likewise.
15251         * manual/math.texi (Mathematical Constants): Likewise.
15252         * manual/signal.texi (Interrupted Primitives): Likewise.
15253         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15254         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15255         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15256         Don't refer to _SVID_SOURCE in warning text.
15258         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15260         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15261         already defined.
15262         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15263         * sysdeps/mips/dl-lookup.c: Remove.
15264         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15266 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15268         [BZ #16447]
15269         * math/auto-libm-test-in: Add testcase for expl.
15270         * math/auto-libm-test-out: Regenerate.
15271         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15272         calculation of unsafe.
15273         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15275 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15277         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15278         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15279         ports/sysdeps/unix/sysv/linux/aarch64.
15280         * README: Update listing for aarch64*-*-linux-gnu.
15282 2014-02-11  Will Newton  <will.newton@linaro.org>
15284         * manual/probes.texi (Mathematical Function Probes): Use
15285         "triggered" instead of "hit".
15287         * manual/probes.texi (Internal Probes): Add documentation
15288         of setjmp, longjmp and longjmp_target probes.
15290         * include/stap-probe.h: Add comment about probe argument
15291         format.
15293         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15294         definition.  (tr_where, tr_freehook, tr_mallochook,
15295         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15297 2014-02-11  David S. Miller  <davem@davemloft.net>
15299         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15300         processing int_tests.
15302 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15304         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15305         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15306         * sysdeps/unix/sysv/linux/mips: Move directory from
15307         ports/sysdeps/unix/sysv/linux/mips.
15308         * README: Update listing for mips-*-linux-gnu and
15309         mips64-*-linux-gnu.
15311 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15313         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15314         * sysdeps/unix/sysv/linux/m68k: Move directory from
15315         ports/sysdeps/unix/sysv/linux/m68k.
15316         * README: Update listing for m68k-*-linux-gnu.
15318 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15320         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15321         * sysdeps/unix/sysv/linux/generic: Move directory from
15322         ports/sysdeps/unix/sysv/linux/generic.
15323         * sysdeps/unix/sysv/linux/tile: Move directory from
15324         ports/sysdeps/unix/sysv/linux/tile.
15325         * README: Update listing for tile*-*-linux-gnu.
15327 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15329         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15330         __builtin_expect.
15331         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15332         * catgets/open_catalog.c (__open_catalog): Likewise.
15333         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15334         * debug/confstr_chk.c: Likewise.
15335         * debug/fread_chk.c (__fread_chk): Likewise.
15336         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15337         * debug/getgroups_chk.c: Likewise.
15338         * debug/mbsnrtowcs_chk.c: Likewise.
15339         * debug/mbsrtowcs_chk.c: Likewise.
15340         * debug/mbstowcs_chk.c: Likewise.
15341         * debug/memcpy_chk.c: Likewise.
15342         * debug/memmove_chk.c: Likewise.
15343         * debug/mempcpy_chk.c: Likewise.
15344         * debug/memset_chk.c: Likewise.
15345         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15346         * debug/strcat_chk.c (__strcat_chk): Likewise.
15347         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15348         * debug/strncat_chk.c (__strncat_chk): Likewise.
15349         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15350         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15351         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15352         * debug/wcpncpy_chk.c: Likewise.
15353         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15354         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15355         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15356         * debug/wcsncpy_chk.c: Likewise.
15357         * debug/wcsnrtombs_chk.c: Likewise.
15358         * debug/wcsrtombs_chk.c: Likewise.
15359         * debug/wcstombs_chk.c: Likewise.
15360         * debug/wmemcpy_chk.c: Likewise.
15361         * debug/wmemmove_chk.c: Likewise.
15362         * debug/wmempcpy_chk.c: Likewise.
15363         * debug/wmemset_chk.c: Likewise.
15364         * dirent/scandirat.c (SCANDIRAT): Likewise.
15365         * dlfcn/dladdr1.c (dladdr1): Likewise.
15366         * dlfcn/dladdr.c (dladdr): Likewise.
15367         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15368         * dlfcn/dlerror.c (__dlerror): Likewise.
15369         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15370         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15371         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15372         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15373         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15374         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15375         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15376         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15377         Likewise.
15378         * elf/dl-conflict.c: Likewise.
15379         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15380         * elf/dl-dst.h: Likewise.
15381         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15382         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15383         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15384         * elf/dl-init.c (call_init, _dl_init): Likewise.
15385         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15386         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15387         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15388         Likewise.
15389         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15390         Likewise.
15391         * elf/dl-minimal.c (__libc_memalign): Likewise.
15392         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15393         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15394         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15395         * elf/dl-sym.c (do_sym): Likewise.
15396         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15397         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15398         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15399         * elf/dl-writev.h (_dl_writev): Likewise.
15400         * elf/ldconfig.c (search_dir): Likewise.
15401         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15402         (dl_main): Likewise.
15403         * elf/setup-vdso.h (setup_vdso): Likewise.
15404         * grp/compat-initgroups.c (compat_call): Likewise.
15405         * grp/fgetgrent.c (fgetgrent): Likewise.
15406         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15407         * grp/putgrent.c (putgrent): Likewise.
15408         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15409         Likewise.
15410         * hurd/hurdinit.c: Likewise.
15411         * iconvdata/8bit-gap.c (struct): Likewise.
15412         * iconvdata/ansi_x3.110.c : Likewise.
15413         * iconvdata/big5.c : Likewise.
15414         * iconvdata/big5hkscs.c : Likewise.
15415         * iconvdata/cp1255.c: Likewise.
15416         * iconvdata/cp1258.c : Likewise.
15417         * iconvdata/cp932.c : Likewise.
15418         * iconvdata/euc-cn.c: Likewise.
15419         * iconvdata/euc-jisx0213.c : Likewise.
15420         * iconvdata/euc-jp.c: Likewise.
15421         * iconvdata/euc-jp-ms.c : Likewise.
15422         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15423         * iconvdata/gb18030.c : Likewise.
15424         * iconvdata/gbbig5.c (const): Likewise.
15425         * iconvdata/gbgbk.c: Likewise.
15426         * iconvdata/gbk.c : Likewise.
15427         * iconvdata/ibm1364.c : Likewise.
15428         * iconvdata/ibm930.c : Likewise.
15429         * iconvdata/ibm932.c: Likewise.
15430         * iconvdata/ibm933.c : Likewise.
15431         * iconvdata/ibm935.c : Likewise.
15432         * iconvdata/ibm937.c : Likewise.
15433         * iconvdata/ibm939.c : Likewise.
15434         * iconvdata/ibm943.c: Likewise.
15435         * iconvdata/iso_11548-1.c: Likewise.
15436         * iconvdata/iso-2022-cn.c : Likewise.
15437         * iconvdata/iso-2022-cn-ext.c : Likewise.
15438         * iconvdata/iso-2022-jp-3.c: Likewise.
15439         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15440         * iconvdata/iso-2022-kr.c : Likewise.
15441         * iconvdata/iso646.c (gconv_end): Likewise.
15442         * iconvdata/iso_6937-2.c : Likewise.
15443         * iconvdata/iso_6937.c : Likewise.
15444         * iconvdata/iso8859-1.c: Likewise.
15445         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15446         * iconvdata/shift_jisx0213.c : Likewise.
15447         * iconvdata/sjis.c : Likewise.
15448         * iconvdata/t.61.c : Likewise.
15449         * iconvdata/tcvn5712-1.c : Likewise.
15450         * iconvdata/tscii.c: Likewise.
15451         * iconvdata/uhc.c : Likewise.
15452         * iconvdata/unicode.c (gconv_end): Likewise.
15453         * iconvdata/utf-16.c (gconv_end): Likewise.
15454         * iconvdata/utf-32.c (gconv_end): Likewise.
15455         * iconvdata/utf-7.c (base64): Likewise.
15456         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15457         * iconv/gconv_close.c (__gconv_close): Likewise.
15458         * iconv/gconv_open.c (__gconv_open): Likewise.
15459         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15460         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15461         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15462         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15463         (ucs4le_internal_loop_single): Likewise.
15464         * iconv/iconv.c (iconv): Likewise.
15465         * iconv/iconv_close.c: Likewise.
15466         * iconv/loop.c (SINGLE): Likewise.
15467         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15468         * include/atomic.h: Likewise.
15469         * inet/inet6_option.c (option_alloc): Likewise.
15470         * intl/bindtextdom.c (set_binding_values): Likewise.
15471         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15472         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15473         * intl/localealias.c (read_alias_file): Likewise.
15474         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15475         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15476         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15477         * libio/fmemopen.c (fmemopen): Likewise.
15478         * libio/iofgets.c (_IO_fgets): Likewise.
15479         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15480         * libio/iofgetws.c (fgetws): Likewise.
15481         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15482         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15483         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15484         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15485         * locale/findlocale.c (_nl_find_locale): Likewise.
15486         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15487         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15488         Likewise.
15489         * locale/setlocale.c (setlocale): Likewise.
15490         * login/programs/pt_chown.c (main): Likewise.
15491         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15492         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15493         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15494         (mmap, mmap64, mremap, munmap): Likewise.
15495         * math/e_exp2l.c: Likewise.
15496         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15497         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15498         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15499         * math/s_catan.c (__catan): Likewise.
15500         * math/s_catanf.c (__catanf): Likewise.
15501         * math/s_catanh.c (__catanh): Likewise.
15502         * math/s_catanhf.c (__catanhf): Likewise.
15503         * math/s_catanhl.c (__catanhl): Likewise.
15504         * math/s_catanl.c (__catanl): Likewise.
15505         * math/s_ccosh.c (__ccosh): Likewise.
15506         * math/s_ccoshf.c (__ccoshf): Likewise.
15507         * math/s_ccoshl.c (__ccoshl): Likewise.
15508         * math/s_cexp.c (__cexp): Likewise.
15509         * math/s_cexpf.c (__cexpf): Likewise.
15510         * math/s_cexpl.c (__cexpl): Likewise.
15511         * math/s_clog10.c (__clog10): Likewise.
15512         * math/s_clog10f.c (__clog10f): Likewise.
15513         * math/s_clog10l.c (__clog10l): Likewise.
15514         * math/s_clog.c (__clog): Likewise.
15515         * math/s_clogf.c (__clogf): Likewise.
15516         * math/s_clogl.c (__clogl): Likewise.
15517         * math/s_csin.c (__csin): Likewise.
15518         * math/s_csinf.c (__csinf): Likewise.
15519         * math/s_csinh.c (__csinh): Likewise.
15520         * math/s_csinhf.c (__csinhf): Likewise.
15521         * math/s_csinhl.c (__csinhl): Likewise.
15522         * math/s_csinl.c (__csinl): Likewise.
15523         * math/s_csqrt.c (__csqrt): Likewise.
15524         * math/s_csqrtf.c (__csqrtf): Likewise.
15525         * math/s_csqrtl.c (__csqrtl): Likewise.
15526         * math/s_ctan.c (__ctan): Likewise.
15527         * math/s_ctanf.c (__ctanf): Likewise.
15528         * math/s_ctanh.c (__ctanh): Likewise.
15529         * math/s_ctanhf.c (__ctanhf): Likewise.
15530         * math/s_ctanhl.c (__ctanhl): Likewise.
15531         * math/s_ctanl.c (__ctanl): Likewise.
15532         * math/w_pow.c: Likewise.
15533         * math/w_powf.c: Likewise.
15534         * math/w_powl.c: Likewise.
15535         * math/w_scalb.c (sysv_scalb): Likewise.
15536         * math/w_scalbf.c (sysv_scalbf): Likewise.
15537         * math/w_scalbl.c (sysv_scalbl): Likewise.
15538         * misc/error.c (error_tail): Likewise.
15539         * misc/pselect.c (__pselect): Likewise.
15540         * nis/nis_callback.c (__nis_create_callback): Likewise.
15541         * nis/nis_call.c (__nisfind_server): Likewise.
15542         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15543         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15544         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15545         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15546         * nis/nis_lookup.c (nis_lookup): Likewise.
15547         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15548         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15549         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15550         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15551         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15552         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15553         * nis/nss_compat/compat-initgroups.c (add_group)
15554         (internal_getgrent_r): Likewise.
15555         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15556         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15557         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15558         (internal_getspnam_r): Likewise.
15559         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15560         (_nss_nis_getaliasbyname_r): Likewise.
15561         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15562         (_nss_nis_getntohost_r): Likewise.
15563         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15564         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15565         (_nss_nis_getgrgid_r): Likewise.
15566         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15567         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15568         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15569         (_nss_nis_gethostbyname4_r): Likewise.
15570         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15571         (initgroups_netid): Likewise.
15572         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15573         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15574         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15575         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15576         (_nss_nis_getprotobynumber_r): Likewise.
15577         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15578         (_nss_nis_getsecretkey): Likewise.
15579         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15580         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15581         (_nss_nis_getpwuid_r): Likewise.
15582         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15583         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15584         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15585         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15586         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15587         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15588         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15589         Likewise.
15590         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15591         (_nss_nisplus_getntohost_r): Likewise.
15592         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15593         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15594         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15595         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15596         Likewise.
15597         * nis/nss_nisplus/nisplus-initgroups.c
15598         (_nss_nisplus_initgroups_dyn): Likewise.
15599         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15600         (_nss_nisplus_getnetbyaddr_r): Likewise.
15601         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15602         (_nss_nisplus_getprotobynumber_r): Likewise.
15603         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15604         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15605         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15606         Likewise.
15607         * nis/nss_nisplus/nisplus-service.c
15608         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15609         (_nss_nisplus_getservbyport_r): Likewise.
15610         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15611         (_nss_nisplus_getspnam_r): Likewise.
15612         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15613         Likewise.
15614         * nscd/aicache.c (addhstaiX): Likewise.
15615         * nscd/cache.c (cache_search, prune_cache): Likewise.
15616         * nscd/connections.c (register_traced_file, send_ro_fd)
15617         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15618         (main_loop_epoll): Likewise.
15619         * nscd/grpcache.c (addgrbyX): Likewise.
15620         * nscd/hstcache.c (addhstbyX): Likewise.
15621         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15622         * nscd/mem.c (gc, mempool_alloc): Likewise.
15623         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15624         (addinnetgrX): Likewise.
15625         * nscd/nscd-client.h (__nscd_acquire_maplock)
15626         (__nscd_drop_map_ref): Likewise.
15627         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15628         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15629         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15630         Likewise.
15631         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15632         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15633         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15634         (__nscd_get_map_ref): Likewise.
15635         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15636         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15637         Likewise.
15638         * nscd/pwdcache.c (addpwbyX): Likewise.
15639         * nscd/selinux.c (preserve_capabilities): Likewise.
15640         * nscd/servicescache.c (addservbyX): Likewise.
15641         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15642         * posix/fnmatch.c (fnmatch): Likewise.
15643         * posix/getopt.c (_getopt_internal_r): Likewise.
15644         * posix/glob.c (glob, glob_in_dir): Likewise.
15645         * posix/wordexp.c (exec_comm_child): Likewise.
15646         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15647         (getanswer_r, gaih_getanswer_slice): Likewise.
15648         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15649         * resolv/res_init.c: Likewise.
15650         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15651         * resolv/res_query.c (__libc_res_nquery): Likewise.
15652         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15653         Likewise.
15654         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15655         * stdio-common/perror.c (perror): Likewise.
15656         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15657         * stdio-common/tmpnam.c (tmpnam): Likewise.
15658         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15659         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15660         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15661         Likewise.
15662         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15663         * stdlib/putenv.c (putenv): Likewise.
15664         * stdlib/setenv.c (__add_to_environ): Likewise.
15665         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15666         * stdlib/strtol_l.c (INTERNAL): Likewise.
15667         * string/memmem.c (memmem): Likewise.
15668         * string/strerror.c (strerror): Likewise.
15669         * string/strnlen.c (__strnlen): Likewise.
15670         * string/test-memmem.c (simple_memmem): Likewise.
15671         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15672         * sunrpc/pm_getport.c (__get_socket): Likewise.
15673         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15674         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15675         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15676         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15677         Likewise.
15678         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15679         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15680         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15681         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15682         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15683         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15684         Likewise.
15685         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15686         Likewise.
15687         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15688         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15689         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15690         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15691         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15692         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15693         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15694         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15695         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15696         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15697         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15698         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15699         Likewise.
15700         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15701         Likewise.
15702         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15703         Likewise.
15704         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15705         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15706         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15707         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15708         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15709         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15710         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15711         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15712         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15713         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15714         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15715         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15716         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15717         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15718         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15719         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15720         Likewise.
15721         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15722         Likewise.
15723         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15724         Likewise.
15725         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15726         Likewise.
15727         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15728         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15729         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15730         Likewise.
15731         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15732         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15733         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15734         * sysdeps/posix/sleep.c: Likewise.
15735         * sysdeps/posix/tempname.c: Likewise.
15736         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15737         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15738         Likewise.
15739         * sysdeps/powerpc/powerpc32/dl-machine.h
15740         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15741         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15742         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15743         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15744         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15745         Likewise.
15746         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15747         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15748         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15749         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15750         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15751         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15752         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15753         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15754         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15755         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15756         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15757         (elf_machine_lazy_rel): Likewise.
15758         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15759         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15760         (elf_machine_lazy_rel): Likewise.
15761         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15762         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15763         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15764         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15765         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15766         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15767         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15768         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15769         Likewise.
15770         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15771         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15772         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15773         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15774         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15775         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15776         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15777         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15778         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15779         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15780         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15781         Likewise.
15782         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15783         (__posix_fallocate64_l64): Likewise.
15784         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15785         (posix_fallocate): Likewise.
15786         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15787         Likewise.
15788         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15789         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15790         (getifaddrs_internal): Likewise.
15791         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15792         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15793         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15794         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15795         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15796         (__posix_fallocate64_l64): Likewise.
15797         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15798         Likewise.
15799         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15800         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15801         (__get_clockfreq): Likewise.
15802         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15803         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15804         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15805         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15806         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15807         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15808         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15809         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15810         Likewise.
15811         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15812         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15813         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15814         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15815         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15816         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15817         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15818         Likewise.
15819         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15820         (posix_fallocate): Likewise.
15821         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15822         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15823         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15824         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15825         (elf_machine_rela, elf_machine_rela_relative)
15826         (elf_machine_lazy_rel): Likewise.
15827         * time/asctime.c (asctime_internal): Likewise.
15828         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15829         * time/tzset.c (__tzset_parse_tz): Likewise.
15830         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15831         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15832         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15833         * wcsmbs/wcsmbsload.h: Likewise.
15835         [BZ #15894]
15836         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15838         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15839         (arena_get2): Remove THREAD_STATS conditionals.
15840         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15841         (__malloc_stats, int): Likewise.
15843 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15845         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15846         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15848         * manual/setjmp.texi: Fix typos/grammar errors.
15850         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15851         Only return early when n is <= 0.  Delete unused return statement.
15853         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15854         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15855         * debug/tst-longjmp_chk3.c: New file.
15857         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15858         (test_main): Replace code with set_fortify_handler call.
15859         * debug/test-strcpy_chk.c: Likewise.
15860         * debug/tst-chk1.c: Likewise.
15861         * debug/tst-longjmp_chk.c: Likewise.
15862         * test-skeleton.c: Include fcntl.h & paths.h
15863         (set_fortify_handler): Define.
15865         * debug/tst-longjmp_chk.c: Add header comment and include
15866         ../test-skeleton.c.
15867         (do_test): Mark static.
15868         (TEST_FUNCTION): Define.
15870         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15871         (IP_PMTUDISC_INTERFACE): Likewise.
15872         (IP_MULTICAST_IF): Likewise.
15873         (IP_MULTICAST_TTL): Likewise.
15874         (IP_MULTICAST_LOOP): Likewise.
15875         (IP_ADD_MEMBERSHIP): Likewise.
15876         (IP_DROP_MEMBERSHIP): Likewise.
15877         (IP_UNBLOCK_SOURCE): Likewise.
15878         (IP_BLOCK_SOURCE): Likewise.
15879         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15880         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15881         (IP_MSFILTER): Likewise.
15882         (MCAST_JOIN_GROUP): Likewise.
15883         (MCAST_BLOCK_SOURCE): Likewise.
15884         (MCAST_UNBLOCK_SOURCE): Likewise.
15885         (MCAST_LEAVE_GROUP): Likewise.
15886         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15887         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15888         (MCAST_MSFILTER): Likewise.
15889         (IP_MULTICAST_ALL): Likewise.
15890         (IP_UNICAST_IF): Likewise.
15892         * timezone/Makefile: Delete $(have-ksh) check.
15893         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15894         * timezone/tzselect.ksh: Add +x mode bits.
15896         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15897         (ANON_INODE_FS_MAGIC): Likewise.
15898         (BDEVFS_MAGIC): Likewise.
15899         (BINFMTFS_MAGIC): Likewise.
15900         (BTRFS_TEST_MAGIC): Likewise.
15901         (CRAMFS_MAGIC_WEND): Likewise.
15902         (DEBUGFS_MAGIC): Likewise.
15903         (ECRYPTFS_SUPER_MAGIC): Likewise.
15904         (EXT3_SUPER_MAGIC): Likewise.
15905         (EXT4_SUPER_MAGIC): Likewise.
15906         (FUTEXFS_SUPER_MAGIC): Likewise.
15907         (HOSTFS_SUPER_MAGIC): Likewise.
15908         (HUGETLBFS_MAGIC): Likewise.
15909         (MINIX3_SUPER_MAGIC): Likewise.
15910         (MTD_INODE_FS_MAGIC): Likewise.
15911         (NILFS_SUPER_MAGIC): Likewise.
15912         (OPENPROM_SUPER_MAGIC): Likewise.
15913         (PIPEFS_MAGIC): Likewise.
15914         (PSTOREFS_MAGIC): Likewise.
15915         (QNX6_SUPER_MAGIC): Likewise.
15916         (RAMFS_MAGIC): Likewise.
15917         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15918         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15919         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15920         (SECURITYFS_MAGIC): Likewise.
15921         (SELINUX_MAGIC): Likewise.
15922         (SMACK_MAGIC): Likewise.
15923         (SOCKFS_MAGIC): Likewise.
15924         (SQUASHFS_MAGIC): Likewise.
15925         (STACK_END_MAGIC): Likewise.
15926         (TMPFS_MAGIC): Likewise.
15927         (USBDEVICE_SUPER_MAGIC): Likewise.
15928         (V9FS_MAGIC): Likewise.
15929         (XENFS_SUPER_MAGIC): Likewise.
15930         (CRAMFS_MAGIC): Fix typo in comment.
15931         (EXT2_SUPER_MAGIC): Update comment.
15932         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15934 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15936         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15937         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15938         * sysdeps/unix/sysv/linux/arm: Move directory from
15939         ports/sysdeps/unix/sysv/linux/arm.
15940         * README: Update listing for arm-*-linux-gnueabi.
15942         * README: Remove mention of am33.
15944 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15946         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15947         than the comma operator, to avoid "rhs of comma has no effect"
15948         compiler warnings.
15949         (__sigfillset, __sigandset, __sigorset): Likewise.
15950         * include/signal.h (__sigemptyset): Likewise.
15951         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15953 2014-02-07  Allan McRae  <allan@archlinux.org>
15955         * version.h (RELEASE): Set to "development".
15956         (VERSION): Set to "2.19.90"
15957         * NEWS: Add 2.20 section.
15959 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15961         [BZ #16529]
15962         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15964 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15966         * manual/contrib.texi: Update entry for Carlos O'Donell,
15967         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15969 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15971         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15973         * sysdeps/unix/sysv/linux/kernel-features.h
15974         [__LINUX_KERNEL_VERSION >= 0x020621]
15975         (__ASSUME_PROC_PID_TASK_COMM): Define.
15977 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15979         [BZ #16398]
15980         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15981         conversion when destination buffer does not have enough space.
15982         * libio/tst-ftell-partial-wide.c: New test case.
15983         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15985         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15986         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15987         Leonard and Allan McRae.
15989 2014-02-04  David S. Miller  <davem@davemloft.net>
15991         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15992         32-bit.
15994 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15997         New file
15998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15999         New file
16000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
16001         New file.
16002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
16003         New file.
16004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
16005         New file.
16006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
16007         New file.
16008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
16009         New file.
16010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
16011         New file.
16012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
16013         New file.
16014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
16015         New file.
16016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
16017         New file.
16018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
16019         New file.
16020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
16021         New file.
16023 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16025         * nptl/shlib-versions: Change powerpc*le start to 2.17.
16026         * shlib-versions: Likewise.
16028 2014-02-04  Roland McGrath  <roland@hack.frob.com>
16029             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16031         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
16032         (abilist-pattern): New variable, set to %-le.abilist.
16034         * Makerules (abilist-pattern): New variable.
16035         (vpath): Use $(abilist-pattern) in place of %.abilist.
16036         (check-abi-% pattern rule): Likewise.
16037         (check-abi, update-abi): Likewise.
16039 2014-02-04  Eric Wong  <normalperson@yhbt.net>
16041         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16043 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
16045         * manual/startup.texi: Add next, previous, and top entries for
16046         the `Program Arguments' and `Environment Variables' nodes.
16048 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
16050         * manual/macros.texi: Add comments before MTASC-safety macros.
16052         * manual/users.texi: Document MTASC-safety properties.
16054         * manual/threads.texi (pthread_key_create, pthread_key_delete)
16055         (pthread_getspecific, pthread_setspecific): Format with
16056         @deftypefun, and add @safety note.
16057         * manual/signal.texi: Move comments that analyze the above
16058         functions to their home place.
16060 2014-02-03  Allan McRae  <allan@archlinux.org>
16062         * po/sl.po: Update Slovenian translation from translation project.
16064 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
16066         * manual/time.texi (timegm): Add missing blank after @c.
16067         Reported by Joseph Myers <joseph@codesourcery.com>.
16069 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
16071         * manual/check-safety.sh: New.
16072         * manual/Makefile ($(objpfx)stamp-summary): Run it.
16074         * manual/terminal.texi: Document MTASC-safety properties.
16076         * manual/filesys.texi: Document MTASC-safety properties.
16078         * manual/errno.texi: Document MTASC-safety properties.
16080         * manual/intro.texi: Document safety identifiers and
16081         conditionals.
16083         * manual/string.texi (wcstok): Fix prototype.
16084         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
16086         * manual/time.texi: Document MTASC-safety properties.
16088         * manual/string.texi: Document MTASC-safety properties.
16090         * manual/threads.texi: Document MTASC-safety properties.
16092         * manual/stdio.texi: Document MTASC-safety properties.
16094         * manual/syslog.texi: Document MTASC-safety properties.
16096         * manual/sysinfo.texi: Document MTASC-safety properties.
16098         * manual/startup.texi: Document MTASC-safety properties.
16100         * manual/socket.texi: Document MTASC-safety properties.
16102         * manual/signal.texi: Document MTASC-safety properties.
16104 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
16106         * manual/setjmp.texi: Document MTASC-safety properties.
16108         * manual/search.texi: Document MTASC-safety properties.
16110         * manual/resource.texi: Document MTASC-safety properties.
16112         * manual/process.texi: Document MTASC-safety properties.
16114         * manual/platform.texi: Document MTASC-safety properties.
16116         * manual/pipe.texi: Document MTASC-safety properties.
16118         * manual/pattern.texi: Document MTASC-safety properties.
16120         * manual/message.texi: Document MTASC-safety properties.
16122         [BZ #12751]
16123         * manual/memory.texi: Document MTASC-safety properties.
16125         * manual/math.texi: Document MTASC-safety properties.
16127         * manual/locale.texi: Document MTASC-safety properties.
16129         * manual/llio.texi: Document MTASC-safety properties.
16131         * manual/libdl.texi: New.
16133         * manual/lang.texi: Document MTASC-safety properties.
16135         * manual/job.texi: Document MTASC-safety properties.
16137         * manual/getopt.texi: Document MTASC-safety properties.
16139         * manual/ctype.texi: Document MTASC-safety properties.
16141 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
16143         [BZ #16046]
16144         * csu/libc-tls.c (static_map): Remove variable.
16145         (__libc_setup_tls): Use main executable's link map for TLS data.
16146         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
16147         casing for LM_ID_BASE and GL(dl_nns).
16148         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
16149         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
16150         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
16151         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
16152         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
16153         member.
16154         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
16155         l_phnum members.
16157 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
16159         * manual/debug.texi: Document MTASC-safety properties.
16161 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
16163         [BZ #16510]
16164         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
16165         of __x86_64__ when disabling x87 inline functions.
16167 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
16169         * manual/charset.texi: Document MTASC-safety properties.
16171         * manual/crypt.texi: Document MTASC-safety properties.
16173         * manual/conf.texi: Document MTASC-safety properties.
16175         * manual/arith.texi: Document MTASC-safety properties.
16177         * manual/argp.texi: Document MTASC-safety properties.
16179         * manual/macros.texi: Introduce macros to document multi
16180         thread, asynchronous signal and asynchronous cancellation
16181         safety properties.
16182         * manual/intro.texi: Introduce the properties themselves.
16184 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16186         * sysdeps/sh/sh4/Makefile: New file.
16188 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
16190         * math/gen-libm-test.pl ($srcdir): New variable.
16191         ($auto_input): Use it.
16193 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16195         [BZ #16506]
16196         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
16197         access beyond array bounds when parsing netgroups file.
16199         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
16200         the old buffer before realloc.
16202 2014-01-27  Allan McRae  <allan@archlinux.org>
16204         * po/fr.po: Update French translation from translation project.
16206 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16208         * sysdeps/sh/libm-test-ulps: Regenerate.
16210 2014-01-24  David S. Miller  <davem@davemloft.net>
16212         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
16214 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16216         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
16217         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
16219 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16221         [BZ #16474]
16222         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
16223         string pointers after reallocation.
16225 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16227         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
16228         __SH4A__ instead of __SH_FPU_ANY__.
16230 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16232         * sysdeps/sh/fpu_control.h: New file.
16233         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
16234         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
16235         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
16236         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
16237         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
16238         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
16239         * sysdeps/sh/sys/ucontext.h: Remove.
16240         * sysdeps/sh/sys: Remove directory.
16242 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16244         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
16245         s390/sys/ucontext.h.
16246         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
16247         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
16249 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
16251         [BZ #15605]
16252         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16254 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16256         [BZ#16431]
16257         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16258         Adjust the vDSO correctly for internal calls.
16259         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16261 2014-01-20  Allan McRae  <allan@archlinux.org>
16263         * po/ca.po: Update Catalan translation from translation project.
16265 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16267         * sysdeps/s390/sotruss-lib.c: New file.
16269 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16271         [BZ#16430]
16272         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16273         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16274         local calls issues by not having a PLT stub required for IFUNC calls.
16275         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16277 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16279         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16280         * math/test-fpucw-static.c: Likewise.
16282 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16284         [BZ #16453]
16285         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16287 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16289         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16290         implementation for powerpc.
16292 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16294         [BZ #14782]
16295         * sysdeps/posix/system.c (__libc_system): Do not enable
16296         asynchronous cancellation.
16298 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16300         [BZ #16427]
16301         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16302         handling only for numbers special also in the IEEE case.
16304 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16306         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16308 2014-01-11  Allan McRae  <allan@archlinux.org>
16310         * po/bg.po: Update Bulgarian translation from translation project.
16312         * po/de.po: Update German translation from translation project.
16314 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16316         * sysdeps/generic/gcc-compat.h: New file.
16318 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16320         * benchtests/asin-inputs: Correct slow inputs.
16321         * benchtests/acos-inputs: Likewise.
16323 2014-01-10  Allan McRae  <allan@archlinux.org>
16325         * po:sv.po: Update Swedish translation from translation project.
16327         * po/vi.po: Update Vietnamese translation from translation project.
16329         * po/eo.po: Update Esperanto translation from translation project.
16331         * po/cs.po: Update Czech translation from translation project.
16333         * po/nl.po: Update Dutch translation from translation project.
16335         * po/pl.po: Update Polish translation from translation project.
16337         * po/ru.po: Update Russian translation from translation project.
16339         * po/uk.po: Update Ukrainian translation from translation project.
16341 2014-01-08  Brooks Moses  <bmoses@google.com>
16343         * elf/dl-load.c: Fix comment typo.
16345 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16347         * po/header.pot: Rename to...
16348         * po/pot.header: ... this.
16349         * po/Makefile: Use pot.header.
16351 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16352             Maxim Kuvyrkov  <maxim@kugelworks.com>
16354         [BZ #16394]
16355         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16356         SRC and DEST against LEN.
16358 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16360         [BZ #16414]
16361         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16362         implementation.
16363         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16365 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16367         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16369 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16371         [BZ #16408]
16372         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16373         for large positive arguments.
16375 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16377         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16379         * math/auto-libm-test-in: Mark various tests with
16380         xfail-rounding:ldbl-128ibm.
16381         * math/auto-libm-test-out: Regenerated.
16383         [BZ #16407]
16384         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16385         Increase overflow threshold.
16387 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16389         [BZ #14286]
16390         * stdio-common/vfprintf.c: Check for integer overflow.
16392 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16394         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16395         the first argument and return value of __tls_get_addr_internal.
16397 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16399         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16400         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16402 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16404         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16405         * sysdeps/s390/rtld-global-offsets.sym: New file.
16406         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16407         GLIBC_2.19 symbol.
16408         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16409         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16410         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16411         ... this.
16412         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16413         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16414         ... this.
16415         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16416         Regenerate.
16417         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16418         Regenerate.
16419         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16420         halfs of GPRs for high_gprs contexts.
16421         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16422         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16423         field.
16424         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16425         uc_flags field.
16426         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16427         64 bit versions:
16428         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16429         for high GPRs (uc_high_gprs) and for future extensions
16430         (__reserved).
16431         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16432         for future extensions (__reserved).
16433         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16434         64 bit versions:
16435         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16436         SC_HIGHGPRS offset definition.
16437         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16438         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16440         * Versions.def: Add GLIBC_2.19 for libpthread.
16441         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16442         siglongjmp for libpthread with GLIBC_2.19 symver.
16443         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16444         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16445         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16446         * sysdeps/s390/__longjmp.c: New file.
16447         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16448         * sysdeps/s390/longjmp.c: New file.
16449         * sysdeps/s390/setjmp.S: New file.
16450         * sysdeps/s390/sigjmp.S: New file.
16451         * sysdeps/s390/v1-longjmp.c: New file.
16452         * sysdeps/s390/v1-setjmp.h: New file.
16453         * sysdeps/s390/v1-sigjmp.c: New file.
16454         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16455         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16456         GLIBC_2.19 version.
16457         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16458         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16459         versioned symbols for ____longjmp_chk.
16460         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16461         Likewise.
16462         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16463         Regenerate.
16464         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16465         Regenerate.
16466         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16467         Regenerate.
16468         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16469         Regenerate.
16470         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16471         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16472         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16473         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16474         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16475         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16476         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16477         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16478         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16479         * sysdeps/s390/rtld-__longjmp.c: New file.
16480         * sysdeps/s390/rtld-setjmp.S: New file.
16482 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16484         [BZ #16400]
16485         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16486         Return -__logl (x) for small positive arguments without evaluating
16487         a polynomial.
16489 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16491         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16492         Rename to ...
16493         (__ptrace_peeksiginfo_args): ... this.
16494         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16495         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16496         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16498 2014-01-06  Allan McRae  <allan@archlinux.org>
16500         * inet/netinet/in.h: Fix typo in comment.
16502 2014-01-05  Andreas Jaeger  <aj@suse.de>
16504         * sysdeps/i386/fpu/libm-test-ulps: Update.
16506 2014-01-05  Allan McRae  <allan@archlinux.org>
16508         * po/libc.pot: Regenerated.
16510         * malloc/memusagestat.c: Fix gettext call formatting.
16512 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16514         * nscd/nscd.c: Improve usage() output.
16516 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16518         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16519         * sysdeps/unix/sysv/linux/configure: Regenerated.
16520         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16521         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16523 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16525         [BZ #16390]
16526         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16527         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16529 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16531         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16532         extra tokens at end of #undef directive.
16533         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16534         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16535         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16537 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16539         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16541         * math/auto-libm-test-in: Mark various tests with
16542         xfail-rounding:ldbl-128ibm.
16543         * math/auto-libm-test-out: Regenerated.
16545 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16547         [BZ #16386]
16548         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16549         numbers with subnormal high part when calculating exponent.
16551         [BZ #16385]
16552         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16553         fabs.
16555         [BZ #16384]
16556         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16557         M_LN2l.
16558         (__ieee754_acoshl): Use __log1pl not __log1p.
16560 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16562         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16563         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16564         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16565         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16566         (reused_arena, arena_get2): Convert to GNU style.
16567         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16568         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16569         (memalign_check, __malloc_set_state): Likewise.
16570         * malloc/mallocbug.c (main): Likewise.
16571         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16572         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16573         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16574         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16575         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16576         (__posix_memalign, malloc_info): Likewise.
16577         * malloc/malloc.h: Likewise.
16578         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16579         (mallochook, memalignhook, reallochook, mabort): Likewise.
16580         * malloc/mcheck.h: Likewise.
16581         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16582         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16583         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16584         * malloc/morecore.c (__default_morecore): Likewise.
16585         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16586         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16587         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16588         (print_and_abort): Likewise.
16589         * malloc/obstack.h: Likewise.
16590         * malloc/set-freeres.c (__libc_freeres): Likewise.
16591         * malloc/tst-mallocstate.c (main): Likewise.
16592         * malloc/tst-mtrace.c (main): Likewise.
16593         * malloc/tst-realloc.c (do_test): Likewise.
16595 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16597         [BZ #16366]
16598         * nscd/netgroupcache.c (do_notfound): New function.
16599         (addgetnetgrentX): Use it.
16601         [BZ # 16365]
16602         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16603         NSS_STATUS_NOTFOUND.
16605 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16607         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16608         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16610 2014-01-01  Allan McRae  <allan@archlinux.org>
16612         * scripts/update-copyrights: Update configure input file suffix.
16614         * NEWS: Update copyright year.
16615         * catgets/gencat.c: Likewise.
16616         * csu/version.c: Likewise.
16617         * debug/catchsegv.sh: Likewise.
16618         * debug/pcprofiledump.c: Likewise.
16619         * debug/xtrace.sh: Likewise.
16620         * elf/ldconfig.c: Likewise.
16621         * elf/ldd.bash.in: Likewise.
16622         * elf/pldd.c: Likewise.
16623         * elf/sotruss.ksh: Likewise.
16624         * elf/sprof.c: Likewise.
16625         * iconv/iconv_prog.c: Likewise.
16626         * iconv/iconvconfig.c: Likewise.
16627         * locale/programs/locale.c: Likewise.
16628         * locale/programs/localedef.c: Likewise.
16629         * login/programs/pt_chown.c: Likewise.
16630         * malloc/memusage.sh: Likewise.
16631         * malloc/memusagestat.c: Likewise.
16632         * malloc/mtrace.pl: Likewise.
16633         * manual/libc.texinfo: Likewise.
16634         * nscd/nscd.c: Likewise.
16635         * nss/getent.c: Likewise.
16636         * nss/makedb.c: Likewise.
16637         * posix/getconf.c: Likewise.
16638         * scripts/test-installation.pl: Likewise.
16640         * All files with FSF copyright notices: Update copyright dates
16641         using scripts/update-copyrights.
16642         * intl/plural.c: Regenerated.
16643         * locale/programs/charmap-kw.h: Likewise.
16644         * locale/programs/locfile-kw.h: Likewise.
16646 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16648         * sysdeps/unix/sysv/linux/configure: Regenerated.
16649         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16650         the linux/fanotify.h header.
16651         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16652         HAVE_LINUX_FANOTIFY_H is defined.
16654 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16656         * benchtests/cos-inputs: New inputs.
16657         * benchtests/sin-inputs: Likewise.
16659         * benchtests/atan-inputs: New inputs. Fix name of multiple
16660         precision fallback inputs.
16662         * benchtests/atanh-inputs: New inputs.
16663         * benchtests/tanh-inputs: Likewise.
16665         * benchtests/acosh-inputs: New inputs.
16666         * benchtests/asinh-inputs: Likewise.
16668         * benchtests/cosh-inputs: New inputs.
16669         * benchtests/sinh-inputs: Likewise.
16671         * benchtests/acos-inputs: Add more inputs.
16672         * benchtests/asin-inputs: Likewise.
16674 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16676         [BZ #16375]
16677         * manual/arith.texi: Fix spelling.
16678         * manual/charset.texi: Likewise.
16679         * manual/errno.texi: Likewise.
16680         * manual/filesys.texi: Likewise.
16681         * manual/lang.texi: Likewise.
16682         * manual/llio.texi: Likewise.
16683         * manual/locale.texi: Likewise.
16684         * manual/message.texi: Likewise.
16685         * manual/resource.texi: Likewise.
16686         * manual/search.texi: Likewise.
16687         * manual/setjmp.texi: Likewise.
16688         * manual/stdio.texi: Likewise.
16689         * manual/string.texi: Likewise.
16690         * manual/sysinfo.texi: Likewise.
16691         * manual/time.texi: Likewise.
16693 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16695         * po/sl.po: New file.
16697 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16699         * .gitignore: Add core/.gdbinit/.gdb_history.
16701 2013-12-27  Allan McRae  <allan@archlinux.org>
16703         [BZ #16369]
16704         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16705         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16707 2013-12-24  Brooks Moses  <bmoses@google.com>
16709         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16710         all compilers that claim C++98 compliance, not just GCC.
16711         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16712         Likewise.
16714 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16716         * NEWS: Restore accidentally deleted bug-fix entries.
16718 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16719             Ondřej Bílka  <neleai@seznam.cz>
16721         [BZ #15073]
16722         * malloc/malloc.c (_int_free): Perform sanity check only if we
16723         have_lock.
16725 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16727         [BZ #12986]
16728         * manual/stdio.texi (String Input Conversions): Clarify that character
16729         classes are not supported.
16731 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16733         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16735 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16737         [BZ #16337]
16738         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16739         Calculate results for small negative arguments directly rather
16740         than using reflection formula with special underflow handling.
16742         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16743         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16744         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16745         (fchflags): Likewise.
16746         (revoke): Likewise.
16747         (setlogin): Likewise.
16748         (sigaltstack): Likewise.
16749         (wait4): Likewise.
16750         (sigblock): Remove.
16751         (sigsetmask): Likewise.
16752         (wait3): Likewise.
16753         (waitpid): Likewise.
16754         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16755         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16756         file.
16757         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16758         * sysdeps/unix/bsd/Makefile: ... here.
16759         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16760         * sysdeps/unix/bsd/Versions: ... here.
16761         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16762         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16763         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16764         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16765         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16766         * sysdeps/unix/bsd/sigblock.c: ... here.
16767         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16768         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16769         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16770         * sysdeps/unix/bsd/sigvec.c: ... here.
16771         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16772         * sysdeps/unix/bsd/tcdrain.c: ... here.
16773         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16774         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16775         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16776         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16777         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16778         * sysdeps/unix/bsd/wait.c: ... here.
16779         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16780         * sysdeps/unix/bsd/wait3.c: ... here.
16781         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16782         * sysdeps/unix/bsd/waitpid.c: ... here.
16784 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16786         [BZ #16356]
16787         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16788         round-to-nearest for [!USE_AS_EXPM1L].
16789         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16790         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16791         more tests of exp and exp10.  Expect some exp10 tests to miss
16792         exceptions or fail in directed rounding modes.
16793         * math/auto-libm-test-out: Regenerated.
16794         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16795         (exp10_test_tonearest): New function.
16796         (exp10_towardzero_test_data): New array.
16797         (exp10_test_towardzero): New function.
16798         (exp10_downward_test_data): New array.
16799         (exp10_test_downward): New function.
16800         (exp10_upward_test_data): New array.
16801         (exp10_test_upward): New function.
16802         (main): Call the new functions.
16803         * sysdeps/i386/fpu/libm-test-ulps: Update.
16804         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16806 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16808         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16809         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16810         * math/auto-libm-test-out: Regenerated.
16811         * math/libm-test.inc (acosh_test_data): Add more tests.
16812         (atanh_test_data): Likewise.
16813         (ceil_test_data): Likewise.
16814         (copysign_test_data): Likewise.
16815         * sysdeps/i386/fpu/libm-test-ulps: Update.
16816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16818         * timezone/checktab.awk: Update from tzcode 2013i.
16819         * timezone/private.h: Likewise.
16820         * timezone/scheck.c: Likewise.
16821         * timezone/tzfile.h: Likewise.
16822         * timezone/tzselect.ksh: Likewise.
16823         * timezone/zdump.c: Likewise.
16824         * timezone/zic.c: Likewise.
16826         * math/auto-libm-test-in: Add tests of cpow.
16827         * math/auto-libm-test-out: Regenerated.
16828         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16829         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16830         mpc_cc_c.
16831         (func_calc_desc): Add mpc_cc_c union field.
16832         (test_functions): Add cpow.
16833         (special_fill_2pi): New function.
16834         (special_real_inputs): Add 2pi.
16835         (calc_generic_results): Handle mpc_cc_c.
16836         * sysdeps/i386/fpu/libm-test-ulps: Update.
16837         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16839         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16840         csqrt, ctan and ctanh.
16841         * math/auto-libm-test-out: Regenerated.
16842         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16843         (TEST_COND_x86): Likewise.
16844         (ccos_test_data): Use AUTO_TESTS_c_c.
16845         (ccosh_test_data): Likewise.
16846         (cexp_test_data): Likewise.
16847         (clog_test_data): Likewise.
16848         (csqrt_test_data): Likewise.
16849         (ctan_test_data): Likewise.
16850         (ctan_tonearest_test_data): Likewise.
16851         (ctan_towardzero_test_data): Likewise.
16852         (ctan_downward_test_data): Likewise.
16853         (ctan_upward_test_data): Likewise.
16854         (ctanh_test_data): Likewise.
16855         (ctanh_tonearest_test_data): Likewise.
16856         (ctanh_towardzero_test_data): Likewise.
16857         (ctanh_downward_test_data): Likewise.
16858         (ctanh_upward_test_data): Likewise.
16859         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16860         mpc_c_c.
16861         (func_calc_desc): Add mpc_c_c union field.
16862         (FUNC_mpc_c_c): New macro.
16863         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16864         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16865         ctanh.
16866         (special_fill_min_subnorm_p120): New function.
16867         (special_real_inputs): Add min_subnorm_p120.
16868         (calc_generic_results): Handle mpc_c_c.
16869         * sysdeps/i386/fpu/libm-test-ulps: Update.
16870         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16872 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16874         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16875         (do_sin_slow): New functions.
16876         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16877         (cslow2, csloww1, csloww2): Use the new functions.
16879         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16880         Use M to change sign of result instead of X.  Assume X is
16881         positive.
16882         (csloww1): Likewise.
16883         (__sin): Adjust.
16884         (__cos): Adjust.
16886         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16887         arguments A and DA.
16888         (__sin): Adjust.
16889         (__cos): Likewise.
16891         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16892         (__cos): Likewise.
16893         (sloww1): Don't adjust sign of DX.
16894         (csloww1): Likewise.
16895         (sloww2): Use X directly and don't adjust sign of DX.
16896         (csloww2): Likewise.
16898 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16900         * math/auto-libm-test-in: Add tests of cabs and carg.
16901         * math/auto-libm-test-out: Regenerated.
16902         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16903         (carg_test_data): Likewise.
16904         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16905         mpc_c_f.
16906         (func_calc_desc): Add mpc_c_f union field.
16907         (test_functions): Add cabs and carg.
16908         (calc_generic_results): Handle mpc_c_f.
16910         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16911         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16912         as a macro and a compat symbol.
16913         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16914         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16915         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16916         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16917         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16918         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16919         not use .hidden.
16920         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16921         Likewise.
16922         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16923         Likewise.
16924         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16925         Likewise.
16926         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16927         Likewise.
16928         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16929         Likewise.
16930         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16931         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16932         from GLIBC_2.3.2.
16934 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16936         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16938 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16940         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16941         trailing whitespace removed.
16942         * scripts/config.guess: Update to version 2013-11-29.
16943         * scripts/config.sub: Update to version 2013-10-01.
16945         * math/auto-libm-test-in: Add tests of sincos.
16946         * math/auto-libm-test-out: Regenerated.
16947         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16948         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16949         mpfr_f_11.
16950         (func_calc_desc): Add mpfr_f_11 union field.
16951         (test_functions): Add sincos.
16952         (calc_generic_results): Handle mpfr_f_11.
16953         * sysdeps/i386/fpu/libm-test-ulps: Update.
16954         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16956 2013-12-19  Andreas Schwab  <schwab@suse.de>
16958         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16959         CALL_MCOUNT.
16960         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16961         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16962         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16964 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16966         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16967         * sysdeps/i386/fpu/libm-test-ulps: Update.
16968         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16970         [BZ #16293]
16971         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16972         round-to-nearest mode when using frndint.
16973         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16974         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16975         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16976         Likewise.
16977         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16978         sinh test to fail.
16979         * math/auto-libm-test-out: Regenerated.
16980         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16981         (TEST_COND_x86): Likewise.
16982         (expm1_tonearest_test_data): New array.
16983         (expm1_test_tonearest): New function.
16984         (expm1_towardzero_test_data): New array.
16985         (expm1_test_towardzero): New function.
16986         (expm1_downward_test_data): New array.
16987         (expm1_test_downward): New function.
16988         (expm1_upward_test_data): New array.
16989         (expm1_test_upward): New function.
16990         (main): Run the new test functions.
16991         * sysdeps/i386/fpu/libm-test-ulps: Update.
16992         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16994         * include/features.h: Update comment documenting feature test
16995         macros.  Mention _DEFAULT_SOURCE in comment.
16996         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16997         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16998         _BSD_SOURCE and _SVID_SOURCE.
16999         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
17000         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
17001         !_SVID_SOURCE]: Likewise.
17002         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17003         (__USE_POSIX_IMPLICITLY): Define.
17004         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17005         (_POSIX_SOURCE): Undefine and redefine.
17006         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
17007         (_POSIX_C_SOURCE): Likewise.
17008         * manual/creature.texi (_DEFAULT_SOURCE): Document.
17009         (Feature Test Macros): Update documentation of default features.
17011 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
17013         * benchtests/Makefile: Add bench-strtok.
17014         * benchtests/bench-strtok.c: New file: strtok benchtest.
17016 2013-12-19  Allan McRae  <allan@archlinux.org>
17018         * manual/install.texi: Suppress menu for plain text output.
17019         * INSTALL: Regenerated.
17021 2013-12-18  Brooks Moses  <bmoses@google.com>
17023         [BZ #15846]
17024         * misc/getauxval.c: Include errno.h.
17025         (__getauxval): Set errno to ENOENT if the requested type is not
17026         found.
17027         * misc/sys/auxv.h (getauxval): Document that it may set errno;
17028         don't declare with __attribute_const__.
17029         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
17030         * manual/startup.texi: Document that getauxval sets errno.
17032 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17034         * math/auto-libm-test-in: Add tests of jn and yn.
17035         * math/auto-libm-test-out: Regenerated.
17036         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
17037         (yn_test_data): Likewise.
17038         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17039         mpfr_if_f.
17040         (func_calc_desc): Add mpfr_if_f union field.
17041         (FUNC_mpfr_if_f): New macro.
17042         (test_functions): Add jn and yn.
17043         (calc_generic_results): Assert type of second input for
17044         mpfr_ff_f.  Handle mpfr_if_f.
17045         (output_for_one_input_case): Disable all checking for arguments
17046         fitting floating-point types in case of an integer argument.
17047         * sysdeps/i386/fpu/libm-test-ulps: Update.
17048         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17050         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
17051         Don't expect fegetround reference in libm.so.
17053 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
17055         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
17056         $(config-cflags-nofma).
17058 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
17060         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
17061         * math/auto-libm-test-out: Regenerated.
17063         [BZ #16338]
17064         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
17065         to determine exponent and adjust argument to have exponent of -1.
17066         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
17067         log2.
17068         * math/auto-libm-test-out: Regenerated.
17069         * sysdeps/i386/fpu/libm-test-ulps: Update.
17070         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17072 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
17074         * manual/probes.texi: Remove cases when per-thread arenas are
17075         disabled.
17077 2013-12-18  Andreas Schwab  <schwab@suse.de>
17079         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
17080         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
17081         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
17082         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
17083         * sysdeps/i386/i686/multiarch/Makefile: Update.
17084         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
17086 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17088         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
17089         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
17091 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
17093         [BZ #15968]
17094         Support TZ transition times < 00:00:00.
17095         This is needed for version-3 tz-format files; it supports time
17096         stamps past 2037 for America/Godthab (the only entry in the tz
17097         database for which this change is relevant).
17098         * manual/time.texi (TZ Variable): Document transition times
17099         from -167:59:59 through -00:00:01.
17100         * time/tzset.c (tz_rule): Time of day is now signed.
17101         (__tzset_parse_tz): Parse negative time of day.
17103         Document TZ transition times >= 25:00:00.
17104         * manual/time.texi (TZ Variable): Document transition times from
17105         25:00:00 through 167:59:59.  These are already supported, and this
17106         support will help with version-3 tz-format files.
17108         * manual/time.texi (TZ Variable): Modernize North America example
17109         to reflect current (i.e., 2007-and-later) daylight saving rules.
17111         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
17113 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17115         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
17116         * sysdeps/unix/bsd/bits/stat.h: Likewise.
17117         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
17118         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17119         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
17120         * sysdeps/unix/bsd/bsdstat.h: Likewise.
17121         * sysdeps/unix/bsd/clock.c: Likewise.
17122         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
17123         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
17124         * sysdeps/unix/bsd/init-posix.c: Likewise.
17125         * sysdeps/unix/bsd/poll.c: Likewise.
17126         * sysdeps/unix/bsd/ptsname.c: Likewise.
17127         * sysdeps/unix/bsd/seekdir.c: Likewise.
17128         * sysdeps/unix/bsd/setegid.c: Likewise.
17129         * sysdeps/unix/bsd/seteuid.c: Likewise.
17130         * sysdeps/unix/bsd/setgid.c: Likewise.
17131         * sysdeps/unix/bsd/setrgid.c: Likewise.
17132         * sysdeps/unix/bsd/setruid.c: Likewise.
17133         * sysdeps/unix/bsd/setsid.c: Likewise.
17134         * sysdeps/unix/bsd/setuid.c: Likewise.
17135         * sysdeps/unix/bsd/sigaction.c: Likewise.
17136         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
17137         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
17138         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
17139         * sysdeps/unix/bsd/telldir.c: Likewise.
17140         * sysdeps/unix/bsd/times.c: Likewise.
17141         * sysdeps/unix/bsd/usleep.c: Likewise.
17143         * misc/Makefile (install-lib): Remove libbsd-compat.a.
17144         ($(objpfx)libbsd-compat.a): Remove rule.
17146         * include/features.h (__FAVOR_BSD): Do not define.
17147         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
17148         features conflicting with POSIX.
17149         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
17150         (_BSD_SOURCE): Remove description of not being a subset of other
17151         feature test macros.
17152         * manual/job.texi (getpgrp): Do not document BSD version.
17153         (getpgid): Do not document by reference to BSD getpgrp.
17154         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
17155         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
17156         * signal/signal.h [__FAVOR_BSD]: Likewise.
17157         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
17158         instead of making contents conditional on [__FAVOR_BSD].
17159         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
17161 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17163         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17165 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
17167         [BZ #16314]
17168         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
17169         values below 2**-450, not 2**-500.
17170         * math/auto-libm-test-in: Don't allow spurious underflow from
17171         hypot.
17172         * math/auto-libm-test-out: Regenerated.
17174         [BZ #16316]
17175         [BZ #16330]
17176         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
17177         values of ha and hb and sort them after adjusting subnormal
17178         arguments.
17179         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
17180         Likewise.
17181         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
17182         values of ea and eb and sort them after adjusting subnormal
17183         arguments.
17184         * math/auto-libm-test-in: Do not expect some hypot tests of
17185         subnormals to fail.  Add more hypot tests.
17186         * math/auto-libm-test-out: Regenerated.
17188 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17190         [BZ #13304]
17191         * sysdeps/sh/s_fma.c: New file.
17192         * sysdeps/sh/s_fmaf.c: New file.
17193         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
17194         version.
17195         * sysdeps/sh/Implies: Add sh/soft-fp.
17197 2013-12-16  Roland McGrath  <roland@hack.frob.com>
17199         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
17200         level of indirection to members `objname', `errstring', `malloced'.
17201         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
17202         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
17203         it as the __longjmp argument (just pass 1 instead).
17204         (_dl_catch_error): Initialize C with argument pointers and address of
17205         volatile local ERRCODE rather than copying values out of C at return.
17207 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
17209         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
17210         * math/auto-libm-test-out: Regenerated.
17211         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
17212         (hypot_test_data): Likewise.
17213         (pow_test_data): Likewise.
17214         (pow_tonearest_test_data): Likewise.
17215         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17216         mpfr_ff_f.
17217         (func_calc_desc): Add mpfr_ff_f union field.
17218         (FUNC_mpfr_ff_f): New macro.
17219         (test_functions): Add atan2, hypot and pow.
17220         (special_fill_min): New function.
17221         (special_fill_minus_min): Likewise.
17222         (special_fill_min_subnorm): Likewise.
17223         (special_fill_minus_min_subnorm): Likewise.
17224         (special_real_inputs): Add min, -min, min_subnorm and
17225         -min_subnorm.
17226         (calc_generic_results): Handle mpfr_ff_f.
17227         * sysdeps/i386/fpu/libm-test-ulps: Update.
17228         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17230 2013-12-16  Will Newton  <will.newton@linaro.org>
17232         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
17233         (Aligned Memory Blocks): Add documentation for aligned_alloc
17234         and suggest it as an alternative to posix_memalign.
17235         (Hooks for Malloc): Document __memalign_hook is also called
17236         for aligned_alloc.  (Summary of Malloc): Add summary for
17237         aligned alloc.  Document __memalign_hook is also called
17238         for aligned_alloc.
17240 2013-12-16  Will Newton  <will.newton@linaro.org>
17242         * manual/memory.texi (Malloc Examples): Clarify default
17243         alignment documentation.  Suggest posix_memalign rather
17244         than memalign or valloc.
17245         (Aligned Memory Blocks): Remove suggestion to use memalign
17246         or valloc.  Remove obsolete comment about BSD.
17247         Document memalign errno values and mark the function obsolete.
17248         Document posix_memalign returned error codes.  Mark valloc
17249         as obsolete.  (Hooks for Malloc): __memalign_hook is also
17250         called for posix_memalign and valloc.
17251         (Summary of Malloc): Add posix_memalign to function summary.
17252         __memalign_hook is also called for posix_memalign and valloc.
17254 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17256         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17257         TAYLOR_SIN.
17258         (__sin): Adjust.
17259         (__cos): Likewise.
17260         (sloww): Use mynumber union.  Expand ternary operator into
17261         if-else statements.
17262         (cslow): use mynumber union.
17264 2013-12-16  Allan McRae  <allan@archlinux.org>
17266         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17267         * configure: Regenerated.
17269         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17271         [BZ #14120]
17272         * configure.ac: Added --enable-maintainer-mode. Check for
17273         autoconf when enabled.
17274         * configure: Regenerated.
17276         * nscd/nscd.service: New file.
17277         * nscd/nscd.tmpfiles: New file.
17279 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17281         [BZ #12100]
17282         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17283         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17284         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17285         (strstr): Add __strstr_sse2_unaligned ifunc.
17286         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17287         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17288         (strcasestr): Remove __strcasestr_sse42 ifunc.
17289         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17290         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17291         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17293 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17295         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17296         * sysdeps/sh/bits/fenv.h: ... here.
17297         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17299 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17301         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17303         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17304         hypotf multiarch implementations.
17305         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17306         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17307         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17308         multiarch hypot for PPC64.
17309         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17310         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17311         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17312         multiarch hypotf for PPC64.
17314         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17315         modff multiarch implementations.
17316         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17317         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17318         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17319         multiarch modf for PPC64.
17320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17321         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17322         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17323         multiarch modff for PPC64.
17325         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17326         and logl multiarch implementations.
17327         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17328         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17330         multiarch logb for PPC64.
17331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17332         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17333         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17334         multiarch logb for PPC64.
17335         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17337         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17338         multiarch logb for PPC64.
17340         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17341         isinff multiarch implementation.
17342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17343         file.
17344         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17345         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17346         multiarch isinf for PPC64.
17347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17348         file.
17349         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17350         multiarch isinff for PPC64.
17352         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17353         finitef multiarch implementation.
17354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17355         file.
17356         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17357         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17358         multiarch finite for PPC64.
17359         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17360         file.
17361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17362         multiarch finitef for PPC64.
17364         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17365         lrint multiarch implementation.
17366         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17367         file.
17368         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17369         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17370         multiarch llrint for PPC64.
17371         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17372         multiarch lrint for PPC64.
17374         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17375         copysignf multiarch implementation.
17376         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17377         file.
17378         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17379         file.
17380         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17381         multiarch copysign for PPC64.
17382         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17383         multiarch copysignf for PPC64.
17385         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17386         multiarch implementation.
17387         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17388         file.
17389         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17390         file.
17391         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17392         file.
17393         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17394         file.
17395         multiarch llround for PPC64.
17396         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17397         multiarch trunc for PPC64.
17398         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17399         multiarch truncf for PPC64.
17401         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17402         multiarch implementation.
17403         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17404         file.
17405         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17406         file.
17407         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17408         file.
17409         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17410         file.
17411         multiarch llround for PPC64.
17412         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17413         multiarch round for PPC64.
17414         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17415         multiarch roundf for PPC64.
17417         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17418         multiarch implementation.
17419         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17420         file.
17421         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17422         file.
17423         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17424         file.
17425         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17426         file.
17427         multiarch llround for PPC64.
17428         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17429         multiarch floor for PPC64.
17430         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17431         multiarch floorf for PPC64.
17433         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17434         multiarch implementation.
17435         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17436         file.
17437         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17438         file.
17439         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17440         file.
17441         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17442         file.
17443         multiarch llround for PPC64.
17444         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17445         multiarch ceil for PPC64.
17446         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17447         multiarch ceilf for PPC64.
17449         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17450         multiarch implementation.
17451         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17452         file.
17453         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17454         file.
17455         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17456         file.
17457         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17458         multiarch llround for PPC64.
17459         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17460         multiarch lround for PPC64.
17462         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17463         multiarch implementation.
17464         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17465         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17466         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17467         file.
17468         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17469         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17470         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17471         multiarch isnan for PPC64.
17472         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17473         multiarch isnanf for PPC64.
17475         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17476         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17477         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17478         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17479         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17482         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17483         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17484         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17485         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17487         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17488         multiarch implementations.
17489         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17490         (__libc_ifunc_impl_list): Likewise.
17491         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17492         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17493         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17494         multiarch stpcpy for PPC64.
17496         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17497         multiarch implementations.
17498         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17499         (__libc_ifunc_impl_list): Likewise.
17500         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17501         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17502         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17503         multiarch strcpy for PPC64.
17505         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17506         redefine function name.
17507         (_wordcopy_fwd_dest_aligned): Likewise.
17508         (_wordcopy_bwd_aligned): Likewise.
17509         (_wordcopy_bwd_dest_aligned): Likewise.
17510         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17511         multiarch implementations.
17512         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17513         (__libc_ifunc_impl_list): Likewise.
17514         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17515         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17516         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17517         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17518         multiarch wcscpy for PPC64.
17520         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17521         multiarch implementations.
17522         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17523         (__libc_ifunc_impl_list): Likewise.
17524         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17525         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17526         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17527         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17528         multiarch wcscpy for PPC64.
17530         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17531         multiarch implementations.
17532         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17533         (__libc_ifunc_impl_list): Likewise.
17534         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17535         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17536         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17537         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17538         multiarch wcsrchr for PPC64.
17540         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17541         multiarch implementations.
17542         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17543         (__libc_ifunc_impl_list): Likewise.
17544         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17545         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17546         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17547         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17548         multiarch wcschr for PPC64.
17550         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17551         multiarch implementations.
17552         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17553         (__libc_ifunc_impl_list): Likewise.
17554         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17555         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17556         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17557         multiarch strchrnul for PPC64.
17559         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17560         implementations.
17561         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17562         (__libc_ifunc_impl_list): Likewise.
17563         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17564         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17565         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17566         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17567         strchr for PPC64.
17569         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17570         implementations.
17571         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17572         (__libc_ifunc_impl_list): Likewise.
17573         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17574         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17575         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17576         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17577         strncmp for PPC64.
17579         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17580         multiarch implementations.
17581         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17582         (__libc_ifunc_impl_list): Likewise.
17583         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17584         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17585         strncasecmp for PPC64.
17586         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17587         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17588         multiarch strncasecmp_l for PPC64.
17590         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17591         multiarch implementations.
17592         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17593         (__libc_ifunc_impl_list): Likewise.
17594         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17595         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17596         multiarch strcasecmp for PPC64.
17597         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17598         file.
17599         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17600         multiarch strcasecmp_l for PPC64.
17602         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17603         implementations.
17604         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17605         (__libc_ifunc_impl_list): Likewise.
17606         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17607         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17608         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17609         strnlen for PPC64.
17611         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17612         implementations.
17613         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17614         (__libc_ifunc_impl_list): Likewise.
17615         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17616         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17617         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17618         strlen for PPC64.
17620         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17621         implementations.
17622         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17623         (__libc_ifunc_impl_list): Likewise.
17624         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17625         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17626         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17627         rawmemrchr for PPC64.
17629         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17630         implementation.
17631         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17632         (__libc_ifunc_impl_list): Likewise.
17633         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17634         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17635         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17636         memrchr for PPC64.
17638         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17639         implementation.
17640         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17641         (__libc_ifunc_impl_list): Likewise.
17642         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17643         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17644         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17645         memchr for PPC64.
17647         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17648         implementation.
17649         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17650         (__libc_ifunc_impl_list): Likewise.
17651         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17652         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17653         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17654         mempcpy for PPC64.
17656         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17657         avoid cretion of __bzero symbol.
17658         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17659         Likewise.
17660         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17661         Likewise.
17662         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17663         Likewise.
17664         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17665         multiarch implementations.
17666         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17667         (__libc_ifunc_impl_list): Likewise.
17668         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17669         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17670         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17671         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17672         bzero for PPC32.
17673         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17674         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17675         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17676         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17677         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17678         memset for PPC64.
17679         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17681         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17682         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17683         implementations.
17684         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17685         (__libc_ifunc_impl_list): Likewise.
17686         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17687         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17688         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17689         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17690         memcmp for PPC64.
17692         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17693         multiarch for POWER/PPC64.
17694         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17695         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17696         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17697         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17698         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17699         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17700         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17701         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17702         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17703         memcpy for PPC64.
17705         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17706         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17707         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17708         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17709         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17710         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17711         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17712         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17713         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17714         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17715         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17716         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17717         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17718         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17719         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17724         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17728 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17730         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17732 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17734         * benchtests/Makefile (bench): Add exp2 and log2.
17735         (LDLIBS-bench-exp2): Add -lm.
17736         (LDLIBS-bench-log2): Likewise.
17737         * benchtests/exp2-inputs: New inputs file.
17738         * benchtests/log2-inputs: New inputs file.
17739         * benchtests/log-inputs: Add new inputs.
17740         * benchtests/tan-inputs: Likewise.
17742 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17744         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17745         definition...
17746         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17747         (csloww2): ... from here.
17749         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17750         instead of structures.
17751         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17752         (POLYNOMIAL): Likewise.
17753         (TAYLOR_SLOW): Likewise.
17754         (__sin): Likewise.
17755         (__cos): Likewise.
17756         (slow1): Likewise.
17757         (slow2): Likewise.
17758         (sloww): Likewise.
17759         (sloww1); Likewise.
17760         (sloww2): Likewise.
17761         (bsloww1): Likewise.
17762         (bsloww2): Likewise.
17763         (cslow2): Likewise.
17764         (csloww): Likewise.
17765         (csloww1): Likewise.
17766         (csloww2): Likewise.
17768 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17770         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17771         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17772         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17773         * malloc/hooks.c (realloc_check): Likewise.
17775         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17776         * malloc/arena.c: Remove PER_THREAD conditional.
17777         [!PER_THREAD]: Remove code.
17778         (ptmalloc_unlock_all2): Likewise.
17779         (ptmalloc_init): Likewise.
17780         (_int_new_arena): Likewise.
17781         (arena_get2): Likewise.
17782         * malloc/hooks.c (__malloc_get_state): Likewise.
17783         (__malloc_set_state): Likewise.
17784         * malloc/malloc.c: Likewise.
17785         (struct malloc_state): Likewise.
17786         (struct malloc_par): Likewise.
17787         (__libc_realloc): Likewise.
17788         (__libc_mallopt): Likewise.
17790 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17792         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17794 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17796         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17797         macro to a function.  Check for zero perturb_byte.
17798         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17800         * malloc/malloc.c: (force_reg): Remove.
17801         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17802         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17803         force_reg by atomic_forced_read.
17804         * malloc/arena.c (ptmalloc_init): Likewise.
17805         * malloc/hooks.c (top_check): Likewise.
17807 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17809         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17811 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17813         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17815 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17817         * math/auto-libm-test-in: Add tests of lgamma.
17818         * math/auto-libm-test-out: Regenerated.
17819         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17820         (M_LOG_2_SQRT_PIl): Likewise.
17821         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17822         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17823         mpfr_f_f1.
17824         (func_calc_desc): Add mpfr_f_f1 union field.
17825         (ARGS1): New macro.
17826         (ARGS2): Likewise.
17827         (ARGS3): Likewise.
17828         (ARGS4): Likewise.
17829         (RET1): Likewise.
17830         (RET2): Likewise.
17831         (CALC): Likewise.
17832         (FUNC): Likewise.
17833         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17834         (test_functions): Add lgamma.
17835         (calc_generic_results): Handle mpfr_f_f1.
17836         * sysdeps/i386/fpu/libm-test-ulps: Update.
17837         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17839 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17841         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17842         __mpn_add_n for PowerPC64/POWER7.
17843         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17844         __mpn_sub_n for PowerPC64/POWER7.
17846         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17847         __mpn_addmul_1 for PowerPC64.
17848         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17849         __mpn_submul_1 for PowerPC64.
17850         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17851         for PowerPC64.
17852         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17853         for PowerPC64.
17855 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17857         [BZ #15089]
17858         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17860 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17862         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17864         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17865         add multiarch folders.
17866         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17867         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17868         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17869         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17870         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17871         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17872         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17873         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17874         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17875         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17876         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17884         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17885         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17886         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17887         New file.
17888         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17889         New file.
17890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17891         multiarch __ieee754_hypot for PowerPC32.
17892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17893         New file.
17894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17895         New file.
17896         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17897         multiarch __ieee754_hypotf for PowerPC32.
17899         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17900         long_double_symbol only if __logbl is defined.
17901         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17902         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17903         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17904         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17905         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17906         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17907         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17908         path for implementation.
17909         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17910         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17911         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17912         logb, and logbl multiarch implementations for PowerPC32.
17913         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17914         file.
17915         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17916         file.
17917         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17918         multiarch logb for PowerPC32.
17919         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17920         file.
17921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17922         file.
17923         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17924         multiarch logbf for PowerPC32.
17925         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17927         file.
17928         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17929         multiarch logbl implementation for PowerPC32.
17931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17932         and modff multiarch implementations.
17933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17934         New file.
17935         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17936         New file.
17937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17938         multiarch modf for PowerPC32.
17939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17940         New file.
17941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17942         New file.
17943         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17944         multiarch modff for PowerPC32.
17946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17947         and lrintf multiarch implementations.
17948         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17949         New file.
17950         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17951         New file.
17952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17953         multiarch lrint for PowerPC32.
17954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17955         file: multiarch lrintf for PowerPC32.
17957         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17958         and lroundf multiarch implementations.
17959         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17960         New file.
17961         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17962         New file.
17963         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17964         New file.
17965         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17966         multiarch lround for PowerPC32.
17967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17968         file: multiarch lroundf for PowerPC32.
17970         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17971         copysign and copysignf multiarch implementations.
17972         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17973         New file.
17974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17975         New file.
17976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17977         file: multiarch copysign for PowerPC32.
17978         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17979         file: multiarch copysignf for PowerPC32.
17981         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17982         and truncf multiarch implementations.
17983         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17984         New file.
17985         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17986         file.
17987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17988         multiarch trunc for PowerPC32.
17989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17990         New file.
17991         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17992         New file.
17993         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17994         multiarch truncf for PowerPC32.
17996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17997         and roundf multiarch implementations.
17998         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17999         New file.
18000         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
18001         file.
18002         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
18003         multiarch round for PowerPC32.
18004         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
18005         New file.
18006         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
18007         New file.
18008         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
18009         multiarch roundf for PowerPC32.
18011         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
18012         and floorf multiarch implementations.
18013         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
18014         New file.
18015         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
18016         file.
18017         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
18018         multiarch floor for PowerPC32.
18019         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
18020         New file.
18021         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
18022         New file.
18023         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
18024         multiarch floorf for PowerPC32.
18026         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
18027         and ceilf multiarch implementations.
18028         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
18029         New file.
18030         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
18031         file.
18032         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
18033         multiarch ceil for PowerPC32.
18034         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
18035         New file.
18036         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
18037         file.
18038         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
18039         multiarch ceilf for PowerPC32.
18041         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
18042         is defined.
18043         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
18044         FINITEF is defined.
18045         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
18046         and finitef multiarch implementations.
18047         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
18048         New file.
18049         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
18050         file.
18051         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
18052         multiarch finite for PowerPC32.
18053         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
18054         New file.
18055         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
18056         file: multiarch finitef for PowerPC32.
18058         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
18059         and isinff multiarch implementations.
18060         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
18061         file.
18062         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
18063         file.
18064         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
18065         multiarch isinf for PowerPC32.
18066         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
18067         New file.
18068         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
18069         multiarch isinff for PowerPC32.
18071         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
18072         alias when __isnan is defined.
18073         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
18074         and isnanf multiarch implementations.
18075         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
18076         file.
18077         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
18078         file.
18079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
18080         file.
18081         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
18082         file.
18083         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
18084         multiarch isnan for PowerPC32.
18085         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
18086         New file.
18087         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
18088         New file.
18089         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
18090         multiarch isnanf for PowerPC32.
18092         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
18093         and sqrtf multiarch implementations.
18094         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
18095         file.
18096         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
18097         file.
18098         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
18099         multiarch sqrt for PowerPC32.
18100         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
18101         file.
18102         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
18103         file.
18104         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
18105         multiarch sqrtf for PowerPC32.
18107         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
18108         and llroundf multiarch implementations.
18109         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
18110         New file.
18111         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
18112         New file.
18113         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
18114         New file.
18115         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
18116         file: multiarch llround for PowerPC32.
18117         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
18118         file: multiarch llroundf for PowerPC32.
18120         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
18121         multiarch PowerPC32 fpu implementations.
18122         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
18123         New file.
18124         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
18125         New file.
18126         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
18127         multiarch llrint for PowerPC32.
18128         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
18129         New file.
18130         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
18131         New file.
18132         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
18133         file.
18135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
18137         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
18138         file.
18139         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
18140         file.
18141         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
18142         file.
18143         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
18144         multiarch wordcopy for PPC32.
18145         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18146         wordcopy objects.
18147         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18148         (__libc_ifunc_impl_list): Likewise.
18149         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
18150         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
18151         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
18152         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
18153         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
18154         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
18156         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
18157         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
18158         file.
18159         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
18160         file.
18161         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
18162         file.
18163         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
18164         multiarch wcscpy for PPC32.
18165         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
18166         multiarch objects.
18167         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18168         (__libc_ifunc_impl_list): Likewise.
18169         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18170         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18171         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
18172         sysdeps/powerpc/power6/wcscpy.c.
18174         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
18175         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
18176         file.
18177         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
18178         file.
18179         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
18180         file.
18181         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
18182         multiarch wcsrchr for PPC32.
18183         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18184         multiarch objects.
18185         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18186         (__libc_ifunc_impl_list): Likewise.
18187         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
18188         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
18189         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
18190         sysdeps/powerpc/power6/wcsrchr.c.
18192         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
18193         file.
18194         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
18195         file.
18196         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
18197         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
18198         multiarch wcschr for PPc32.
18199         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
18200         multiarch objects.
18201         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18202         (__libc_ifunc_impl_list): Likewise.
18203         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
18204         * sysdeps/powerpc/power6/wcschr.c: ... to here.
18205         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
18206         sysdeps/powerpc/power6/wcschr.c.
18208         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
18209         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
18210         file.
18211         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
18212         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
18213         file: multiarch strchr for PPC32.
18214         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
18215         multiarch objects.
18216         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18217         (__libc_ifunc_impl_list): Likewise.
18219         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
18220         name.
18221         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
18222         file.
18223         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
18224         file.
18225         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
18226         multiarch strchrnul for PPC32.
18227         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
18228         multiarch objects.
18229         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18230         (__libc_ifunc_impl_list): Likewise.
18232         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
18233         file.
18234         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
18235         multiarch strncasecmp for PPC32.
18236         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
18237         file.
18238         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
18239         multiarch strncasecmp_l for PPC32.
18240         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
18241         strncasecmp multiarch objects.
18242         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18243         (__libc_ifunc_impl_list): Likewise.
18245         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
18246         file.
18247         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
18248         multiarch strncasecmp for PPC32.
18249         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
18250         New file.
18251         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
18252         multiarch strcasecmp_l for PPC32.
18253         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18254         multiarch objects.
18255         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18256         (__libc_ifunc_impl_list): Likewise.
18258         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18259         file.
18260         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18261         file.
18262         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18263         multiarch strncmp for PPC32.
18264         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18265         multiarch objects.
18266         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18267         (__libc_ifunc_impl_list): Likewise.
18269         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18270         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18271         file.
18272         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18273         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18274         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18275         multiarch objects.
18276         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18277         (__libc_ifunc_impl_list): Likewise.
18279         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18280         file.
18281         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18282         file.
18283         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18284         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18285         multiarch objects.
18286         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18287         (__libc_ifunc_impl_list): Likewise.
18289         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18290         file.
18291         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18292         file.
18293         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18294         multiarch rawmemchr for PPC32.
18295         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18296         multiarch objects.
18297         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18298         (__libc_ifunc_impl_list): Likewise.
18300         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18301         file.
18302         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18303         file.
18304         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18305         file: memrchr multiarch for PPC32.
18306         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18307         multiarch objects.
18308         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18309         (__libc_ifunc_impl_list): Likewise.
18311         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18312         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18313         file.
18314         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18315         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18316         multiarch memchr for PPC32.
18317         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18318         multiarch objects.
18319         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18320         (__libc_ifunc_impl_list): Likewise.
18322         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18323         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18324         file.
18325         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18326         file.
18327         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18328         file: multiarch mempcpy for PPC32.
18329         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18330         multiarch objects.
18331         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18332         (__libc_ifunc_impl_list): Likewise.
18334         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18335         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18336         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18337         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18338         multiarch bzero for PPC32.
18339         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18340         file.
18341         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18342         file.
18343         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18344         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18345         file: multiarch memset for PPC32.
18346         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18347         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18348         memset multiarch objects.
18349         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18350         (__libc_ifunc_impl_list): Likewise.
18352         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18353         file.
18354         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18355         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18356         memcmp for PPC32.
18357         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18358         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18359         multiarch objects.
18360         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18361         (__libc_ifunc_impl_list): Likewise.
18363         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18364         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18365         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18366         file.
18367         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18368         file.
18369         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18370         file.
18371         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18372         multiarch memcpy for PPC32.
18373         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18374         multiarch objects.
18375         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18376         (__libc_ifunc_impl_list): Likewise.
18378         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18379         support multiarch for POWER/PPC32.
18380         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18381         Likewise.
18382         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18384         Implies file to make multiarch folder appers before the fpu and
18385         default folder for power4 configuration.
18387 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18389         * scripts/bench.pl: Append volatile keyword to type.
18391 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18393         * sysdeps/sh/sotruss-lib.c: New file.
18394         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18396 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18398         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18400 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18402         [BZ #6810]
18403         * math/w_tgamma.c: Include <errno.h>.
18404         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18405         * math/w_tgammaf.c: Include <errno.h>.
18406         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18407         * math/w_tgammal.c: Include <errno.h>.
18408         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18409         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18410         underflow.  Add more tgamma tests.
18411         * math/auto-libm-test-out: Regenerated.
18412         * sysdeps/i386/fpu/libm-test-ulps: Update.
18413         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18415         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18416         sin, sinh, tan, tanh, tgamma, y0 and y1.
18417         * math/auto-libm-test-out: Regenerated.
18418         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18419         (TEST_COND_x86): Likewise.
18420         (M_E2l): Remove macro.
18421         (M_E3l): Likewise.
18422         (M_2_SQRT_PIl): Likewise.
18423         (M_SQRT_PIl): Likewise.
18424         (M_1_DIV_El): Likewise.
18425         (log_test_data): Use AUTO_TESTS_f_f.
18426         (log10_test_data): Likewise.
18427         (log1p_test_data): Likewise.
18428         (log2_test_data): Likewise.
18429         (sin_test_data): Likewise.
18430         (sin_tonearest_test_data): Likewise.
18431         (sin_towardzero_test_data): Likewise.
18432         (sin_downward_test_data): Likewise.
18433         (sin_upward_test_data): Likewise.
18434         (sinh_test_data): Likewise.
18435         (sinh_tonearest_test_data): Likewise.
18436         (sinh_towardzero_test_data): Likewise.
18437         (sinh_downward_test_data): Likewise.
18438         (sinh_upward_test_data): Likewise.
18439         (tan_test_data): Likewise.
18440         (tan_tonearest_test_data): Likewise.
18441         (tan_towardzero_test_data): Likewise.
18442         (tan_downward_test_data): Likewise.
18443         (tan_upward_test_data): Likewise.
18444         (tanh_test_data): Likewise.
18445         (tgamma_test_data): Likewise.
18446         (y0_test_data): Likewise.
18447         (y1_test_data): Likewise.
18448         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18449         (special_real_inputs): Add pi/4.
18450         * sysdeps/i386/fpu/libm-test-ulps: Update.
18451         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18453 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18455         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18456         "longjmp_target" static probes.
18457         (__longjmp): Rename to __longjmp_symbol.
18458         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18459         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18460         on which longjmp to generate.
18461         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18462         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18463         probe.
18464         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18465         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18466         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18467         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18468         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18469         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18471         __longjmp_symbol based on which __longjmp to generate.
18472         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18473         probe.
18474         (setjmp): Rename to setjmp_symbol.
18475         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18476         (_setjmp): Rename to _setjmp_symbol.
18477         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18478         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18479         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18480         which setjmp to generate.
18481         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18482         "longjmp_target" static probes.
18484 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18486         * benchtests/README: Add note about output arguments.
18487         * benchtests/bench-sincos.c: Remove file.
18488         * benchtests/sincos-inputs: New file.
18489         * scripts/bench.pl: Identify output arguments and define
18490         static variables for them.
18492         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18494         [BZ #15941]
18495         * Makefile (INSTALL): Add install-plain.texi as the primary
18496         dependency.
18497         * manual/install-plain.texi: New file.
18498         * manual/install.texi: Include node directive only for
18499         non-plaintext output.
18501 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18503         * stdlib/longlong.h: Update from GCC.
18505         [BZ #6807]
18506         [BZ #15901]
18507         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18508         * math/w_j0f.c (y0f): Likewise.
18509         * math/w_j0l.c (__y0l): Likewise.
18510         * math/w_j1.c (y1): Likewise.
18511         * math/w_j1f.c (y1f): Likewise.
18512         * math/w_j1l.c (__y1l): Likewise
18513         * math/w_jn.c (yn): Likewise.
18514         * math/w_jnf.c (ynf): Likewise.
18515         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18516         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18517         value for Bessel function domain errors outside _SVID_ mode.
18518         Adjust sign of return value for yn (negative integer, 0).
18519         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18520         by zero in return for negative x and set sign appropriately for
18521         negative n.
18522         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18523         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18524         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18525         expectations in error cases.
18526         (y1_test_data): Likewise.
18527         (yn_test_data): Likewise.
18528         * sysdeps/i386/fpu/libm-test-ulps: Update.
18529         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18531 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18533         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18534         "64" to "64-v1".  Add "64-v2".
18535         (abi-64-options): Rename to ...
18536         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18537         (abi-64-condition): Rename to ...
18538         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18539         (abi-64-ld-soname): Rename to ...
18540         (abi-64-v1-ld-soname): ... this.
18541         (abi-64-v2-options): Define.
18542         (abi-64-v2-condition): Likewise.
18543         (abi-64-v2-ld-soname): Likewise.
18544         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18545         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18550 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18551             Alan Modra  <amodra@gmail.com>
18553         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18554         New versions for use with the ELFv2 ABI.
18555         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18556         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18557         declaration.
18558         (struct La_ppc64v2_retval): Likewise.
18559         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18560         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18561         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18562         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18563         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18564         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18565         Do not save or restore CR.
18566         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18567         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18568         return values for ELFv2 ABI.  Fix location of FPR return registers.
18569         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18570         updated values for _CALL_ELF == 2.
18571         (La_regs, La_retval, int_retval): Likewise.
18573 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18575         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18576         (FRAME_MIN_SIZE_PARM): Likewise.
18577         (FRAME_BACKCHAIN): Likewise.
18578         (FRAME_CR_SAVE): Likewise.
18579         (FRAME_LR_SAVE): Likewise.
18580         (FRAME_TOC_SAVE): Likewise.
18581         (FRAME_PARM_SAVE): Likewise.
18582         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18583         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18584         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18585         (call_mcount_parm_offset): New macro.
18586         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18587         (PROF): Use symbolic stack frame offsets.
18588         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18589         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18590         Redefine in terms of FRAME_MIN_SIZE.
18591         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18592         (_dl_profile_resolve): Likewise.  Update comment.
18593         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18594         symbols stack frame offsets.
18595         (__sigsetjmp): Likewise.
18596         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18597         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18598         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18599         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18602         (FRAME_BACKCHAIN): Remove.
18603         (FRAME_CR_SAVE): Likewise.
18604         (FRAME_LR_SAVE): Likewise.
18605         (FRAME_COMPILER_DW): Likewise.
18606         (FRAME_LINKER_DW): Likewise.
18607         (FRAME_TOC_SAVE): Likewise.
18608         (FRAME_PARM_SAVE): Likewise.
18609         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18610         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18611         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18613         (CHECK_SP): Use symbolic stack frame offsets.
18614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18615         zone" instead of caller's parameter save area for temp storage.
18616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18617         Likewise.  Also, use symbolic stack frame offsets.
18618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18619         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18620         our own stack frame instead of the caller's.
18621         (__socket): Use symbolic stack frame offsets.
18623 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18624             Alan Modra  <amodra@gmail.com>
18626         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18627         Define.
18628         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18629         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18630         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18631         New function.
18632         (elf_machine_fixup_plt): Call it.
18633         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18634         reloc arguments.
18635         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18636         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18637         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18638         r2 before calling target.
18640 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18641             Alan Modra  <amodra@gmail.com>
18643         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18644         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18645         versions of macros to support ELFv2 ABI.
18646         (LOCALENTRY): New macro.
18647         (ENTRY, EALIGN): Use it.
18648         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18649         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18650         fall through into ENTRY entry point.
18651         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18652         Only define if _CALL_ELF != 2.
18654         (elf_machine_matches_host): Verify ABI version matches.
18655         (RTLD_START): Use LOCALENTRY.
18656         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18657         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18658         (PLT_ENTRY_WORDS): New macro.
18659         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18660         (elf_machine_runtime_setup): Support ELFv2 ABI.
18661         (elf_machine_fixup_plt): Likewise.
18662         (elf_machine_plt_conflict): Likewise.
18663         (resolve_ifunc): Likewise.
18664         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18665         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18666         Likewise.
18667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18668         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18670         (makecontext): Support ELFv2 ABI.
18671         * elf/elf.h (EF_PPC64_ABI): Define.
18673 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18675         * sysdeps/powerpc/powerpc64/sysdep.h
18676         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18677         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18678         (ENTRY) [ASSEMBLER]: ... but instead here ...
18679         (EALIGN) [ASSEMBLER]: ... and here.
18680         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18681         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18682         (ENTRY_2) [!ASSEMBLER]: Use it.
18683         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18684         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18685         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18686         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18687         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18689         Use PPC64_LOAD_FUNCPTR.
18691         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18693 2013-12-04  Alan Modra  <amodra@gmail.com>
18695         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18696         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18697         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18698         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18700         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18701         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18702         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18703         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18704         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18705         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18707 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18710         (__makecontext): Fix incorrect CFI when backtracing out of
18711         context created via makecontext.
18712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18713         (__setcontext): Fix incorrect CFI during switch to new context.
18714         (__novec_setcontext): Likewise.
18716 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18718         [BZ #4772]
18719         * time/strptime_l.c (__strptime_internal): Allow modifiers
18720         in strptime.
18721         * time/tst-strptime.c (day_tests): Add testcase.
18723 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18725         * scripts/bench.pl: Skip over blank lines.
18727 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18729         [BZ #926]
18730         * manual/time.texi (Calendar Time): Clarify what timezone functions
18731         use.
18733 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18735         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18737 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18739         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18740         implementation.
18741         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18742         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18743         * debug/memset_chk.c (__memset_chk): Likewise.
18744         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18745         * debug/strncpy_chk.c: Likewise.
18747 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18749         [BZ #15268]
18750         [BZ #15425]
18751         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18752         (__ieee754_exp): For possibly underflowing results, check size of
18753         result and force underflow exception if required.
18754         * math/auto-libm-test-in: Add more tests of exp.
18755         * math/auto-libm-test-out: Regenerated.
18756         * sysdeps/i386/fpu/libm-test-ulps: Update.
18757         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18759         [BZ #16283]
18760         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18761         * math/w_exp2f.c (__exp2f): Likewise.
18762         * math/w_exp2l.c (__exp2l): Likewise.
18763         * math/auto-libm-test-in: Do not allow missing errno on exp2
18764         underflow.
18765         * math/auto-libm-test-out: Regenerated.
18767 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18769         [BZ #16274]
18770         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18771         handle filename validation.
18772         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18773         (do_open): Delete.
18775 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18777         [BZ #6786]
18778         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18779         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18780         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18781         <float.h>.
18782         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18783         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18784         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18785         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18786         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18787         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18788         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18789         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18790         Add more erfc tests.
18791         * math/auto-libm-test-out: Regenerated.
18792         * sysdeps/i386/fpu/libm-test-ulps: Update.
18793         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18795         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18796         exp2, expm1, j0 and j1.
18797         * math/auto-libm-test-out: Regenerated.
18798         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18799         (erfc_test_data): Likewise.
18800         (exp_test_data): Likewise.
18801         (exp_tonearest_test_data): Likewise.
18802         (exp_towardzero_test_data): Likewise.
18803         (exp_downward_test_data): Likewise.
18804         (exp_upward_test_data): Likewise.
18805         (exp10_test_data): Likewise.
18806         (exp2_test_data): Likewise.
18807         (expm1_test_data): Likewise.
18808         (j0_test_data): Likewise.
18809         (j1_test_data): Likewise.
18810         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18811         (input_flag_type): Add flag_xfail_rounding.
18812         (input_flags): Add xfail-rounding.
18813         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18814         (output_for_one_input_case): Handle flag_xfail_rounding.
18815         * sysdeps/i386/fpu/libm-test-ulps: Update.
18816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18818 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18820         [BZ #16289]
18821         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18822         division by 0.
18824 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18826         [BZ #16195]
18827         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18828         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18829         (STAP_PROBE0): New macro.
18830         (STAP_PROBE1): Likewise.
18831         (STAP_PROBE2): Likewise.
18832         (STAP_PROBE3): Likewise.
18833         (STAP_PROBE4): Likewise.
18835 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18837         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18839 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18841         * benchtests/Makefile (bench): Add sqrt.
18842         (LDLIBS-bench-sqrt): New.
18843         * benchtests/sqrt-input: New.
18845 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18847         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18848         (GAIH_EAI): Likewise.
18849         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18850         (gaih_inet): Likewise.
18851         (getaddrinfo): Don't use GAIH_EAI.
18853         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18854         (struct gaih): Remove definition.
18856 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18858         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18859         Use HERRNOP directly.
18861 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18863         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18865 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18867         * math/gen-auto-libm-tests.c (test_functions): Add more
18868         single-argument functions.
18869         (special_fill_pi_2): New function.
18870         (special_fill_minus_pi_2): Likewise.
18871         (special_fill_pi_6): Likewise.
18872         (special_fill_minus_pi_6): Likewise.
18873         (special_fill_pi_3): Likewise.
18874         (special_fill_2pi_3): Likewise.
18875         (special_fill_e): Likewise.
18876         (special_fill_1_e): Likewise.
18877         (special_fill_e_minus_1): Likewise.
18878         (special_real_inputs): Add more special inputs.
18879         (output_for_one_input_case): Do not require ERANGE on underflow to
18880         zero if round-to-nearest result does not underflow to zero, unless
18881         exact results required.
18882         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18883         atan, atanh, cbrt, cos and cosh.
18884         * math/auto-libm-test-out: Regenerated.
18885         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18886         (acos_tonearest_test_data): Likewise.
18887         (acos_towardzero_test_data): Likewise.
18888         (acos_downward_test_data): Likewise.
18889         (acos_upward_test_data): Likewise.
18890         (acosh_test_data): Likewise.
18891         (asin_test_data): Likewise.
18892         (asin_tonearest_test_data): Likewise.
18893         (asin_towardzero_test_data): Likewise.
18894         (asin_upward_test_data): Likewise.
18895         (asinh_test_data): Likewise.
18896         (atan_test_data): Likewise.
18897         (atanh_test_data): Likewise.
18898         (cbrt_test_data): Likewise.
18899         (cos_test_data): Likewise.
18900         (cos_tonearest_test_data): Likewise.
18901         (cos_towardzero_test_data): Likewise.
18902         (cos_downward_test_data): Likewise.
18903         (cos_upward_test_data): Likewise.
18904         (cosh_test_data): Likewise.
18905         (cosh_tonearest_test_data): Likewise.
18906         (cosh_towardzero_test_data): Likewise.
18907         (cosh_downward_test_data): Likewise.
18908         (cosh_upward_test_data): Likewise.
18909         * sysdeps/i386/fpu/libm-test-ulps: Update.
18910         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18912 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18914         [BZ #6787]
18915         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18916         * math/w_exp10f.c (__exp10f): Likewise.
18917         * math/w_exp10l.c (__exp10l): Likewise.
18918         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18919         errno settings in existing tests.
18921         [BZ #14032]
18922         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18923         precision control set to double precision.
18924         * sysdeps/i386/fpu/w_sqrt.c: New file.
18925         * math/auto-libm-test-in: Add more tests.
18926         * math/auto-libm-test-out: Update.
18928         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18929         (sqrt_test_tonearest): New function.
18930         (sqrt_towardzero_test_data): New variable.
18931         (sqrt_test_towardzero): New function.
18932         (sqrt_downward_test_data): New variable.
18933         (sqrt_test_downward): New function.
18934         (sqrt_upward_test_data): New variable.
18935         (sqrt_test_upward): New function.
18936         (main): Call the new functions.
18938         * math/gen-auto-libm-tests.c: New file.
18939         * math/auto-libm-test-in: Likewise.
18940         * math/auto-libm-test-out: New generated file.
18941         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18942         variables.
18943         (%beautify): Add generated representations of zero.
18944         (top level): Set $auto_input and call parse_auto_input.
18945         (beautify): Remove trailing "f" from hex float constants.
18946         (parse_args): Handle XFAIL_TEST.
18947         (convert_condition): New function.
18948         (or_value): Likewise.
18949         (or_cond_value): Likewise.
18950         (generate_testfile): Handle AUTO_TESTS_* lines.
18951         (parse_auto_input): New function.
18952         * math/libm-test.inc (XFAIL_TEST): New macro.
18953         (ERRNO_UNCHANGED): Update value.
18954         (ERRNO_EDOM): Likewise.
18955         (ERRNO_ERANGE): Likewise.
18956         (IGNORE_RESULT): Likewise.
18957         (TEST_COND_flt_32): New macro.
18958         (TEST_COND_dbl_64): Likewise.
18959         (TEST_COND_ldbl_96_intel): Likewise.
18960         (TEST_COND_ldbl_96_m68k): Likewise.
18961         (TEST_COND_ldbl_128): Likewise.
18962         (TEST_COND_ldbl_128ibm): Likewise.
18963         (TEST_COND_long32): Likewise.
18964         (TEST_COND_long64): Likewise.
18965         (TEST_COND_before_rounding): Likewise.
18966         (TEST_COND_after_rounding): Likewise.
18967         (enable_test): Handle XFAIL_TEST flag.
18968         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18969         with finite results.
18970         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18971         auto-libm-test-out.
18973 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18974             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18976         [BZ #16214]
18977         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18978         __tls_get_addr_internal instead of __tls_get_offset in order to
18979         avoid GOT pointer dependency.  Make rtld export
18980         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18981         __tls_get_addr since we are a __tls_get_offset platform.
18982         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18983         GOT pointer being set up before.
18984         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18986 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18988         * manual/math.texi (Errors in Math Functions): Document accuracy
18989         goals.
18991         [BZ #15004]
18992         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18993         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18994         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18995         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18996         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18997         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18998         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18999         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
19000         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
19001         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
19002         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
19003         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
19004         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
19005         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
19006         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
19007         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
19009         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
19010         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
19011         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
19012         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
19013         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
19014         Likewise.
19015         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
19016         Likewise.
19017         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
19018         Likewise.
19019         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
19020         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
19021         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
19022         atomic-feupdateenv and flt-rounds.
19023         * sysdeps/powerpc/nofpu/Versions (libc): Add
19024         __atomic_feholdexcept, __atomic_feclearexcept,
19025         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
19026         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
19027         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
19028         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
19029         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
19030         here.
19031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
19032         Update.
19034         * manual/arith.texi (FP Exceptions): Document that exceptions may
19035         not be raised when matherr is used.
19036         (Math Error Reporting): Document overflow in directed rounding
19037         modes.  Document that errno may not be set when finite values are
19038         returned on overflow.  Document intent to set errno on underflow
19039         only for underflow to zero.
19041         [BZ #16271]
19042         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
19043         round-to-nearest then adjust result for other rounding modes.
19044         * include/fenv.h (fegetround): Use libm_hidden_proto.
19045         * math/fegetround.c (fegetround): Use libm_hidden_def.
19046         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
19047         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
19048         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19049         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
19050         Likewise.
19051         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
19052         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
19053         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
19054         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
19056 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19058         [BZ #16077]
19059         * nss/Versions (libnss_files): Add
19060         _nss_files_gethostbyname3_r.
19061         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
19062         New function.
19063         (HOST_DB_LOOKUP): Remove macro.
19064         (_nss_files_gethostbyname_r): Implement function without the
19065         HOST_DB_LOOKUP macro.
19066         (_nss_files_gethostbyname2_r): Likewise.
19068 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
19070         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
19072 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
19074         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
19075         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
19076         warning.
19078 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19080         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
19081         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
19082         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
19083         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
19084         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
19085         __fe_nomask_env_priv and attribute_hidden.
19086         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
19087         (libc_feupdateenv_test_ppc): Likewise.
19088         (libc_feresetround_ppc): Likewise.
19089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19090         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
19091         compat_symbol macro.
19092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19093         (__fe_nomask_env): Likewise.
19094         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
19096 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19098         * string/Makefile: Remove ifunc tests.
19099         * string/test-string.h: Define TEST_IFUNC.
19100         * string/test-bcopy-ifunc.c: Remove.
19101         * string/test-bzero-ifunc.c: Likewise.
19102         * string/test-memccpy-ifunc.c: Likewise.
19103         * string/test-memchr-ifunc.c: Likewise.
19104         * string/test-memcmp-ifunc.c: Likewise.
19105         * string/test-memcpy-ifunc.c: Likewise.
19106         * string/test-memmem-ifunc.c: Likewise.
19107         * string/test-memmove-ifunc.c: Likewise.
19108         * string/test-mempcpy-ifunc.c: Likewise.
19109         * string/test-memrchr-ifunc.c: Likewise.
19110         * string/test-memset-ifunc.c: Likewise.
19111         * string/test-rawmemchr-ifunc.c: Likewise.
19112         * string/test-stpcpy-ifunc.c: Likewise.
19113         * string/test-stpncpy-ifunc.c: Likewise.
19114         * string/test-strcasecmp-ifunc.c: Likewise.
19115         * string/test-strcasestr-ifunc.c: Likewise.
19116         * string/test-strcat-ifunc.c: Likewise.
19117         * string/test-strchr-ifunc.c: Likewise.
19118         * string/test-strchrnul-ifunc.c: Likewise.
19119         * string/test-strcmp-ifunc.c: Likewise.
19120         * string/test-strcpy-ifunc.c: Likewise.
19121         * string/test-strcspn-ifunc.c: Likewise.
19122         * string/test-strlen-ifunc.c: Likewise.
19123         * string/test-strncasecmp-ifunc.c: Likewise.
19124         * string/test-strncat-ifunc.c: Likewise.
19125         * string/test-strncmp-ifunc.c: Likewise.
19126         * string/test-strncpy-ifunc.c: Likewise.
19127         * string/test-strnlen-ifunc.c: Likewise.
19128         * string/test-strpbrk-ifunc.c: Likewise.
19129         * string/test-strrchr-ifunc.c: Likewise.
19130         * string/test-strspn-ifunc.c: Likewise.
19131         * string/test-strstr-ifunc.c: Likewise.
19133 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19135         * benchtests/Makefile: Remove ifunc tests.
19136         * benchtests/bench-string.h: Define TEST_IFUNC.
19137         * benchtests/bench-bcopy-ifunc.c: Remove.
19138         * benchtests/bench-bzero-ifunc.c: Likewise.
19139         * benchtests/bench-memccpy-ifunc.c: Likewise.
19140         * benchtests/bench-memchr-ifunc.c: Likewise.
19141         * benchtests/bench-memcmp-ifunc.c: Likewise.
19142         * benchtests/bench-memcpy-ifunc.c: Likewise.
19143         * benchtests/bench-memmem-ifunc.c: Likewise.
19144         * benchtests/bench-memmove-ifunc.c: Likewise.
19145         * benchtests/bench-mempcpy-ifunc.c: Likewise.
19146         * benchtests/bench-memrchr-ifunc.c: Likewise.
19147         * benchtests/bench-memset-ifunc.c: Likewise.
19148         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
19149         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
19150         * benchtests/bench-stpcpy-ifunc.c: Likewise.
19151         * benchtests/bench-stpncpy-ifunc.c: Likewise.
19152         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
19153         * benchtests/bench-strcasestr-ifunc.c: Likewise.
19154         * benchtests/bench-strcat-ifunc.c: Likewise.
19155         * benchtests/bench-strchr-ifunc.c: Likewise.
19156         * benchtests/bench-strchrnul-ifunc.c: Likewise.
19157         * benchtests/bench-strcmp-ifunc.c: Likewise.
19158         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
19159         * benchtests/bench-strcpy-ifunc.c: Likewise.
19160         * benchtests/bench-strcspn-ifunc.c: Likewise.
19161         * benchtests/bench-strlen-ifunc.c: Likewise.
19162         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
19163         * benchtests/bench-strncat-ifunc.c: Likewise.
19164         * benchtests/bench-strncmp-ifunc.c: Likewise.
19165         * benchtests/bench-strncpy-ifunc.c: Likewise.
19166         * benchtests/bench-strnlen-ifunc.c: Likewise.
19167         * benchtests/bench-strpbrk-ifunc.c: Likewise.
19168         * benchtests/bench-strrchr-ifunc.c: Likewise.
19169         * benchtests/bench-strsep-ifunc.c: Likewise.
19170         * benchtests/bench-strspn-ifunc.c: Likewise.
19171         * benchtests/bench-strstr-ifunc.c: Likewise.
19173 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19175         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
19177 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
19179         * resolv/netdb.h: Use __glibc_reserved instead __unused.
19180         * rt/aio.h: Likewise.
19181         * sysdeps/gnu/bits/utmp.h: Likewise.
19182         * sysdeps/gnu/bits/utmpx.h: Likewise.
19183         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
19184         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
19185         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
19186         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
19187         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
19188         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
19189         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
19190         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
19191         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
19192         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
19193         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
19194         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
19195         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
19196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
19197         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19198         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
19199         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
19200         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
19201         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
19202         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
19203         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
19204         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
19205         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
19206         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
19207         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
19208         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19209         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
19210         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
19211         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
19212         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
19213         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
19214         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
19215         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
19216         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
19217         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
19218         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
19219         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
19220         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
19221         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
19222         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
19223         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
19224         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19226 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
19228         [BZ #16245]
19229         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
19230         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
19232 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
19234         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
19235         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
19236         Likewise.
19238 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19240         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
19241         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
19242         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
19243         (__fesetround): Remove define.
19244         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
19245         rounding and exceptions handling.
19246         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
19247         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
19248         (__fe_nomask_env): Likewise.
19249         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
19250         __fegetround instead of fegetround.
19251         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19252         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19254 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19256         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19257         it's there.
19259         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19261 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19263         [BZ #11157]
19264         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19265         (encrypt_r): Likewise.
19266         * malloc/obstack.h (obstack_free): Likewise.
19267         * posix/unistd.h (encrypt): Likewise.
19269 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19271         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19272         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19273         DL_CALL_DT_FINI() that call the functions directly.
19274         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19275         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19276         * elf/dl-fini.c: Likewise.
19278 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19280         * malloc/hooks.c (memalign_check): Add alignment rounding.
19281         * malloc/malloc.c (_mid_memalign): New function.
19282         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19283         Implement by calling _mid_memalign.
19284         * manual/probes.texi (Memory Allocation Probes): Remove
19285         memory_valloc_retry and memory_pvalloc_retry.
19287 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19289         * locale/programs/locarchive.c (open_archive): Add const
19290         qualifier to ARCHIVEFNAME and copy default fname to
19291         DEFAULT_FNAME.
19293         [BZ #15601]
19294         * libio/tst-widetext.input: Rename Oriya to Odia.
19295         * locale/iso-639.def: Likewise.
19297         * manual/probes.texi (Mathematical Function Probes): Add
19298         documentation for sin, cos, asin and acos probes.
19299         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19300         (__sin32): Add slowasin probe.
19301         (__cos32): Add slowacos probe.
19302         (__mpsin): Add slowsin probe.
19303         (__mpcos): Add slowcos probe.
19305 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19307         [BZ #15483]
19308         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19309         thread-local __sim_exceptions_thread and global
19310         __sim_exceptions_global.
19311         (__sim_disabled_exceptions): Change to thread-local
19312         __sim_disabled_exceptions_thread and global
19313         __sim_disabled_exceptions_global.
19314         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19315         and global __sim_round_mode_global.
19316         (__simulate_exceptions): Use thread-local floating-point state and
19317         set global state from it as needed.
19318         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19319         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19320         __sim_round_mode_thread.
19321         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19322         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19323         and global __sim_exceptions_global.
19324         (__sim_disabled_exceptions): Change to thread-local
19325         __sim_disabled_exceptions_thread and global
19326         __sim_disabled_exceptions_global.
19327         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19328         and global __sim_round_mode_global.
19329         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19330         (SIM_SET_GLOBAL): Likewise.
19331         * sysdeps/powerpc/soft-fp/sfp-machine.h
19332         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19333         __sim_round_mode_thread.
19334         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19335         __sim_disabled_exceptions_thread.
19336         (__sim_exceptions): Change to __sim_exceptions_thread.
19337         (__sim_disabled_exceptions): Change to
19338         __sim_disabled_exceptions_thread.
19339         (__sim_round_mode): Change to __sim_round_mode_thread.
19340         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19341         thread-local floating-point state and set global state from it as
19342         needed.
19343         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19344         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19345         (__sim_disabled_exceptions): Remove extern declaration.
19346         (feenableexcept): Use thread-local floating-point state and set
19347         global state from it as needed.
19348         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19349         extern declaration.
19350         (__sim_disabled_exceptions): Likewise.
19351         (__sim_round_mode): Likewise.
19352         (__fegetenv): Use thread-local floating-point state.
19353         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19354         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19355         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19356         floating-point state and set global state from it as needed.
19357         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19358         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19359         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19360         Likewise.
19361         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19362         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19363         Likewise.
19364         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19365         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19366         Use __sim_round_mode_thread.
19367         * math/test-fenv-tls.c: New file.
19368         * math/Makefile (tests): Add test-fenv-tls.
19369         ($(objpfx)test-fenv-tls): Depend on
19370         $(common-objpfx)nptl/libpthread.so.
19372 2013-11-19  Andreas Schwab  <schwab@suse.de>
19374         * locale/programs/locale.c (show_info): Decode wordarray elements.
19375         * locale/categories.def (LC_MONETARY): Add element for
19376         _NL_MONETARY_CRNCYSTR.
19377         * locale/C-monetary.c (conversion_rate): New variable.
19378         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19379         element.
19381 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19383         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19384         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19386 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19388         * elf/Makefile (tst-auxv): New test.
19389         * elf/tst-auxv.c: New
19390         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19392 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19394         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19395         (hidden_proto): Caller changed.
19396         (hidden_tls_proto): New macro.
19397         (libc_hidden_tls_proto): Likewise.
19398         (rtld_hidden_tls_proto): Likewise.
19399         (libm_hidden_tls_proto): Likewise.
19400         (libresolv_hidden_tls_proto): Likewise.
19401         (librt_hidden_tls_proto): Likewise.
19402         (libdl_hidden_tls_proto): Likewise.
19403         (libnss_files_hidden_tls_proto): Likewise.
19404         (libnsl_hidden_tls_proto): Likewise.
19405         (libnss_nisplus_hidden_tls_proto): Likewise.
19406         (libutil_hidden_tls_proto): Likewise.
19408 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19410         [BZ #10253]
19411         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19412         (decompose_rpath): Defer expansion to fillin_rpath.
19413         (_dl_init_paths): Pass linkmap to fillin_rpath.
19415 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19417         * benchtests/Makefile: Add strsep.
19418         * benchtests/bench-strsep.c: New file: strsep benchtest.
19419         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19421 2013-11-18  Andreas Schwab  <schwab@suse.de>
19423         * locale/programs/locale.c (show_info) [case byte]: Check for
19424         '\377' instead of '\177'.
19425         * locale/C-monetary.c (not_available): Always use "\377".
19426         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19427         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19428         detect unavailable sign_posn locale elements.
19429         * locale/localeconv.c (__localeconv): For grouping and
19430         mon_grouping handle "\177" and "\377" like no grouping.
19431         (INT_ELEM): New macro.  Use it to set all numeric members.
19432         * locale/programs/ld-monetary.c (monetary_read)
19433         <tok_mon_grouping>: Normalize single -1 to the empty string.
19434         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19435         Likewise.
19437 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19439         [BZ #16055]
19440         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19441         when we match (nil).
19442         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19444 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19446         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19447         (NO_TEST_INLINE): Update value.
19448         (ERRNO_UNCHANGED): Likewise.
19449         (ERRNO_EDOM): Likewise.
19450         (ERRNO_ERANGE): Likewise.
19451         (IGNORE_RESULT): Likewise.
19452         (check_float_internal): Check signs of NaN results if
19453         TEST_NAN_SIGN used.
19454         (check_complex): Pass TEST_NAN_SIGN flag through to second
19455         check_float_internal call.
19456         (copysign_test_data): Add tests with quiet NaNs as second
19457         argument.  Use TEST_NAN_SIGN.
19458         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19459         TEST_NAN_SIGN.
19460         (signbit_test_data): Add tests of quiet NaN argument.
19461         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19463         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19464         $ignore_result.
19465         (parse_args): Handle function results specified as IGNORE.
19466         * math/libm-test.inc (IGNORE_RESULT): New macro.
19467         (check_float_internal): Do not check numerical result if flag
19468         IGNORE_RESULT set.
19469         (check_complex): Pass through IGNORE_RESULT to second
19470         check_float_internal call.
19471         (check_int): Do not check numerical result if flag IGNORE_RESULT
19472         set.
19473         (check_long): Likewise.
19474         (check_bool): Likewise.
19475         (check_longlong): Likewise.
19476         (lrint_test_data): Add tests of infinite and NaN arguments.
19477         (lrint_tonearest_test_data): Likewise.
19478         (lrint_towardzero_test_data): Likewise.
19479         (lrint_downward_test_data): Likewise.
19480         (lrint_upward_test_data): Likewise.
19481         (llrint_test_data): Likewise.
19482         (llrint_tonearest_test_data): Likewise.
19483         (llrint_towardzero_test_data): Likewise.
19484         (llrint_downward_test_data): Likewise.
19485         (llrint_upward_test_data): Likewise.
19486         (lround_test_data): Likewise.
19487         (llround_test_data): Likewise.
19489         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19490         (ERRNO_UNCHANGED): Update value.
19491         (ERRNO_EDOM): Likewise.
19492         (ERRNO_ERANGE): Likewise.
19493         (NO_TEST_INLINE_FLOAT): New macro.
19494         (NO_TEST_INLINE_DOUBLE): Likewise.
19495         (enable_test): New function.
19496         (RUN_TEST_f_f): Check enable_test before running test.
19497         (RUN_TEST_2_f): Likewise.
19498         (RUN_TEST_fff_f): Likewise.
19499         (RUN_TEST_c_f): Likewise.
19500         (RUN_TEST_f_f1): Likewise.
19501         (RUN_TEST_fF_f1): Likewise.
19502         (RUN_TEST_fI_f1): Likewise.
19503         (RUN_TEST_ffI_f1): Likewise.
19504         (RUN_TEST_c_c): Likewise.
19505         (RUN_TEST_cc_c): Likewise.
19506         (RUN_TEST_f_i): Likewise.
19507         (RUN_TEST_f_i_tg): Likewise.
19508         (RUN_TEST_ff_i_tg): Likewise.
19509         (RUN_TEST_f_b): Likewise.
19510         (RUN_TEST_f_b_tg): Likewise.
19511         (RUN_TEST_f_l): Likewise.
19512         (RUN_TEST_f_L): Likewise.
19513         (RUN_TEST_fFF_11): Likewise.
19514         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19515         conditionals.
19516         (cosh_test_data): Likewise.
19517         (exp_test_data): Likewise.
19518         (expm1_test_data): Likewise.
19519         (hypot_test_data): Likewise.
19520         (pow_test_data): Likewise.
19521         (sinh_test_data): Likewise.
19522         (tanh_test_data): Likewise.
19523         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19524         flags argument.
19526         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19527         tests with quiet NaN input and output.
19528         (acosh_test_data): Likewise.
19529         (asin_test_data): Likewise.
19530         (asinh_test_data): Likewise.
19531         (atan_test_data): Likewise.
19532         (atanh_test_data): Likewise.
19533         (atan2_test_data): Likewise.
19534         (cbrt_test_data): Likewise.
19535         (cos_test_data): Likewise.
19536         (cosh_test_data): Likewise.
19537         (erf_test_data): Likewise.
19538         (erfc_test_data): Likewise.
19539         (exp_test_data): Likewise.
19540         (exp10_test_data): Likewise.
19541         (exp2_test_data): Likewise.
19542         (expm1_test_data): Likewise.
19543         (hypot_test_data): Likewise.
19544         (j0_test_data): Likewise.
19545         (j1_test_data): Likewise.
19546         (jn_test_data): Likewise.
19547         (lgamma_test_data): Likewise.
19548         (log_test_data): Likewise.
19549         (log10_test_data): Likewise.
19550         (log1p_test_data): Likewise.
19551         (log2_test_data): Likewise.
19552         (pow_test_data): Likewise.
19553         (scalb_test_data): Likewise.
19554         (sin_test_data): Likewise.
19555         (sincos_test_data): Likewise.
19556         (sinh_test_data): Likewise.
19557         (tan_test_data): Likewise.
19558         (tanh_test_data): Likewise.
19559         (tgamma_test_data): Likewise.
19560         (y0_test_data): Likewise.
19561         (y1_test_data): Likewise.
19562         (yn_test_data): Likewise.
19564         [BZ #16167]
19565         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19566         argument being NaN and avoid computations with second argument in
19567         that case.
19568         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19569         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19570         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19572 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19574         * locale/iso-639.def: Add Chitwani Tharu (the).
19576 2013-11-14  Andreas Schwab  <schwab@suse.de>
19578         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19579         word instead of empty string.
19581 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19584         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19586         (__fe_nomask_env): Likewise.
19588 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19590         * benchtests/bench-timing.h: Include time.h.
19592 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19594         [BZ #15997]
19595         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19596         to 3.4.0 for x32.
19597         * sysdeps/unix/sysv/linux/configure: Regenerated.
19599 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19601         [BZ #16151]
19602         * stdlib/strtod_l.c (round_and_return): Do not consider
19603         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19604         exponent one less than half the least subnormal exponent.
19605         * stdlib/test-strtod-round-data: Add more tests.
19606         * stdlib/tst-strtod-round.c (tests): Regenerated.
19608 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19610         [BZ #14143]
19611         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19612         (__fe_mask_env): Likewise.
19613         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19614         libm_hidden_proto and add function prototype.
19615         (__fe_mask_env): Add function prototype.
19616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19617         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19619         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19621         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19623 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19625         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19626         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19628 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19630         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19631         of htab_find_slot().
19633 2013-11-11  David S. Miller  <davem@davemloft.net>
19635         [BZ #16150]
19636         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19637         symbol in the non-vis3 case in static builds.
19638         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19639         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19640         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19641         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19643 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19645         [BZ #387]
19646         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19647         it is empty.
19649 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19651         * benchtests/Makefile: Add bench-strtod.
19652         * benchtests/bench-strtod.c: New file: strtod benchtest
19654 2013-11-11  Andreas Schwab  <schwab@suse.de>
19656         [BZ #16153]
19657         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19658         terminating NUL in key length.
19660 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19662         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19663         Add artificial ODP entry for vDSO symbol for PPC64.
19664         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19665         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19667 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19669         [BZ #15374]
19670         * nss/getent.c (services_keys): Recognize services starting with digit.
19672 2013-11-06  David S. Miller  <davem@davemloft.net>
19674         [BZ #15985]
19675         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19676         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19678 2013-11-06  Will Newton  <will.newton@linaro.org>
19680         * manual/memory.texi (Malloc Examples): Remove register
19681         keyword from examples.
19683 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19685         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19687 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19689         [BZ #6981]
19690         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19691         depending on [__GCC_IEC_559 > 0].
19692         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19693         depending on [__GCC_IEC_559_COMPLEX > 0].
19695 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19697         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19698         to iso-639.def.
19700 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19702         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19704 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19706         [BZ #16112]
19707         * malloc/malloc (malloc_info): Do not handle first bin as
19708         special case.
19710 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19712         * locale/iso-639.def: Add Central Nahuatl (nhn).
19714 2013-11-01  Bruno Haible  <bruno@clisp.org>
19716         [BZ #7003]
19717         * manual/math.texi (BSD Random): Specify range upper bound as
19718         in POSIX.
19720 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19722         * locale/iso-639.def: Add Meadow Mari (mhr).
19724 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19726         [BZ #14752], [BZ #15763]
19727         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19728         Validate name.
19729         * rt/tst_shm.c: Add test for escaping directory.
19731 2013-10-31  Andreas Schwab  <schwab@suse.de>
19733         [BZ #15917]
19734         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19735         followed by 'x' as part of digit sequence.
19736         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19738 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19740         [BZ #16037]
19741         * configure.ac: allow GNU Make 4.0 and greater.
19742         * configure: Regenerated.
19744 2013-10-30  Will Newton  <will.newton@linaro.org>
19746         [BZ #16038]
19747         * malloc/hooks.c (memalign_check): Limit alignment to the
19748         maximum representable power of two.
19749         * malloc/malloc.c (__libc_memalign): Likewise.
19750         * malloc/tst-memalign.c (do_test): Add test for very
19751         large alignment values.
19752         * malloc/tst-posix_memalign.c (do_test): Likewise.
19754 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19756         [BZ #11087]
19757         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19758         (munmap_chunk): Likewise.
19759         (mremap_chunk): Likewise.
19761 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19763         [BZ #15799]
19764         * stdlib/div.c (div): Remove obsolete code.
19765         * stdlib/ldiv.c (ldiv): Likewise.
19766         * stdlib/lldiv.c (lldiv): Likewise.
19768 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19770         [BZ #16071]
19771         * nss/nss_files/files-XXX.c (get_contents_ret): New
19772         enumerator.
19773         (get_contents): New function.
19774         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19776 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19778         * configure.in: Moved to ...
19779         * configure.ac: ... here. Change reference to configure.in
19780         to configure.ac.
19781         * sysdeps/arm/preconfigure.ac: ... here.
19782         configure.in to configure.ac.
19783         * sysdeps/gnu/configure.in: Moved to ...
19784         * sysdeps/gnu/configure.ac: ... here.
19785         * sysdeps/i386/configure.in: Moved to ...
19786         * sysdeps/i386/configure.ac: ... here.
19787         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19788         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19789         * sysdeps/mach/configure.in: Moved to ...
19790         * sysdeps/mach/configure.ac: ... here.
19791         * sysdeps/mach/hurd/configure.in: Moved to ...
19792         * sysdeps/mach/hurd/configure.ac: ... here.
19793         * sysdeps/powerpc/configure.in: Moved to ...
19794         * sysdeps/powerpc/configure.ac: ... here.
19795         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19796         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19797         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19798         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19799         * sysdeps/s390/s390-32/configure.in: Moved to ...
19800         * sysdeps/s390/s390-32/configure.ac: ... here.
19801         * sysdeps/s390/s390-64/configure.in: Moved to ...
19802         * sysdeps/s390/s390-64/configure.ac: ... here.
19803         * sysdeps/sh/configure.in: Moved to ...
19804         * sysdeps/sh/configure.ac: ... here.
19805         * sysdeps/sparc/configure.in: Moved to ...
19806         * sysdeps/sparc/configure.ac: ... here.
19807         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19808         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19809         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19810         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19811         * sysdeps/x86_64/configure.in: Moved to ...
19812         * sysdeps/x86_64/configure.ac: ... here.
19813         * sysdeps/x86_64/preconfigure.in: Moved to ...
19814         * sysdeps/x86_64/preconfigure.ac: ... here.
19815         * aclocal.m4: Change reference to configure.in to configure.ac.
19816         * config.h.in: Likewise.
19817         * manual/install.texi: Likewise.
19818         * manual/maint.texi: Likewise.
19819         * Makefile: Likewise.
19820         * malloc/Makefile: Likewise.
19821         * nscd/Makefile: Likewise.
19822         * Makeconfig: Change reference to configure.in and
19823         preconfigure.in to configure.ac and preconfigure.ac
19824         respectively.
19825         * INSTALL: Regenerated.
19826         * configure: Likewise.
19827         * sysdeps/gnu/configure: Likewise.
19828         * sysdeps/i386/configure: Likewise.
19829         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19830         * sysdeps/mach/configure: Likewise.
19831         * sysdeps/mach/hurd/configure: Likewise.
19832         * sysdeps/powerpc/configure: Likewise.
19833         * sysdeps/powerpc/powerpc32/configure: Likewise.
19834         * sysdeps/powerpc/powerpc64/configure: Likewise.
19835         * sysdeps/s390/s390-32/configure: Likewise.
19836         * sysdeps/s390/s390-64/configure: Likewise.
19837         * sysdeps/sh/configure: Likewise.
19838         * sysdeps/sparc/configure: Likewise.
19839         * sysdeps/unix/sysv/linux/configure: Likewise.
19840         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19841         * sysdeps/x86_64/configure: Likewise.
19842         * sysdeps/x86_64/preconfigure: Likewise.
19844 2013-10-29  Andreas Schwab  <schwab@suse.de>
19846         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19848 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19850         * benchtests/pow-inputs: Add new inputs.
19852         * benchtests/exp-inputs: Add new inputs.
19854         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19855         conditional check for return value.
19856         (__cos32): Likewise.
19858 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19860         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19861         to provide a boost for large inputs with word alignment.
19862         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19863         implementation based on optimized PPC64 strcpy.
19864         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19865         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19866         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19867         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19869 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19871         [BZ #2801]
19872         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19874 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19876         [BZ #14876]
19877         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19878         * time/tst-strptime.c (day_tests): Add testcase.
19880 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19882         [BZ #14029]
19883         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19885 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19887         [BZ #16074]
19888         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19889         MAP_FAILED on error.
19891 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19893         [BZ #16072]
19894         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19895         heap for large requests.
19897 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19899         [BZ #9954]
19900         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19901         result if the result has no associated interface.
19902         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19903         interface for all 127.X.Y.Z addresses.
19905 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19907         * locale/iso-639.def: Add Ligurian (lij)
19909 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19911         [BZ #15825]
19912         * sunrpc/rpc_main.c: Document rpcgen -5.
19914 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19916         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19918 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19920         [BZ #10278]
19921         * posix/glob.c: Match only directories when trailing slash is present.
19922         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19923         (main): Add testcase.
19925 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19927         [BZ #15670]
19928         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19930 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19932         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19933         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19934         AUTH_DES and cindex for FIPS 140-2.
19935         (DES Encryption): Add cindex FIPS 46-3.
19937         * locale/locarchive.h (struct locarhandle): Add fname.
19938         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19939         if an optional argument was specified to --list-archive,
19940         otherwise NULL.
19941         * locale/programs/locarchive.c (show_archive_content): Take new
19942         argument fname and pass it via ah.fname to open_archive.
19943         * locale/programs/localedef.h: Update decl.
19944         (open_archive): If AH->fname is non-null, open that file
19945         rather than the default file name, and don't ignore ENOENT.
19946         (create_archive): Set AH.fname to NULL.
19947         (delete_locales_from_archive): Likewise.
19948         (add_locales_to_archive): Likewise.
19949         * locale/programs/locfile.c (write_all_categories): Likewise.
19951 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19952             Aldy Hernandez  <aldyh@redhat.com>
19954         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19955         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19956         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19957         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19958         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19959         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19960         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19961         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19962         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19963         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19964         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19965         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19966         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19967         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19968         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19969         Likewise.
19970         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19971         Likewise.
19972         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19973         Likewise.
19974         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19975         Likewise.
19976         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19977         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19978         Likewise.
19979         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19980         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19981         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19982         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19983         Likewise.
19984         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19985         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19986         * sysdeps/powerpc/preconfigure: Likewise.
19987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19988         Likewise.
19989         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19990         Replace contents of file by #include of <fenv_libc.h>.
19991         * sysdeps/powerpc/soft-fp/sfp-machine.h
19992         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19993         and <sys/prctl.h>.
19994         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19995         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19996         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19997         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19998         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19999         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
20000         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
20001         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
20002         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
20003         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
20004         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
20005         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
20006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20007         Allow copysignl PLT reference to be missing.
20009 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
20010             Joseph Myers  <joseph@codesourcery.com
20012         [BZ #15948]
20013         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
20014         single character.
20015         (add_to_tablewc): Assert sequence of wide characters is nonempty.
20017 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20019         * elf/tst-tls-dlinfo.c: Don't include tls.h.
20020         * elf/tst-tls1.c: Likewise.
20021         * elf/tst-tls10.h: Likewise.
20022         * elf/tst-tls14.c: Likewise.
20023         * elf/tst-tls2.c: Likewise.
20024         * elf/tst-tls3.c: Likewise.
20025         * elf/tst-tls4.c: Likewise.
20026         * elf/tst-tls5.c: Likewise.
20027         * elf/tst-tls6.c: Likewise.
20028         * elf/tst-tls7.c: Likewise.
20029         * elf/tst-tls8.c: Likewise.
20030         * elf/tst-tls9.c: Likewise.
20031         * elf/tst-tlsmod1.c: Likewise.
20032         * elf/tst-tlsmod13.c: Likewise.
20033         * elf/tst-tlsmod13a.c: Likewise.
20034         * elf/tst-tlsmod14a.c: Likewise.
20035         * elf/tst-tlsmod16a.c: Likewise.
20036         * elf/tst-tlsmod16b.c: Likewise.
20037         * elf/tst-tlsmod2.c: Likewise.
20038         * elf/tst-tlsmod3.c: Likewise.
20039         * elf/tst-tlsmod4.c: Likewise.
20040         * elf/tst-tlsmod5.c: Likewise.
20041         * elf/tst-tlsmod6.c: Likewise.
20043 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
20045         [BZ #12486]
20046         * malloc/malloc.c: remove checks for statistics.
20048 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20050         [BZ #15277]
20051         * inet/inet_net.c (inet_network): Detect additional invalid strings.
20052         * inet/tst-network.c: Add testcase.
20054 2013-10-17  Andreas Schwab  <schwab@suse.de>
20056         [BZ #15218]
20057         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
20058         to determine canonical name.
20060 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
20062         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
20063         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
20064         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
20065         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
20066         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
20067         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
20068         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
20069         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
20070         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
20071         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
20072         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
20073         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
20074         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20075         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
20076         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
20077         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
20078         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
20079         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
20080         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
20081         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
20082         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
20083         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
20084         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20085         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
20086         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
20087         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
20088         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
20089         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
20090         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
20091         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
20092         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
20093         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
20094         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
20095         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
20096         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
20097         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20098         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20099         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
20100         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
20101         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
20102         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
20103         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
20104         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
20105         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
20106         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
20107         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20108         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
20109         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
20110         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
20111         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
20112         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
20113         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
20114         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
20115         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
20116         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20117         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
20118         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
20119         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
20121 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
20123         [BZ #16041]
20124         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
20125         make result into a quiet NaN.
20127 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
20129         * soft-fp/adddf3.c: Fix horizontal whitespace.
20130         * soft-fp/addsf3.c: Likewise.
20131         * soft-fp/addtf3.c: Likewise.
20132         * soft-fp/divdf3.c: Likewise.
20133         * soft-fp/divsf3.c: Likewise.
20134         * soft-fp/divtf3.c: Likewise.
20135         * soft-fp/double.h: Likewise.
20136         * soft-fp/eqdf2.c: Likewise.
20137         * soft-fp/eqsf2.c: Likewise.
20138         * soft-fp/eqtf2.c: Likewise.
20139         * soft-fp/extenddftf2.c: Likewise.
20140         * soft-fp/extended.h: Likewise.
20141         * soft-fp/extendsfdf2.c: Likewise.
20142         * soft-fp/extendsftf2.c: Likewise.
20143         * soft-fp/extendxftf2.c: Likewise.
20144         * soft-fp/fixdfdi.c: Likewise.
20145         * soft-fp/fixdfsi.c: Likewise.
20146         * soft-fp/fixdfti.c: Likewise.
20147         * soft-fp/fixsfdi.c: Likewise.
20148         * soft-fp/fixsfsi.c: Likewise.
20149         * soft-fp/fixsfti.c: Likewise.
20150         * soft-fp/fixtfdi.c: Likewise.
20151         * soft-fp/fixtfsi.c: Likewise.
20152         * soft-fp/fixtfti.c: Likewise.
20153         * soft-fp/fixunsdfdi.c: Likewise.
20154         * soft-fp/fixunsdfsi.c: Likewise.
20155         * soft-fp/fixunsdfti.c: Likewise.
20156         * soft-fp/fixunssfdi.c: Likewise.
20157         * soft-fp/fixunssfsi.c: Likewise.
20158         * soft-fp/fixunssfti.c: Likewise.
20159         * soft-fp/fixunstfdi.c: Likewise.
20160         * soft-fp/fixunstfsi.c: Likewise.
20161         * soft-fp/fixunstfti.c: Likewise.
20162         * soft-fp/floatdidf.c: Likewise.
20163         * soft-fp/floatdisf.c: Likewise.
20164         * soft-fp/floatditf.c: Likewise.
20165         * soft-fp/floatsidf.c: Likewise.
20166         * soft-fp/floatsisf.c: Likewise.
20167         * soft-fp/floatsitf.c: Likewise.
20168         * soft-fp/floattidf.c: Likewise.
20169         * soft-fp/floattisf.c: Likewise.
20170         * soft-fp/floattitf.c: Likewise.
20171         * soft-fp/floatundidf.c: Likewise.
20172         * soft-fp/floatundisf.c: Likewise.
20173         * soft-fp/floatunditf.c: Likewise.
20174         * soft-fp/floatunsidf.c: Likewise.
20175         * soft-fp/floatunsisf.c: Likewise.
20176         * soft-fp/floatunsitf.c: Likewise.
20177         * soft-fp/floatuntidf.c: Likewise.
20178         * soft-fp/floatuntisf.c: Likewise.
20179         * soft-fp/floatuntitf.c: Likewise.
20180         * soft-fp/fmadf4.c: Likewise.
20181         * soft-fp/fmasf4.c: Likewise.
20182         * soft-fp/fmatf4.c: Likewise.
20183         * soft-fp/gedf2.c: Likewise.
20184         * soft-fp/gesf2.c: Likewise.
20185         * soft-fp/getf2.c: Likewise.
20186         * soft-fp/ledf2.c: Likewise.
20187         * soft-fp/lesf2.c: Likewise.
20188         * soft-fp/letf2.c: Likewise.
20189         * soft-fp/muldf3.c: Likewise.
20190         * soft-fp/mulsf3.c: Likewise.
20191         * soft-fp/multf3.c: Likewise.
20192         * soft-fp/negdf2.c: Likewise.
20193         * soft-fp/negsf2.c: Likewise.
20194         * soft-fp/negtf2.c: Likewise.
20195         * soft-fp/op-1.h: Likewise.
20196         * soft-fp/op-2.h: Likewise.
20197         * soft-fp/op-4.h: Likewise.
20198         * soft-fp/op-8.h: Likewise.
20199         * soft-fp/op-common.h: Likewise.
20200         * soft-fp/quad.h: Likewise.
20201         * soft-fp/single.h: Likewise.
20202         * soft-fp/soft-fp.h: Likewise.
20203         * soft-fp/sqrtdf2.c: Likewise.
20204         * soft-fp/sqrtsf2.c: Likewise.
20205         * soft-fp/sqrttf2.c: Likewise.
20206         * soft-fp/subdf3.c: Likewise.
20207         * soft-fp/subsf3.c: Likewise.
20208         * soft-fp/subtf3.c: Likewise.
20209         * soft-fp/truncdfsf2.c: Likewise.
20210         * soft-fp/trunctfdf2.c: Likewise.
20211         * soft-fp/trunctfsf2.c: Likewise.
20212         * soft-fp/trunctfxf2.c: Likewise.
20213         * soft-fp/unorddf2.c: Likewise.
20214         * soft-fp/unordsf2.c: Likewise.
20215         * soft-fp/unordtf2.c: Likewise.
20217 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
20219         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
20220         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
20222 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
20224         * elf/dl-libc.c: Clear initfini list after freeing.
20226 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
20228         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
20229         * soft-fp/addsf3.c: Likewise.
20230         * soft-fp/addtf3.c: Likewise.
20231         * soft-fp/divdf3.c: Likewise.
20232         * soft-fp/divsf3.c: Likewise.
20233         * soft-fp/divtf3.c: Likewise.
20234         * soft-fp/double.h: Likewise.
20235         * soft-fp/eqdf2.c: Likewise.
20236         * soft-fp/eqsf2.c: Likewise.
20237         * soft-fp/eqtf2.c: Likewise.
20238         * soft-fp/extenddftf2.c: Likewise.
20239         * soft-fp/extended.h: Likewise.
20240         * soft-fp/extendsfdf2.c: Likewise.
20241         * soft-fp/extendsftf2.c: Likewise.
20242         * soft-fp/extendxftf2.c: Likewise.
20243         * soft-fp/fixdfdi.c: Likewise.
20244         * soft-fp/fixdfsi.c: Likewise.
20245         * soft-fp/fixdfti.c: Likewise.
20246         * soft-fp/fixsfdi.c: Likewise.
20247         * soft-fp/fixsfsi.c: Likewise.
20248         * soft-fp/fixsfti.c: Likewise.
20249         * soft-fp/fixtfdi.c: Likewise.
20250         * soft-fp/fixtfsi.c: Likewise.
20251         * soft-fp/fixtfti.c: Likewise.
20252         * soft-fp/fixunsdfdi.c: Likewise.
20253         * soft-fp/fixunsdfsi.c: Likewise.
20254         * soft-fp/fixunsdfti.c: Likewise.
20255         * soft-fp/fixunssfdi.c: Likewise.
20256         * soft-fp/fixunssfsi.c: Likewise.
20257         * soft-fp/fixunssfti.c: Likewise.
20258         * soft-fp/fixunstfdi.c: Likewise.
20259         * soft-fp/fixunstfsi.c: Likewise.
20260         * soft-fp/fixunstfti.c: Likewise.
20261         * soft-fp/floatdidf.c: Likewise.
20262         * soft-fp/floatdisf.c: Likewise.
20263         * soft-fp/floatditf.c: Likewise.
20264         * soft-fp/floatsidf.c: Likewise.
20265         * soft-fp/floatsisf.c: Likewise.
20266         * soft-fp/floatsitf.c: Likewise.
20267         * soft-fp/floattidf.c: Likewise.
20268         * soft-fp/floattisf.c: Likewise.
20269         * soft-fp/floattitf.c: Likewise.
20270         * soft-fp/floatundidf.c: Likewise.
20271         * soft-fp/floatundisf.c: Likewise.
20272         * soft-fp/floatunsidf.c: Likewise.
20273         * soft-fp/floatunsisf.c: Likewise.
20274         * soft-fp/floatuntidf.c: Likewise.
20275         * soft-fp/floatuntisf.c: Likewise.
20276         * soft-fp/floatuntitf.c: Likewise.
20277         * soft-fp/fmadf4.c: Likewise.
20278         * soft-fp/fmasf4.c: Likewise.
20279         * soft-fp/fmatf4.c: Likewise.
20280         * soft-fp/gedf2.c: Likewise.
20281         * soft-fp/gesf2.c: Likewise.
20282         * soft-fp/getf2.c: Likewise.
20283         * soft-fp/ledf2.c: Likewise.
20284         * soft-fp/lesf2.c: Likewise.
20285         * soft-fp/letf2.c: Likewise.
20286         * soft-fp/muldf3.c: Likewise.
20287         * soft-fp/mulsf3.c: Likewise.
20288         * soft-fp/multf3.c: Likewise.
20289         * soft-fp/negdf2.c: Likewise.
20290         * soft-fp/negsf2.c: Likewise.
20291         * soft-fp/negtf2.c: Likewise.
20292         * soft-fp/op-1.h: Likewise.
20293         * soft-fp/op-2.h: Likewise.
20294         * soft-fp/op-4.h: Likewise.
20295         * soft-fp/op-8.h: Likewise.
20296         * soft-fp/op-common.h: Likewise.
20297         * soft-fp/quad.h: Likewise.
20298         * soft-fp/single.h: Likewise.
20299         * soft-fp/soft-fp.h: Likewise.
20300         * soft-fp/sqrtdf2.c: Likewise.
20301         * soft-fp/sqrtsf2.c: Likewise.
20302         * soft-fp/sqrttf2.c: Likewise.
20303         * soft-fp/subdf3.c: Likewise.
20304         * soft-fp/subsf3.c: Likewise.
20305         * soft-fp/subtf3.c: Likewise.
20306         * soft-fp/truncdfsf2.c: Likewise.
20307         * soft-fp/trunctfdf2.c: Likewise.
20308         * soft-fp/trunctfsf2.c: Likewise.
20309         * soft-fp/trunctfxf2.c: Likewise.
20310         * soft-fp/unorddf2.c: Likewise.
20311         * soft-fp/unordsf2.c: Likewise.
20312         * soft-fp/unordtf2.c: Likewise.
20314 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20316         [BZ #15672]
20317         * misc/error.c (error_tail): Fix possible buffer overflow.
20319 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20321         [BZ #13028]
20322         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20323         address.
20325 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20327         [BZ #832]
20328         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20329         testing pipefail option.
20331 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20333         * soft-fp/double.h: Indent preprocessor directives inside #if.
20334         * soft-fp/extended.h: Likewise.
20335         * soft-fp/op-2.h: Likewise.
20336         * soft-fp/op-4.h: Likewise.
20337         * soft-fp/op-common.h: Likewise.
20338         * soft-fp/quad.h: Likewise.
20339         * soft-fp/single.h: Likewise.
20340         * soft-fp/soft-fp.h: Likewise.
20342 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20344         * iconv/iconv_prog.c: Fix typos.
20345         * stdio-common/psiginfo-data.h: Likewise.
20347 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20349         [BZ #15764]
20350         * locale/setlocale.c: Fix typo.
20352 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20354         [BZ #16036]
20355         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20356         signaling NaN arguments.
20357         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20358         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20360         [BZ #14910]
20361         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20362         unordered operands.
20363         * soft-fp/gesf2.c (__gesf2): Likewise.
20364         * soft-fp/getf2.c (__getf2): Likewise.
20365         * soft-fp/ledf2.c (__ledf2): Likewise.
20366         * soft-fp/lesf2.c (__lesf2): Likewise.
20367         * soft-fp/letf2.c (__letf2): Likewise.
20369         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20370         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20371         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20372         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20373         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20374         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20375         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20376         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20377         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20378         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20379         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20380         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20381         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20382         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20383         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20384         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20385         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20386         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20387         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20388         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20389         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20390         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20391         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20392         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20393         * soft-fp/floattidf.c (__floattidf): Likewise.
20394         * soft-fp/floattisf.c (__floattisf): Likewise.
20395         * soft-fp/floattitf.c (__floattitf): Likewise.
20396         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20397         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20398         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20399         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20400         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20401         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20402         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20403         * soft-fp/gesf2.c (__gesf2): Likewise.
20404         * soft-fp/getf2.c (__getf2): Likewise.
20405         * soft-fp/ledf2.c (__ledf2): Likewise.
20406         * soft-fp/lesf2.c (__lesf2): Likewise.
20407         * soft-fp/letf2.c (__letf2): Likewise.
20409         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20410         Undefine and redefine.
20411         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20412         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20413         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20414         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20415         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20416         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20417         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20418         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20419         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20420         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20421         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20422         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20423         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20424         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20425         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20427         [BZ #16032]
20428         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20429         without decrementing exponent if mantissa >= that for the
20430         denominator, not >.
20431         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20432         denominator, not >.  Decrement exponent in < case instead of
20433         incrementing in >= case.
20434         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20435         without decrementing exponent if mantissa >= that for the
20436         denominator, not >.
20438         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20439         computing saturated result for unsigned overflow.
20441 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20442             Jeff Law  <law@redhat.com>
20444         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20445         (atan2Mp): Add systemtap probe marker.
20446         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20447         (__ieee754_log): Add systemtap probe marker.
20448         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20449         (atanMp): Add systemtap probe marker.
20450         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20451         (tanMp): Add systemtap probe marker.
20452         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20453         (__slowexp): Add systemtap probe marker.
20454         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20455         (__slowpow): Add systemtap probe marker.
20456         * manual/probes.texi: Document probes.
20458 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20460         [BZ #15362]
20461         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20462         written.
20463         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20464         written.
20465         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20466         written to buffer but not flushed.
20467         * libio/iofwrite_u.c:  Likewise.
20468         * libio/iopadn.c:  Return bytes returned even if EOF was
20469         encountered.
20470         * libio/iowpadn.c:  Likewise.
20471         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20472         if _IO_padn does not write the whole buffer.
20473         [!COMPILE_WPRINTF] (PAD): Likewise.
20475 2013-10-10  David S. Miller  <davem@davemloft.net>
20477         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20478         directory block.
20480 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20482         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20483         instead of FSF address.
20484         * soft-fp/fixdfti.c: Likewise.
20485         * soft-fp/fixsfti.c: Likewise.
20486         * soft-fp/fixtfti.c: Likewise.
20487         * soft-fp/fixunsdfti.c: Likewise.
20488         * soft-fp/fixunssfti.c: Likewise.
20489         * soft-fp/fixunstfti.c: Likewise.
20490         * soft-fp/floattidf.c: Likewise.
20491         * soft-fp/floattisf.c: Likewise.
20492         * soft-fp/floattitf.c: Likewise.
20493         * soft-fp/floatuntidf.c: Likewise.
20494         * soft-fp/floatuntisf.c: Likewise.
20495         * soft-fp/floatuntitf.c: Likewise.
20496         * soft-fp/trunctfxf2.c: Likewise.
20498         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20499         * soft-fp/fixdfti.c: Likewise.
20500         * soft-fp/fixsfti.c: Likewise.
20501         * soft-fp/fixtfti.c: Likewise.
20502         * soft-fp/fixunsdfti.c: Likewise.
20503         * soft-fp/fixunssfti.c: Likewise.
20504         * soft-fp/fixunstfti.c: Likewise.
20505         * soft-fp/floattidf.c: Likewise.
20506         * soft-fp/floattisf.c: Likewise.
20507         * soft-fp/floattitf.c: Likewise.
20508         * soft-fp/floatuntidf.c: Likewise.
20509         * soft-fp/floatuntisf.c: Likewise.
20510         * soft-fp/floatuntitf.c: Likewise.
20511         * soft-fp/trunctfxf2.c: Likewise.
20513 2013-10-10  David S. Miller  <davem@davemloft.net>
20515         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20517 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20519         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20520         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20521         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20522         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20523         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20524         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20525         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20527         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20528         for NaNs before doing comparisons on argument.
20529         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20530         Likewise.
20532 2013-10-10  Will Newton  <will.newton@linaro.org>
20534         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20535         passed to _int_memalign does not overflow.
20537 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20539         * scripts/bench.pl: Add include-sources directive.
20540         * benchtests/README: Update documentation.
20542 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20544         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20545         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20546         instead of FP_INIT_ROUNDMODE.
20547         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20548         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20550         [BZ #16034]
20551         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20552         copy class of input value.
20553         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20554         not handle exceptions.
20555         * soft-fp/negsf2.c (__negsf2): Likewise.
20556         * soft-fp/negtf2.c (__negtf2): Likewise.
20557         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20559 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20561         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20562         semicolon.  From Linux kernel.
20564 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20566         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20568 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20570         [BZ #156]
20571         * manual/socket.texi: Added statement about buffer
20572         for gethostbyname2_r.
20574 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20576         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20577         Use .p2align directive instead, throughout.
20578         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20579         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20580         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20581         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20582         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20583         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20584         * sysdeps/x86_64/strchr.S: Likewise.
20585         * sysdeps/x86_64/strrchr.S: Likewise.
20587 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20589         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20591         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20593         * sysdeps/generic/math_private.h (__mpsin1): Remove
20594         declaration.
20595         (__mpcos1): Likewise.
20596         (__mpsin): New argument __range_reduce.
20597         (__mpcos): Likewise.
20598         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20599         (slow): Use __mpsin and __mpcos.
20600         (slow1): Likewise.
20601         (slow2): Likewise.
20602         (sloww): Likewise.
20603         (sloww1): Likewise.
20604         (sloww2): Likewise.
20605         (bsloww): Likewise.
20606         (bsloww1): Likewise.
20607         (bsloww2): Likewise.
20608         (cslow2): Likewise.
20609         (csloww): Likewise.
20610         (csloww1): Likewise.
20611         (csloww2): Likewise.
20612         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20613         range_reduce.  Merge in __mpsin1.
20614         (__mpcos): Likewise.
20615         (__mpsin1): Remove.
20616         (__mpcos1): Likewise.
20618 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20620         * locale/loadlocale.c (_nl_intern_locale_data): Use
20621         LOCFILE_ALIGNED_P.
20622         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20623         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20624         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20625         obstack data is appropriately aligned.
20626         (obstack_int32_grow_fast): Likewise.
20627         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20628         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20629         (add_locale_uint32_array): Likewise.
20631 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20633         * benchtests/Makefile: Remove ARGLIST and RET variables.
20634         ($(objpfx)bench-%.c): Pass only function name to the script.
20635         * benchtests/README: Update documentation.
20636         * benchtests/acos-inputs: Add new directives.
20637         * benchtests/acosh-inputs: Likewise.
20638         * benchtests/asin-inputs: Likewise.
20639         * benchtests/asinh-inputs: Likewise.
20640         * benchtests/atan-inputs: Likewise.
20641         * benchtests/atanh-inputs: Likewise.
20642         * benchtests/cos-inputs: Likewise.
20643         * benchtests/cosh-inputs: Likewise.
20644         * benchtests/exp-inputs: Likewise.
20645         * benchtests/log-inputs: Likewise.
20646         * benchtests/pow-inputs: Likewise.
20647         * benchtests/rint-inputs: Likewise.
20648         * benchtests/sin-inputs: Likewise.
20649         * benchtests/sinh-inputs: Likewise.
20650         * benchtests/tan-inputs: Likewise.
20651         * benchtests/tanh-inputs: Likewise.
20652         * scripts/bench.pl: Add support for new directives.
20654 2013-10-07  Alan Modra  <amodra@gmail.com>
20656         * README: Fix careless merge.
20658 2013-10-05  Alan Modra  <amodra@gmail.com>
20660         * NEWS: Mention powerpc64le support and bugs fixed.
20661         * README: Both big-endian and little-endian powerpc64 supported.
20663 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20665         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20666         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20667         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20668         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20670 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20672         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20673         match prototype.
20675 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20677         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20678         Move -mhard-float appending from
20679         ports/sysdeps/powerpc/powerpc32/Makefile.
20680         [$(with-fp) = yes] (ASFLAGS): Likewise.
20681         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20682         * sysdeps/powerpc/nofpu: Move directory from
20683         ports/sysdeps/powerpc/nofpu.
20684         * sysdeps/powerpc/soft-fp: Move directory from
20685         ports/sysdeps/powerpc/soft-fp.
20686         * sysdeps/powerpc/powerpc32/405: Move directory from
20687         ports/sysdeps/powerpc/powerpc32/405.
20688         * sysdeps/powerpc/powerpc32/440: Move directory from
20689         ports/sysdeps/powerpc/powerpc32/440.
20690         * sysdeps/powerpc/powerpc32/464: Move directory from
20691         ports/sysdeps/powerpc/powerpc32/464.
20692         * sysdeps/powerpc/powerpc32/476: Move directory from
20693         ports/sysdeps/powerpc/powerpc32/476.
20694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20695         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20697         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20699         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20701         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20703         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20704         * README: Update for powerpc-*-linux-gnu software floating point
20705         support in libc.
20707         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20708         case to powerpc/powerpc32*.
20709         * sysdeps/unix/sysv/linux/configure: Regenerated.
20711         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20712         (_FPU_MASK_OM): Define as 0x04.
20713         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20714         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20715         0x00c10080.
20716         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20717         0x0000003c.
20718         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20721         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20722         getcontext_e500.
20723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20724         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20725         setcontext_e500.
20726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20727         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20728         and setcontext_e500.
20730 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20732         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20734 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20736         * manual/threads.texi (Default Thread Attributes): Fix typo.
20738 2013-10-04  Will Newton  <will.newton@linaro.org>
20740         * malloc/Makefile: Add tst-memalign.
20741         * malloc/tst-memalign.c: New file.
20743         * malloc/tst-posix_memalign.c: Add comments.
20744         (do_test): Add comments and call free on all potentially
20745         allocated pointers. Add space after cast.
20747         * malloc/tst-pvalloc.c: Add comments.
20748         (do_test): Add comments and call free on all potentially
20749         allocated pointers. Remove duplicate check for NULL pointer.
20750         Add space after cast.
20752         * malloc/tst-valloc.c: Add comments.
20753         (do_test): Add comments and call free on all potentially
20754         allocated pointers. Remove duplicate check for NULL pointer.
20755         Add space after cast.
20757 2013-10-04  Alan Modra  <amodra@gmail.com>
20759         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20760         Use stdint types in rather than __attribute__((mode())).
20761         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20763 2013-10-04  Alan Modra  <amodra@gmail.com>
20765         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20766         Correct handling of unaligned relocs for little-endian.
20767         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20769 2013-10-04  Alan Modra  <amodra@gmail.com>
20771         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20772         * configure: Regenerate.
20773         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20774         * shlib-versions: Likewise.
20776 2013-10-04  Alan Modra  <amodra@gmail.com>
20778         * string/tester.c (test_memrchr): Increment reported test cycle.
20780 2013-10-04  Alan Modra  <amodra@gmail.com>
20782         * string/test-memcpy.c (do_one_test): When reporting errors, print
20783         string address and don't overrun end of string.
20785 2013-10-04  Alan Modra  <amodra@gmail.com>
20787         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20788         insrdi.  Make better use of reg selection to speed exit slightly.
20789         Schedule entry path a little better.  Remove useless "are we done"
20790         checks on entry to main loop.  Handle wrapping around zero address.
20791         Correct main loop count.  Handle single left-over word from main
20792         loop inline rather than by using loop_small.  Remove extra word
20793         case in loop_small caused by wrong loop count.  Add little-endian
20794         support.
20795         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20796         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20797         cache hint.
20798         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20799         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20800         support.  Avoid rlwimi.
20801         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20803 2013-10-04  Alan Modra  <amodra@gmail.com>
20805         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20806         insrdi.  Formatting.
20807         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20808         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20809         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20810         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20811         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20812         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20814 2013-10-04  Alan Modra  <amodra@gmail.com>
20816         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20817         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20818         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20819         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20820         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20821         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20822         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20823         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20824         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20825         use of regs.  Use power7 mtocrf.  Tidy function tails.
20827 2013-10-04  Alan Modra  <amodra@gmail.com>
20829         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20830         Formatting.  Consistently use rXXX register defines or rN defines.
20831         Use early exit labels that avoid restoring unused non-volatile regs.
20832         Make cr field use more consistent with rWORDn compares.  Rename
20833         regs used as shift registers for unaligned loop, using rN defines
20834         for short lifetime/multiple use regs.
20835         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20836         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20837         addi 1,1,64 to pop stack frame.  Simplify return value code.
20838         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20840 2013-10-04  Alan Modra  <amodra@gmail.com>
20842         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20843         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20844         rather than rlwimi.
20845         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20846         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20847         little-endian support.  Correct typos.
20848         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20849         rather than rlwimi.
20850         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20851         in loop and entry code to keep "and." results.
20852         (strchr): Add little-endian support.  Comment.  Move cntlzd
20853         earlier in tail.
20854         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20856 2013-10-04  Alan Modra  <amodra@gmail.com>
20858         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20859         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20860         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20861         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20863 2013-10-04  Alan Modra  <amodra@gmail.com>
20865         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20866         (rTMP): Define as r11.
20867         (strcmp): Add little-endian support.  Optimise tail.
20868         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20869         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20870         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20871         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20872         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20873         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20874         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20876 2013-10-04  Alan Modra  <amodra@gmail.com>
20878         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20879         little-endian support.  Remove unnecessary "are we done" tests.
20880         Handle "s" wrapping around zero and extremely large "size".
20881         Correct main loop count.  Handle single left-over word from main
20882         loop inline rather than by using small_loop.  Correct comments.
20883         Delete "zero" tail, use "end_max" instead.
20884         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20886 2013-10-04  Alan Modra  <amodra@gmail.com>
20888         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20889         support.  Don't branch over align.
20890         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20891         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20892         support.  Rearrange tmp reg use to suit.  Comment.
20893         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20895 2013-10-04  Alan Modra  <amodra@gmail.com>
20897         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20899 2013-10-04  Alan Modra  <amodra@gmail.com>
20901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20902         conditional form of branch and link when obtaining pc.
20903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20905 2013-10-04  Alan Modra  <amodra@gmail.com>
20907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20908         HIWORD/LOWORD.
20909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20912 2013-10-04  Alan Modra  <amodra@gmail.com>
20914         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20915         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20916         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20917         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20918         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20919         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20920         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20921         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20922         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20923         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20925 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20926             Alistair Popple <alistair@ozlabs.au.ibm.com>
20927             Alan Modra <amodra@gmail.com>
20929         [BZ #15723]
20930         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20931         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20932         _dl_hwcap access for little-endian.
20933         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20934         destroy vmx regs when saving unaligned.
20935         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20936         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20937         destroy vmx regs when saving unaligned.
20939 2013-10-04  Alan Modra  <amodra@gmail.com>
20941         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20942         Don't use a union to pack hi/low value.
20944 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20946         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20947         for little-endian.
20948         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20949         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20950         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20951         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20952         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20954 2013-10-04  Alan Modra  <amodra@gmail.com>
20956         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20957         constants to usual value for .cst8 section, and remove redundant
20958         high address load.
20959         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20960         constant for 0x1p52.  Load little-endian words of double from
20961         correct stack offsets.
20963 2013-10-04  Alan Modra  <amodra@gmail.com>
20965         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20966         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20967         words of double from correct stack offsets.
20968         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20969         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20970         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20971         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20972         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20973         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20974         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20975         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20976         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20977         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20978         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20979         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20980         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20981         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20982         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20983         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20984         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20986 2013-10-04  Alan Modra  <amodra@gmail.com>
20988         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20989         64-bit int/double union.
20990         (_FPU_SETCW): Likewise.
20991         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20992         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20994 2013-10-04  Alan Modra  <amodra@gmail.com>
20996         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20997         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20999 2013-10-04  Alan Modra  <amodra@gmail.com>
21001         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
21002         use vector int constants.
21003         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
21005 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21007         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
21008         array with long long.
21009         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
21010         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
21011         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
21012         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
21013         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
21014         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
21015         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
21016         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
21017         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
21018         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
21019         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
21020         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
21021         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
21023 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
21025         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
21026         (__signbit): Likewise.  Correct for little-endian.
21027         (__signbitl): Call __signbit.
21028         (lrint): Correct for little-endian.
21029         (lrintf): Call lrint.
21031 2013-10-04  Alan Modra  <amodra@gmail.com>
21033         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
21034         union 32-bit int array member with 64-bit int array.
21035         (t515, tm256): Double rather than long double.
21036         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
21038 2013-10-04  Alan Modra  <amodra@gmail.com>
21040         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
21041         Delete.
21042         (IEEE854_LONG_DOUBLE_BIAS): Delete.
21043         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
21044         version of math_ldbl.h.
21046 2013-10-04  Alan Modra  <amodra@gmail.com>
21048         [BZ #15734], [BZ #15735]
21049         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
21050         all uses of ieee875 long double macros and unions.  Simplify test
21051         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
21052         ldbl_extract_mantissa value for ix,iy exponents.  Properly
21053         normalize after ldbl_extract_mantissa, and don't add hidden bit
21054         already handled.  Don't treat low word of ieee854 mantissa like
21055         low word of IBM long double and mask off bit when testing for
21056         zero.
21057         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
21058         all uses of ieee875 long double macros and unions.  Simplify tests
21059         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
21060         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
21061         two1022, instead use their values.  Recognise that tests for large
21062         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
21063         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
21064         Rewrite all uses of ieee875 long double macros and unions.  Simplify
21065         test for 0.0L and nan.  Correct negation.
21066         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
21067         ieee875 long double macros and unions.  Correct output for large
21068         magnitude x.  Correct absolute value calculation.
21069         (__erfcl): Likewise.
21070         * math/libm-test.inc: Add tests for errors discovered in IBM long
21071         double versions of fmodl, remainderl, erfl and erfcl.
21073 2013-10-04  Alan Modra  <amodra@gmail.com>
21075         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
21076         all uses of ieee854 long double macros and unions.  Simplify tests
21077         for long doubles that are fully specified by the high double.
21078         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
21079         Likewise.
21080         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
21081         Remove dead code too.
21082         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
21083         (__ieee754_ynl): Likewise.
21084         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
21085         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
21086         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
21087         Remove dead code too.
21088         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
21089         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
21090         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
21091         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
21092         Simplify.
21093         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
21094         Simplify.
21095         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
21096         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
21097         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
21098         Comment on variable precision.
21099         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
21100         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
21101         Likewise.
21102         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
21103         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
21104         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
21105         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
21106         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
21108 2013-10-04  Alan Modra  <amodra@gmail.com>
21110         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
21111         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
21112         all uses of ieee854 long double macros and unions.
21113         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
21114         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
21115         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
21116         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
21117         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
21118         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
21119         Likewise.
21120         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
21121         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21122         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
21123         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21124         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
21125         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
21126         Simplify sign and nan test too.
21127         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
21128         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
21129         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
21130         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
21131         Likewise.
21132         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
21133         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
21134         Likewise.
21135         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21136         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
21137         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
21138         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
21139         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
21140         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
21142 2013-10-04  Alan Modra  <amodra@gmail.com>
21144         * stdio-common/printf_size.c (__printf_size): Don't use
21145         union ieee854_long_double in fpnum union.
21146         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
21147         signbit macro to retrieve sign from long double.
21148         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
21149         retrieve sign from long double.
21150         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
21151         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
21152         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
21153         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
21154         * math/test-misc.c (main): Don't use union ieee854_long_double.
21156 2013-10-04  Alan Modra  <amodra@gmail.com>
21158         [BZ #15680]
21159         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
21160         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
21161         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
21162         calculation.  Remove unnecessary test for denormal exponent.
21163         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
21164         Correct handling of denormals.  Avoid undefined shift behaviour.
21165         Correct normalisation of low mantissa when low double is denormal.
21166         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
21167         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
21168         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
21169         Correct normalisation of low mantissa.  Test for overflow of high
21170         mantissa and normalise.
21171         (ldbl_nearbyint): Use more readable constant for two52.
21172         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
21173         (__mpn_construct_long_double): Fix test for overflow of high
21174         mantissa and correct normalisation.  Avoid undefined shift.
21176 2013-10-04  Alan Modra  <amodra@gmail.com>
21178         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21179         (union ibm_extended_long_double): Define as an array of ieee754_double.
21180         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
21181         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
21182         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
21183         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21184         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21185         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
21186         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21187         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
21188         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
21189         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
21190         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
21192 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
21194         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
21195         page size instead of calling getpagesize.
21197         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
21198         (LOCFILE_ALIGN_MASK): Likewise.
21199         (LOCFILE_ALIGN_UP): Likewise.
21200         (LOCFILE_ALIGNED_P): Likewise.
21201         * locale/programs/ld-collate.c (collate_output): Use the new
21202         macros instead of __alignof__ (int32_t).
21203         * locale/weight.h (findidx): Likewise.
21205 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
21207         [BZ #431]
21208         * manual/string.texi: Fix strncat and wcsncat.
21210 2013-10-03  Brooks Moses  <bmoses@google.com>
21212         [BZ #15915]
21213         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
21214         * Makerules: ...here, and adjust associated comments.
21216 2013-10-02  Will Newton  <will.newton@linaro.org>
21218         * malloc/Makefile: Add tst-pvalloc.
21219         * malloc/tst-pvalloc.c: New file.
21221 2013-10-02  Will Newton  <will.newton@linaro.org>
21223         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
21224         improve test coverage.
21226 2013-10-02  Will Newton  <will.newton@linaro.org>
21228         * malloc/Makefile: Add tst-posix_memalign.
21229         * malloc/tst-posix_memalign.c: New file.
21231 2013-10-01  Eric Blake  <eblake@redhat.com>
21233         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
21234         Use __THROWNL rather than __THROW on static functions.
21236 2013-09-30  Petr Machata  <pmachata@redhat.com>
21238         * elf/elf.h (R_AARCH64_ABS16): New macro.
21239         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
21240         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
21241         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
21242         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
21243         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
21244         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
21245         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
21246         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
21247         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
21248         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
21249         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
21250         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
21251         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
21252         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21253         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21254         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21255         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21256         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21257         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21258         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21259         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21260         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21261         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21262         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21263         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21264         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21265         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21266         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21267         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21268         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21269         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21270         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21271         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21272         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21273         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21274         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21275         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21276         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21277         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21278         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21279         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21280         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21281         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21282         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21283         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21284         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21285         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21286         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21287         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21288         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21289         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21290         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21291         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21292         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21293         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21294         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21295         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21296         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21297         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21298         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21299         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21300         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21301         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21302         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21303         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21304         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21305         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21306         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21307         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21308         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21309         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21310         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21311         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21312         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21313         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21314         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21315         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21316         (R_AARCH64_TLSDESC_LDR): Likewise.
21317         (R_AARCH64_TLSDESC_ADD): Likewise.
21318         (R_AARCH64_TLSDESC_CALL): Likewise.
21320 2013-09-30  Andreas Schwab  <schwab@suse.de>
21322         [BZ #15048]
21323         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21324         the nss database lookup.
21325         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21326         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21328 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21330         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21332 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21334         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21335         ${Bash-specific parameter/pattern/string} parameter expansion.
21336         * sysdeps/unix/make-syscalls.sh: Likewise.
21338 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21340         * sysdeps/sh/stackguard-macros.h: New file.
21342 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21344         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21345         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21346         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21347         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21348         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21349         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21351 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21353         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21354         Fix thread ID register.
21356 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21358         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21359         [POSIX || UNIX98]: Require rather than permitting all symbols from
21360         <time.h>.
21361         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21362         element of struct sched_param.
21363         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21364         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21365         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21366         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21367         constant.
21369 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21371         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21372         argument calculation.
21374 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21376         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21377         Expect macro.
21378         [POSIX] (pthread_attr_t): Do not require type.
21379         [POSIX] (pthread_cond_t): Likewise.
21380         [POSIX] (pthread_condattr_t): Likewise.
21381         [POSIX] (pthread_key_t): Likewise.
21382         [POSIX] (pthread_mutex_t): Likewise.
21383         [POSIX] (pthread_mutexattr_t): Likewise.
21384         [POSIX] (pthread_once_t): Likewise.
21385         [POSIX] (pthread_t): Likewise.
21386         [POSIX-based standards] (pthread_atfork): Expect function.
21388 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21389             Richard Sandiford  <richard@codesourcery.com>
21391         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21392         (swap_endianness_p): New extern variable.
21393         (set_big_endian): New inline function.
21394         (maybe_swap_uint32): Likewise.
21395         (maybe_swap_uint32_array): Likewise.
21396         (maybe_swap_uint32_obstack): Likewise.
21397         * locale/programs/locfile.c: Include <stdbool.h>.
21398         (swap_endianness_p): New variable.
21399         (add_locale_uint32): Call maybe_swap_uint32.
21400         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21401         (write_locale_data): Call maybe_swap_uint32_array.
21402         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21403         maybe_swap_uint32.
21404         (obstack_int32_grow_fast): Likewise.
21405         (output_weightwc): Call maybe_swap_uint32_obstack.
21406         (collate_output): Likewise.
21407         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21408         (OPT_LITTLE_ENDIAN): Likewise.
21409         (options): Add --little-endian and --big-endian options.
21410         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21411         * locale/programs/locarchive.c: Include "locfile.h".
21412         (GET): New macro.
21413         (SET): Likewise.
21414         (INC): Likewise.
21415         (create_archive): Use the new macros to access fields of
21416         structures directly mapped from or written to locale archives.
21417         (oldlocrecentcmp): Likewise.
21418         (enlarge_archive): Likewise.
21419         (insert_name): Likewise.
21420         (add_alias): Likewise.
21421         (add_locale): Likewise.
21422         (delete_locales_from_archive): Likewise.
21423         (show_archive_content): Likewise.
21424         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21425         locale data.
21427 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21429         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21430         http://www.gnu.org/doc/freemanuals.texi.
21431         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21433 2013-09-24  Will Newton  <will.newton@linaro.org>
21435         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21436         macro.
21438 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21440         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21441         unsigned char.
21443 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21445         * manual/threads.texi (POSIX Threads): Fix a typo.
21447 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21449         [BZ #14547]
21450         * string/tst-strcoll-overflow.c: New test case.
21451         * string/Makefile (xtests): Add tst-strcoll-overflow.
21452         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21453         cache if string sizes may cause integer overflow.
21455         [BZ #14547]
21456         * string/strcoll_l.c (coll_seq): New members rule, idx,
21457         save_idx and back_us.
21458         (get_next_seq_nocache): New function.
21459         (do_compare_nocache): New function.
21460         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21461         when malloc fails.
21463 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21465         [BZ #15754]
21466         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21467         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21468         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21470         [BZ #15754]
21471         * elf/Makefile (tests): Add tst-ptrguard1.
21472         (tests-static): Add tst-ptrguard1-static.
21473         (tst-ptrguard1-ARGS): Define.
21474         (tst-ptrguard1-static-ARGS): Define.
21475         * elf/tst-ptrguard1.c: New file.
21476         * elf/tst-ptrguard1-static.c: New file.
21477         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21478         * sysdeps/i386/stackguard-macros.h: Likewise.
21479         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21480         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21481         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21482         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21483         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21484         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21486 2013-09-23  Hector Marco  <hecmargi@upv.es>
21487             Ismael Ripoll  <iripoll@disca.upv.es>
21488             Carlos O'Donell  <carlos@redhat.com>
21490         [BZ #15754]
21491         * sysdeps/generic/stackguard-macros.h: Define
21492         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21493         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21494         Define __pointer_chk_guard_local.
21495         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21496         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21498 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21500         [BZ #15859]
21501         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21503 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21505         * include/string.h (__ffs): Declare as hidden.
21506         * string/ffs.c (__ffs): Define as hidden.
21507         * sysdeps/i386/ffs.c (__ffs): Likewise.
21508         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21509         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21510         * sysdeps/s390/ffs.c (__ffs): Likewise.
21511         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21513 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21515         * NEWS: Mention malloc probes.
21517         * malloc/arena.c (new_heap): New memory_heap_new probe.
21518         (grow_heap): New memory_heap_more probe.
21519         (shrink_heap): New memory_heap_less probe.
21520         (heap_trim): New memory_heap_free probe.
21521         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21522         (systrim): New memory_sbrk_less probe.
21523         * manual/probes.texi: Document them.
21525         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21526         * manual/probes.texi: Document it.
21528         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21529         (__libc_realloc): Add memory_realloc_retry probe.
21530         (__libc_memalign): Add memory_memalign_retry probe.
21531         (__libc_valloc): Add memory_valloc_retry probe.
21532         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21533         (__libc_calloc): Add memory_calloc_retry probe.
21534         * manual/probes.texi: Document them.
21536         * malloc/arena.c (get_free_list): Add probe
21537         memory_arena_reuse_free_list.
21538         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21539         and memory_arena_reuse.
21540         (arena_get2) [!PER_THREAD]: Likewise.
21541         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21542         memory_arena_reuse_realloc.
21543         * manual/probes.texi: Document them.
21545         * malloc/malloc.c (__libc_free): Add
21546         memory_mallopt_free_dyn_thresholds probe.
21547         (__libc_mallopt): Add multiple memory_mallopt probes.
21548         * manual/probes.texi: Document them.
21550         * malloc/malloc.c: Include stap-probe.h.
21551         (__libc_mallopt): Add memory_mallopt probe.
21552         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21553         * manual/probes.texi: New.
21554         * manual/Makefile (chapters): Add probes.
21555         * manual/threads.texi: Set next node.
21557 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21559         [BZ #15963, #13985]
21560         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21561         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21562         Add `Chinese' to `nan' entry name.
21564 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21566         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21567         (POLYNOMIAL): Likewise.
21568         (TAYLOR_SINCOS): Likewise.
21569         (TAYLOR_SLOW): Likewise.
21570         (__sin): Use TAYLOR_SINCOS.
21571         (__cos): Likewise.
21572         (slow): Use TAYLOR_SLOW.
21573         (sloww): Likewise.
21574         (bsloww): Likewise.
21575         (csloww): Likewise.
21577 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21579         * stdlib/strtod_l.c: Fix buffer overrun.
21581 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21583         * benchtests/Makefile (bench): Add sincos.
21584         * benchtests/bench-sincos.c: New file.
21586         * math/libm-test.inc (cos_test_data): New test inputs.
21587         (sin_test_data): Likewise.
21589         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21590         macro.
21591         (__sin): Use it.
21592         (__cos): Likewise.
21593         (slow1): Likewise.
21594         (slow2): Likewise.
21595         (sloww1): Likewise.
21596         (sloww2): Likewise.
21597         (bsloww1): Likewise.
21598         (bsloww2): Likewise.
21599         (cslow2): Likewise.
21600         (csloww1): Likewise.
21601         (csloww2): Likewise.
21603         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21604         function.
21605         (__sin): Use it.
21606         (__cos): Likewise.
21608         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21609         gotos.
21610         (__cos): Likewise.
21612 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21614         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21615         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21616         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21617         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21618         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21619         * elf/cache.c (print_entry): Handle the new cache flags.
21621 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21622             Aldy Hernandez  <aldyh@redhat.com>
21624         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21625         Change condition to [_SOFT_FLOAT].
21626         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21627         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21628         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21629         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21630         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21631         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21632         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21633         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21634         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21635         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21636         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21637         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21638         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21639         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21640         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21641         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21642         declaration.
21644 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21646         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21647         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21648         (__longjmp): Use LOAD_GP to load saved GPRs.
21649         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21650         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21651         (__sigsetjmp): Use SAVE_GP to save GPRs.
21653         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21654         Do not append -msoft-float.
21655         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21657 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21659         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21661 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21663         [BZ #15966]
21664         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21665         (_FPU_GETCW): Use initial "__" on variable and field names but not
21666         on macro parameter name.
21667         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21668         parentheses around reference to macro parameter.
21670 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21672         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21673         prototype.
21674         (ctype_startup): Use uint32_t in cast and sizeof for
21675         ctype->charnames.
21677 2013-09-11  Jia Liu  <proljc@gmail.com>
21679         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21680         __daddr_t_defined.
21681         [__FreeBSD__]: Likewise.
21683 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21685         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21686         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21687         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21688         (strchr): Remove __strchr_sse42 ifunc selection.
21689         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21690         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21692 2013-09-11  Will Newton  <will.newton@linaro.org>
21694         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21695         parameter to RES. Remove hardcoded 1000 value.
21696         * benchtests/bench-skeleton.c (main): Pass RES parameter
21697         to TIMING_INIT and multiply result by 1000.
21699 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21701         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21703 2013-09-11  Andreas Schwab  <schwab@suse.de>
21705         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21706         if not defined.
21707         (O_TMPFILE) [__USE_GNU]: Define.
21708         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21709         Define.
21711 2013-09-11  Will Newton  <will.newton@linaro.org>
21713         [BZ #15857]
21714         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21715         does not overflow.
21717 2013-09-11  Will Newton  <will.newton@linaro.org>
21719         [BZ #15856]
21720         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21721         does not overflow.
21723 2013-09-11  Will Newton  <will.newton@linaro.org>
21725         [BZ #15855]
21726         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21727         does not overflow.
21729 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21731         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21732         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21733         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21734         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21735         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21737 2013-09-10  Allan McRae  <allan@archlinux.org>
21739         [BZ #15748]
21740         * manual/arith.texi (Parsing of Floats): Clarify
21741         cross-reference.
21743         [BZ #15849]
21744         * manual/install.texi (Running make install): Mention
21745         --enable-pt-chown.
21746         * INSTALL: Regenerated.
21748 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21750         * csu/init-first.c (_init): Remove the !SHARED condition around
21751         FPU control word initialization.
21752         * elf/dl-support.c (_dl_fpu_control): New variable.
21753         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21754         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21755         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21756         * math/test-fpucw-static.c: New file.
21757         * math/test-fpucw-ieee.c: New file.
21758         * math/test-fpucw-ieee-static.c: New file.
21759         * math/Makefile (tests): Add `test-fpucw-ieee' and
21760         `$(tests-static)'.
21761         (tests-static): New variable.
21762         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21763         dependency to...
21764         [($(build-shared),yes)]
21765         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21766         ... this.
21767         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21768         New dependency.
21770 2013-09-09  Allan McRae  <allan@archlinux.org>
21772         [BZ #15939]
21773         * manual/string.texi (Collation Functions): Fix typo in
21774         strcoll example.
21775         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21777         [BZ #15893]
21778         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21780         [BZ #15892]
21781         * libio/memstream.c (open_memstream): Fix memory leak.
21782         * libio/wmemstream.c (open_wmemstream): Likewise.
21784         [BZ #15895]
21785         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21787 2013-09-09  Will Newton  <will.newton@linaro.org>
21789         * malloc/Makefile: Add tst-realloc to tests.
21790         * malloc/tst-realloc.c: New file.
21792 2013-09-09  Allan McRae  <allan@archlinux.org>
21794         [BZ #15844]
21795         * COPYING: Update from GNU website to fix FSF address.
21796         * COPYING.LIB: Likewise.
21798 2013-09-06  David S. Miller  <davem@davemloft.net>
21800         * po/zh_TW.po: Update Chinese (traditional) translation from
21801         translation project.
21803 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21804             Joseph Myers  <joseph@codesourcery.com>
21806         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21807         "localeinfo.h".
21808         (obstack_chunk_alloc): New macro.
21809         (obstack_chunk_free): Likewise.
21810         (record_offset): New function.
21811         (init_locale_data): Likewise.
21812         (align_locale_data): Likewise.
21813         (add_locale_empty): Likewise.
21814         (add_locale_raw_data): Likewise.
21815         (add_locale_raw_obstack): Likewise.
21816         (add_locale_string): Likewise.
21817         (add_locale_wstring): Likewise.
21818         (add_locale_uint32): Likewise.
21819         (add_locale_uint32_array): Likewise.
21820         (add_locale_char): Likewise.
21821         (start_locale_structure): Likewise.
21822         (end_locale_structure): Likewise.
21823         (start_locale_prelude): Likewise.
21824         (end_locale_prelude): Likewise.
21825         (write_locale_data): Take locale_file structure rather than an
21826         iovec.
21827         * locale/programs/locfile.h: Include "obstack.h".
21828         (struct locale_file): Change to store locale file contents instead
21829         of header.
21830         (init_locale_data): New prototype.
21831         (align_locale_data): Likewise.
21832         (add_locale_empty): Likewise.
21833         (add_locale_raw_data): Likewise.
21834         (add_locale_raw_obstack): Likewise.
21835         (add_locale_string): Likewise.
21836         (add_locale_wstring): Likewise.
21837         (add_locale_uint32): Likewise.
21838         (add_locale_uint32_array): Likewise.
21839         (add_locale_char): Likewise.
21840         (start_locale_structure): Likewise.
21841         (end_locale_structure): Likewise.
21842         (start_locale_prelude): Likewise.
21843         (end_locale_prelude): Likewise.
21844         (write_locale_data): Update prototype.
21845         * locale/programs/3level.h (struct TABLE): Remove result field.
21846         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21847         Use new locale_file interface.
21848         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21849         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21850         * locale/programs/ld-address.c (address_output): Use new
21851         locale_file interface.
21852         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21853         NO_ADD_LOCALE.
21854         (collate_finish): Don't call collseq_table_finalize.
21855         (collate_output): Use new locale_file interface.
21856         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21857         in file.
21858         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21859         (TABLE): Move defines earlier in file.
21860         (ELEMENT): Likewise.
21861         (DEFAULT): Likewise.
21862         (wctrans_table_add): Move macro and inline function earlier in
21863         file.
21864         (struct wctype_table): Move type earlier in file.
21865         (add_locale_wctype_table): New static prototype.
21866         (struct locale_ctype_t): Use logical types instead of struct iovec
21867         pointers for members.
21868         (ctype_output): Use new locale_file interface.
21869         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21870         new locale_file interface.
21871         (allocate_arrays): Update for use of new locale_file interface.
21872         * locale/programs/ld-identification.c (identification_output): Use
21873         new locale_file interface.
21874         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21875         * locale/programs/ld-messages.c (messages_output): Likewise.
21876         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21877         * locale/programs/ld-name.c (name_output): Likewise.
21878         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21879         * locale/programs/ld-paper.c (paper_output): Likewise.
21880         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21881         * locale/programs/ld-time.c (time_output): Likewise.
21883 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21885         * benchtests/Makefile: Add memrchr benchmark.
21886         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21887         benchmark as memrchr.
21888         * benchtests/bench-memrchr-ifunc.c: New file.
21889         * benchtests/bench-memrchr.c: New file.
21891 2013-09-06   Will Newton  <will.newton@linaro.org>
21893         * benchtests/Makefile (string-bench): Add memcpy.
21895 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21896             Cong Wang  <amwang@redhat.com>
21898         [BZ #15850]
21899         * sysdeps/unix/sysv/linux/bits/in.h
21900         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21901         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21902         before __USE_KERNEL_IPV6_DEFS uses.
21903         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21904         IPPROTO_BEETPH.
21905         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21906         sockaddr_in6, or ipv6_mreq.
21908 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21910         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21911         memory access for final bytes in some large inputs.
21912         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21914 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21916         * string/test-memrchr.c: New file.
21917         * string/test-memrchr-ifunc.c: New file.
21918         * string/Makefile: Add new memrchr testcase.
21920 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21922         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21923         fanotify_init returns EPERM.
21925 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21927         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21928         errors.
21929         (top level): Treat second token from macro or constant entries for
21930         allowed headers as allowed.
21931         * include/complex.h: Condition internal declarations on
21932         [!_ISOMAC].
21933         * include/fenv.h: Condition include of <stdbool.h> and internal
21934         declarations on [!_ISOMAC].
21936 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21938         [BZ #15923]
21939         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21941 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21943         * configure.in (--enable-versioning): Remove configure option.
21944         (libc_cv_asm_symver_directive): Remove configure test.
21945         (libc_cv_ld_version_script_option): Likewise.
21946         (VERSIONING): Remove variable and AC_SUBST.
21947         (DO_VERSIONING): Remove AC_DEFINE.
21948         * configure: Regenerated.
21949         * config.h.in (DO_VERSIONING): Remove macro.
21950         * Makerules [$(versioning) = yes]: Change conditionals to
21951         [$(build-shared) = yes].
21952         * config.make.in (versioning): Remove variable.
21953         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21954         [$(build-shared) = yes].
21955         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21956         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21957         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21958         [$(build-shared) = yes].
21959         * extra-lib.mk [$(versioning) = yes]: Likewise.
21960         * hurd/Makefile [$(versioning) = yes]: Likewise.
21961         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21962         [SHARED].
21963         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21964         [SHARED].
21965         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21966         [SHARED && !NO_HIDDEN].
21967         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21968         [SHARED].
21969         [SHARED && DO_VERSIONING]: Likewise..
21970         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21971         [$(build-shared) = yes].
21972         * manual/install.texi (--disable-versioning): Remove
21973         documentation.
21974         * INSTALL: Regenerated.
21975         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21976         to [SHARED].
21977         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21978         [$(build-shared) = yes].
21979         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21980         * sysdeps/i386/i686/multiarch/strstr-c.c
21981         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21982         [SHARED && !NO_HIDDEN].
21983         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21984         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21985         * sysdeps/powerpc/powerpc32/dl-machine.c
21986         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21987         * sysdeps/powerpc/powerpc32/sysdep.h
21988         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21989         to [SHARED && PIC && !NO_HIDDEN].
21990         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21991         conditional to [SHARED].
21993 2013-09-04   Will Newton  <will.newton@linaro.org>
21995         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21996         * benchtests/bench-string.h: Include bench-timing.h instead
21997         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21998         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21999         call to HP_TIMING_DIFF_INIT.
22000         * benchtests/bench-memccpy.c: Use bench-timing.h macros
22001         instead of hp-timing.h macros.
22002         * benchtests/bench-memchr.c: Likewise.
22003         * benchtests/bench-memcmp.c: Likewise.
22004         * benchtests/bench-memcpy.c: Likewise.
22005         * benchtests/bench-memmem.c: Likewise.
22006         * benchtests/bench-memmove.c: Likewise.
22007         * benchtests/bench-memset.c: Likewise.
22008         * benchtests/bench-rawmemchr.c: Likewise.
22009         * benchtests/bench-strcasecmp.c: Likewise.
22010         * benchtests/bench-strcasestr.c: Likewise.
22011         * benchtests/bench-strcat.c: Likewise.
22012         * benchtests/bench-strchr.c: Likewise.
22013         * benchtests/bench-strcmp.c: Likewise.
22014         * benchtests/bench-strcpy.c: Likewise.
22015         * benchtests/bench-strcpy_chk.c: Likewise.
22016         * benchtests/bench-strlen.c: Likewise.
22017         * benchtests/bench-strncasecmp.c: Likewise.
22018         * benchtests/bench-strncat.c: Likewise.
22019         * benchtests/bench-strncmp.c: Likewise.
22020         * benchtests/bench-strncpy.c: Likewise.
22021         * benchtests/bench-strnlen.c: Likewise.
22022         * benchtests/bench-strpbrk.c: Likewise.
22023         * benchtests/bench-strrchr.c: Likewise.
22024         * benchtests/bench-strspn.c: Likewise.
22025         * benchtests/bench-strstr.c: Likewise.
22027 2013-09-04  Will Newton  <will.newton@linaro.org>
22029         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
22031 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
22033         [BZ #15427]
22034         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
22035         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
22036         * math/libm-test.inc (lgamma_test_data): Add more tests.
22037         * sysdeps/i386/fpu/libm-test-ulps: Update.
22038         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22040 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
22042         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
22043         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22044         Add ifunc.
22045         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22046         Add strcmp-sse2-unaligned
22047         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
22049 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22051         * Versions.def (libc): Add GLIBC_2.19.
22053 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
22055         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
22056         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
22058 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
22060         [BZ #14155]
22061         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
22062         intermediate calculations in recurrence.
22063         (__ieee754_ynf): Likewise.
22064         * math/libm-test.inc (jn_test_data): Do not allow spurious
22065         underflow exception.  Add more tests.
22066         (yn_test_data): Add more tests.
22067         * sysdeps/i386/fpu/libm-test-ulps: Update.
22068         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22070 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
22072         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
22074 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22076         * csu/init-first.c: Fix then/than typos.
22077         * locale/programs/ld-collate.c: Likewise.
22078         * locale/programs/linereader.h: Likewise.
22079         * manual/charset.texi: Likewise.
22080         * manual/filesys.texi: Likewise.
22081         * manual/stdio.texi: Likewise.
22082         * manual/string.texi: Likewise.
22083         * stdlib/fmtmsg.c: Likewise.
22084         * sysdeps/i386/stpncpy.S: Likewise.
22085         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22086         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
22087         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22088         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
22090 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
22092         * elf/dl-open.c: Fix typos.
22093         * iconvdata/gbbig5.c: Likewise.
22094         * iconvdata/iso-2022-jp.c: Likewise.
22095         * iconv/gconv_int.h: Likewise.
22096         * iconv/loop.c: Likewise.
22097         * nis/rpcsvc/nis.h: Likewise.
22098         * resolv/ns_name.c: Likewise.
22099         * stdio-common/vfscanf.c: Likewise.
22100         * streams/stropts.h: Likewise.
22101         * sunrpc/rpc_thread.c: Likewise.
22102         * sysdeps/i386/strpbrk.S: Likewise.
22103         * sysdeps/ieee754/k_standard.c: Likewise.
22104         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22105         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22106         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
22107         * sysdeps/mach/hurd/profil.c: Likewise.
22108         * sysdeps/s390/dl-procinfo.h: Likewise.
22109         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
22110         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
22111         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
22112         * sysdeps/x86_64/dl-trampoline.S: Likewise.
22113         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
22115 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
22117         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
22118         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
22120 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
22122         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
22123         aix specific files.
22124         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
22125         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
22126         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
22127         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
22128         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
22129         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
22130         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
22131         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
22133 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22134             Roland McGrath  <roland@hack.frob.com>
22136         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
22137         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
22139 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
22141         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
22142         __executable_start symbol instead of _start.
22144 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
22146         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
22147         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
22148         Move macros to...
22149         * sysdeps/gnu/ldsodefs.h: ... this new file.
22151         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
22152         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
22153         instead of ELFOSABI_LINUX.
22155         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
22156         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
22157         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
22158         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
22159         Likewise.
22160         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
22161         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
22162         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
22163         Likewise.
22164         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
22165         (ibm_extended_long_double): Add ieee_nan member.
22166         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
22167         (do_test): New function.
22169         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
22170         TEST_TRUNC.
22171         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
22172         functions, renamed from truncdfsf_test, trunctfsf_test,
22173         trunctfdf_test.
22174         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
22175         functions.
22176         (do_test): Run all these.
22178 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
22180         * argp/argp-help.c: Fix typos.
22181         * argp/argp-parse.c: Likewise.
22182         * debug/backtracesyms.c: Likewise.
22183         * elf/elf.h: Likewise.
22184         * malloc/malloc.c: Likewise.
22185         * nis/nis_print.c: Likewise.
22186         * resolv/res_comp.c: Likewise.
22187         * stdlib/stdlib.h: Likewise.
22188         * sunrpc/clnt_tcp.c: Likewise.
22189         * sunrpc/clnt_udp.c: Likewise.
22190         * sunrpc/clnt_unix.c: Likewise.
22191         * sysdeps/unix/bsd/ptsname.c: Likewise.
22192         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
22193         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
22194         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
22195         Likewise.
22196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
22197         Likewise.
22198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
22199         Likewise.
22200         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
22202 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22204         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
22205         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
22207 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
22209         [BZ #15897]
22210         * dlfcn/Makefile (tests): Add bug-dl-leaf.
22211         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
22212         ($(objpfx)bug-dl-leaf): New rule.
22213         ($(objpfx)bug-dl-leaf.so): Likewise.
22214         ($(objpfx)bug-dl-leaf.out): Likewise.
22215         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
22216         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
22217         * dlfcn/bug-dl-leaf.c: New test.
22218         * dlfcn/bug-dl-leaf-lib.c: Likewise.
22219         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
22220         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
22221         (dlclose): Likewise.
22222         (dlmopen): Likewise.
22224 2013-08-27  Roland McGrath  <roland@hack.frob.com>
22226         * include/netdb.h [!_ISOMAC]:
22227         Don't include <tls.h>.
22228         (h_errno, __libc_h_errno): Move declaration and macros out of
22229         [_LIBC_REENTRANT].
22231         * include/resolv.h [_RESOLV_H_]:
22232         Don't include <tls.h>.
22233         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
22234         * resolv/res_libc.c: Don't include <tls.h>.
22235         (_res): Use __attribute__ ((nocommon)) in place of
22236         __attribute__ ((section (".bss"))).
22238         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
22239         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
22241         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
22243         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
22244         only under [SIOCGIFCONF && SIOCGIFNETMASK].
22246         * resolv/res_mkquery.c: Include <sys/time.h>.
22248         * inet/ifreq.c: Moved to ...
22249         * sysdeps/unix/ifreq.c: ... here.
22250         * inet/ifreq.c: New file, true stub version.
22252         * socket/sa_len.c: New file.
22253         * socket/Makefile (aux): Add it.
22254         * sysdeps/unix/sysv/linux/Makefile
22255         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22256         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22257         and #include <socket/sa_len.c>.
22258         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22259         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22261         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22262         * bits/socket.h: ... here.
22264         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22265         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22266         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22268 2013-08-27  Andreas Schwab  <schwab@suse.de>
22270         [BZ #15736]
22271         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22272         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22273         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22274         * string/test-strcasecmp.c (test_main): Run tests in several
22275         locales.
22276         * string/test-strncasecmp.c (test_main): Likewise.
22278         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22279         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22280         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22281         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22282         (__strncasecmp_ssse3) [PIC]: Likewise.
22284 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22286         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22288         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22289         instead of explicitly declaring xdecrypt.
22290         * nis/nss_nis/nis-publickey.c: Likewise.
22292 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22294         [BZ #15890]
22295         * nscd/aicache.c: Include res_hconf.h.
22296         (addhstaiX): Initialize res_hconf.
22298 2013-08-26  Andreas Schwab  <schwab@suse.de>
22300         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22301         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22303 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22305         * nscd/aicache.c (addhstaiX): Fix indentation.
22307 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22309         * configure.ac: Quote $build_pt_chown test.
22310         * configure: Regenerated.
22312 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22314         [BZ #15532]
22315         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22316         * math/s_cexpf.c (__cexpf): Likewise.
22317         * math/s_cexpl.c (__cexpl): Likewise.
22318         * math/libm-test.inc (cexp_test_data): Correct expected return
22319         value for NaN + i0.  Add another test.
22321 2013-08-22  David S. Miller  <davem@davemloft.net>
22323         * po/ca.po: Update Catalan translation from translation project.
22324         * po/uk.po: Add Ukrainian translations from translation project.
22326 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22328         [BZ #15797]
22329         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22330         is infinite, not alongside NaN test.
22331         * math/s_fdimf.c (__fdimf): Likewise.
22332         * math/s_fdiml.c (__fdiml): Likewise.
22333         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22334         errno is unchanged.
22336 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22338         * argp/argp-help.c: Fix typos.
22339         * crypt/speeds.c: Likewise.
22340         * csu/check_fds.c: Likewise.
22341         * elf/dl-load.c: Likewise.
22342         * elf/dl-open.c: Likewise.
22343         * elf/reldep3.c: Likewise.
22344         * elf/reldep.c: Likewise.
22345         * elf/sprof.c: Likewise.
22346         * iconv/iconv_charmap.c: Likewise.
22347         * iconv/skeleton.c: Likewise.
22348         * iconv/strtab.c: Likewise.
22349         * io/lockf64.c: Likewise.
22350         * libio/libioP.h: Likewise.
22351         * resolv/gai_notify.c: Likewise.
22352         * resolv/ns_name.c: Likewise.
22353         * resolv/ns_samedomain.c: Likewise.
22354         * resolv/res_send.c: Likewise.
22355         * stdlib/random.c: Likewise.
22356         * sunrpc/rpc/xdr.h: Likewise.
22357         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22358         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22359         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22360         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22361         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22362         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22363         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22364         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22365         * sysdeps/mach/hurd/check_fds.c: Likewise.
22366         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22367         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22368         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22369         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22370         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22371         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22372         * sysdeps/pthread/aio_notify.c: Likewise.
22373         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22374         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22375         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22376         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22377         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22379 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22381         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22382         version if bit_Slow_SSE4_2 is set.
22383         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22384         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22386 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22388         [BZ #15867]
22389         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22390         trampoline stack frame information.
22391         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22392         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22393         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22394         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22395         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22396         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22397         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22398         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22399         sa_flags value.
22400         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22401         interrupting a syscall and set with option SA_SIGINFO.
22403 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22405         [BZ #15531]
22406         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22407         argument is infinite.
22408         * math/s_cprojf.c (__cprojf): Likewise.
22409         * math/s_cprojl.c (__cprojl): Likewise.
22410         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22411         * math/libm-test.inc (cproj_test_data): Add more tests.
22413         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22415         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22416         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22417         size.  Use __ffs to determine corresponding shift.
22419 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22420             Roland McGrath  <roland@hack.frob.com>
22422         * Makefile (INSTALL): Remove trailing blank lines from output of
22423         makeinfo.
22425 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22427         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22428         Align 32 bit compat elf_greg to 8 bytes.
22430 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22432         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22434 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22436         * string/strcoll_l.c (coll_seq): New structure.
22437         (get_next_seq_cached): New function.
22438         (get_next_seq): New function.
22439         (do_compare): New function.
22440         (STRCOLL): Use GNU style definition.  Simplify implementation
22441         by using get_next_seq, get_next_seq_cached and do_compare.
22443 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22445         [BZ #14699]
22446         CVE-2013-4237
22447         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22448         member.
22449         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22450         member.
22451         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22452         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22453         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22454         conditional.
22455         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22456         GETDENTS_64BIT_ALIGNED.
22457         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22458         * manual/filesys.texi (Reading/Closing Directory): Document
22459         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22460         strongly.
22461         * manual/conf.texi (Limits for Files): Add portability note to
22462         NAME_MAX, PATH_MAX.
22463         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22465 2013-08-13  Andreas Schwab  <schwab@suse.de>
22467         [BZ #15749]
22468         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22469         of fabs.
22470         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22471         LDBL_MAX_EXP >= 16384]: Add tests for it.
22473 2013-08-12  David S. Miller  <davem@davemloft.net>
22475         * version.h (RELEASE): Set to "development".
22476         (VERSION): Set to "2.18.90".
22477         * NEWS: Add 2.19 section.
22479 2013-08-03  David S. Miller  <davem@davemloft.net>
22481         * po/ko.po: Update Korean translation from translation project.
22483 2013-08-01  David S. Miller  <davem@davemloft.net>
22485         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22486         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22487         Bilka.
22489 2013-07-30  David S. Miller  <davem@davemloft.net>
22491         * po/fr.po: Update French translation from translation project.
22493 2013-07-28  David S. Miller  <davem@davemloft.net>
22495         * po/cs.po: Update Czech translation from translation project.
22497         * po/sv.po: Update Swedish translation from translation project.
22499 2013-07-27  David S. Miller  <davem@davemloft.net>
22501         * po/eo.po: Update Esperanto translation from translation project.
22503         * po/vi.po: Update Vietnamese translation from translation project.
22505         * po/de.po: Update German translation from translation project.
22507 2013-07-26  David S. Miller  <davem@davemloft.net>
22509         * po/bg.po: Update Bulgarian translation from translation project.
22511         * po/nl.po: Update Dutch translation from translation project.
22512         * po/pl.po: Update Polish translation from translation project.
22513         * po/ru.po: Update Russian translation from translation project.
22515 2013-07-24  David S. Miller  <davem@davemloft.net>
22517         * po/libc.pot: Update.
22519 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22521         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22522         variable page size.
22523         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22524         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22525         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22527 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22529         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22531 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22532             Andreas Schwab  <schwab@suse.de>
22533             Roland McGrath  <roland@hack.frob.com>
22534             Joseph Myers  <joseph@codesourcery.com>
22535             Carlos O'Donell  <carlos@redhat.com>
22537         [BZ #15755]
22538         * config.h.in: Define HAVE_PT_CHOWN.
22539         * config.make.in (build-pt-chown): New variable.
22540         * configure.in (--enable-pt_chown): New configure option.
22541         * configure: Regenerate.
22542         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22543         build-pt-chown is enabled.
22544         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22545         pt_chown to fix pty ownership.
22546         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22547         CLOSE_ALL_FDS.
22548         * manual/install.texi (Configuring and compiling): Mention
22549         --enable-pt_chown. Add @findex for grantpt.
22550         * INSTALL: Regenerate.
22552 2013-07-20  David S. Miller  <davem@davemloft.net>
22554         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22555         difference between 32-bit and 64-bit.
22557 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22559         [BZ #15711]
22560         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22561         Avoid system header dependency with -ffreestanding.
22562         ($(objpfx)bits/syscall%d): Likewise.
22564 2013-07-13  David S. Miller  <davem@davemloft.net>
22566         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22567         underflows from atanl/atan2l due to bug 15319.
22568         (casinh_test_data): Likewise.
22570 2013-07-07  David S. Miller  <davem@davemloft.net>
22572         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22574 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22576         * sysdeps/i386/fpu/libm-test-ulps: Update.
22577         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22579 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22581         * configure.in (--enable-lock-elision): Fix message text.
22582         * INSTALL: Regenerate.
22583         * configure: Regenerate.
22585 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22587         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22589 2013-07-03  Andreas Jaeger  <aj@suse.de>
22591         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22592         define.
22593         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22594         (ptrace_peeksiginfo_args): Add.
22595         (__ptrace_peeksiginfo_flags): Add.
22596         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22597         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22598         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22600 2013-07-03  Allan McRae  <allan@archlinux.org>
22602         * sysdeps/i386/fpu/libm-test-ulps: Update.
22604 2013-07-02  David S. Miller  <davem@davemloft.net>
22606         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22608 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22610         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22612 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22614         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22617 2013-07-02  Andi Kleen <ak@linux.intel.com>
22619         * config.h.in (ENABLE_LOCK_ELISION): Add.
22620         * configure.in (--enable-lock-elision): Add option.
22621         * manual/install.texi: Document --enable lock elision.
22622         * configure: Regenerate
22623         * INSTALL: Regenerate.
22625 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22627         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22628         SSE4.2 strcasecmp for libc.a.
22629         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22631 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22633         [BZ #13304]
22634         * soft-fp/op-common.h (_FP_FMA): New macro.
22635         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22636         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22637         (_FP_MUL_MEAT_1_imm): ... here.
22638         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22639         (_FP_MUL_MEAT_1_wide): ... here.
22640         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22641         (_FP_MUL_MEAT_1_hard): ... here.
22642         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22643         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22644         (_FP_MUL_MEAT_2_wide): ... here.
22645         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22646         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22647         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22648         (_FP_MUL_MEAT_2_gmp): ... here.
22649         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22650         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22651         (_FP_MUL_MEAT_4_wide): ... here.
22652         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22653         (_FP_MUL_MEAT_4_gmp): ... here.
22654         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22655         (_FP_WFRACBITS_DW_S): Likewise.
22656         (_FP_WFRACXBITS_DW_S): Likewise.
22657         (_FP_HIGHBIT_DW_S): Likewise.
22658         (FP_FMA_S): Likewise.
22659         (_FP_FRAC_HIGH_DW_S): Likewise.
22660         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22661         (_FP_WFRACBITS_DW_D): Likewise.
22662         (_FP_WFRACXBITS_DW_D): Likewise.
22663         (_FP_HIGHBIT_DW_D): Likewise.
22664         (FP_FMA_D): Likewise.
22665         (_FP_FRAC_HIGH_DW_D): Likewise.
22666         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22667         (_FP_WFRACBITS_DW_E): Likewise.
22668         (_FP_WFRACXBITS_DW_E): Likewise.
22669         (_FP_HIGHBIT_DW_E): Likewise.
22670         (FP_FMA_E): Likewise.
22671         (_FP_FRAC_HIGH_DW_E): Likewise.
22672         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22673         (_FP_WFRACBITS_DW_Q): Likewise.
22674         (_FP_WFRACXBITS_DW_Q): Likewise.
22675         (_FP_HIGHBIT_DW_Q): Likewise.
22676         (FP_FMA_Q): Likewise.
22677         (_FP_FRAC_HIGH_DW_Q): Likewise.
22678         * soft-fp/fmasf4.c: New file.
22679         * soft-fp/fmadf4.c: Likewise.
22680         * soft-fp/fmatf4.c: Likewise.
22682 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22684         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22685         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22686         Silvermont.
22687         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22688         macro.
22689         (index_Slow_SSE4_2): Likewise.
22690         (index_Prefer_PMINUB_for_stringop): Likewise.
22691         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22692         bit_Slow_SSE4_2 is set.
22693         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22694         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22696 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22698         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22699         rtld_global._dl_hwcap2.
22700         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22701         POWER8.
22702         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22703         POWER8 feature descriptions defined in _dl_hwcap2.
22704         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22705         string handling for POWER8 feature bits.
22706         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22707         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22708         _dl_powerpc_cap_flags.
22709         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22710         * sysdeps/powerpc/rtld-global-offsets.sym
22711         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22712         _dl_hwcap2 in the rtld_global_ro structure.
22714 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22716         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22717         hardware capabilities in support of AT_HWCAP2.
22718         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22719         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22720         GLRO(dl_hwcap2).
22721         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22722         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22723         explicitly the unknown a_type display mechanism is used.
22724         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22725         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22726         struct member.
22727         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22728         to macro prototype for AT_HWCAP2 support.
22729         * sysdeps/i386/dl-procinfo.h: Likewise.
22730         * sysdeps/s390/dl-procinfo.h: Likewise.
22731         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22732         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22733         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22734         return -1 for unknown a_type display fallback.
22735         * sysdeps/sparc/dl-procinfo.h: Likewise.
22736         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22737         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22739 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22741         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22742         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22744 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22746         [BZ #12492]
22747         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22748         mprotect making __stack_prot writable.
22750 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22751             Joseph Myers  <joseph@codesourcery.com>
22753         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22754         as being properly aligned.
22756 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22758         * dlfcn/modstatic5.c: New file.
22759         * dlfcn/tststatic5.c: New file.
22760         * dlfcn/Makefile (tests): Add tststatic5.
22761         (tests-static): Likewise.
22762         (modules-names): Add modstatic5.
22763         (tststatic5-ENV): New variable.
22764         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22766         [BZ #15022]
22767         * elf/dl-support.c (_dl_main_map): New variable.
22768         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22769         (_dl_nns, _dl_load_adds): Set to 1.
22770         (_dl_initial_searchlist): Refer to _dl_main_map.
22771         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22772         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22773         call to _dl_get_origin.
22774         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22775         around call_map.
22776         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22777         * dlfcn/modstatic3.c: New file.
22778         * dlfcn/tststatic3.c: New file.
22779         * dlfcn/tststatic4.c: New file.
22780         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22781         (tests-static): Likewise.
22782         (modules-names): Add modstatic3.
22783         (tststatic3-ENV, tststatic4-ENV): New variables.
22784         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22785         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22787 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22789         * configure.in (CC): Require GCC version 4.4 or later.
22790         * configure: Regenerated.
22791         * manual/install.texi (Tools for Compilation): Update GCC version
22792         requirement.
22793         * INSTALL: Regenerated.
22795 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22797         [BZ #15674]
22798         * string/test-memcmp.c (check2): New.
22799         (main): Call check2.
22801         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22803 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22805         [BZ #15022]
22806         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22807         over to...
22808         (dl_open_worker) [!SHARED]: ... here.
22810 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22812         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22814 2013-06-25  Richard Henderson  <rth@redhat.com>
22816         * locale/programs/locarchive.c: Include <libc-internal.h>
22818 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22820         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22821         trailing whitespace removed.
22823 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22825         [BZ #10283]
22826         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22827         * locale/programs/locarchive.c: Include libc-mmap.h.
22828         (prepare_address_space): Take two new outputs (the mmap base and len).
22829         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22830         values.
22831         (create_archive): Declare new mmap base and len values for
22832         prepare_address_space, and store the result in ah.
22833         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22834         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22835         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22836         Declare new mmap base and len values for
22837         prepare_address_space, and store the result in new_ah.
22838         (open_archive): Declare new mmap base and len values for
22839         prepare_address_space, and store the result in ah.
22840         (close_archive): If ah->mmap_base is not NULL, use that and
22841         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22842         * sysdeps/generic/libc-mmap.h: New file.
22844 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22846         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22847         (ALIGN_UP): Likewise.
22848         (PTR_ALIGN_DOWN): Likewise.
22849         (PTR_ALIGN_UP): Likewise.
22851 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22853         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22854         entry mapped to PPC_PLATFORM_POWER8.
22855         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22856         POWER8.
22857         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22858         (_dl_string_platform): Add case for exporting platform position for
22859         POWER8.
22860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22861         search path to sysdeps/powerpc/powerpc32/power8 directory.
22862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22863         search path to sysdeps/powerpc/powerpc64/power8 directory.
22864         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22865         power7 directories.
22866         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22867         power7 directories.
22869 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22871         * INSTALL: Regenerate.
22873         * nscd/connections.c (nscd_init): Fix comment.
22875 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22877         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22879         [BZ #15667]
22880         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22881         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22883 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22885         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22886         DL_DST_REQ_STATIC.
22887         (DL_DST_REQ_STATIC): Remove macro.
22889 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22891         [BZ #7006]
22892         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22893         with a shift of 0 bits.
22895 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22897         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22898         $(tststatic-ENV).
22900 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22902         [BZ #15655]
22903         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22905 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22907         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22908         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22909         accepts -fno-tree-loop-distribute-patterns.
22910         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22911         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22912         recursive call.
22913         * string/memset.c (memset): Likewise.
22914         * string/test-memmove.c (simple_memmove): Disable loop transformation
22915         to library calls.
22916         * string/test-memset.c (simple_memset): Likewise.
22917         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22918         * benchtests/bench-memset.c (simple_memset): Likewise.
22919         * configure: Regenerated.
22921 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22923         * math/test-misc.c (main): Ignore fesetround failure when failures
22924         of subsequent rounding tests would be ignored.
22926         [BZ #15654]
22927         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22928         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22929         * math/fegetenv.c (__fegetenv): Return 0.
22930         * math/fegetexcept.c (fegetexcept): Return 0.
22931         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22932         FE_TONEAREST.
22933         * math/feholdexcpt.c (feholdexcept): Return 0.
22934         * math/fesetenv.c (__fesetenv): Return 0.
22935         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22936         argument FE_TONEAREST.
22937         * math/feupdateenv.c (__feupdateenv): Return 0.
22938         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22940 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22942         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22943         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22944         ($(objpfx)rtld-%.os rules): Use them.
22946 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22948         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22949         fields.
22951 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22953         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22954         length of target pattern, then descending length of dependency pattern.
22955         * configure.in (AWK): Require gawk 3.1.2 or newer.
22956         * manual/install.texi (Tools for Compilation): Say that we do.
22957         * configure: Regenerated.
22959         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22960         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22961         * scripts/sysd-rules.awk: ... this new script.
22962         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22963         than a glob-style pattern.
22965 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22967         * math/test-misc.c (main): Do not treat incorrectly rounded
22968         conversions as failure unless ROUNDING_TESTS passes.
22970 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22972         [BZ #15631]
22973         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22974         restore exception state around main square root computation, then
22975         check for inexactness explicitly.
22977         * math/libm-test.inc (fma_test_data): Add another test.
22979 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22981         * manual/threads.texi (Non-POSIX Extensions): New document
22982         node.  Document pthread_getattr_default_np and
22983         pthread_setattr_default_np.
22985         * Versions.def (libpthread): Add GLIBC_2.18.
22986         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22988         Likewise.
22989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22990         Likewise.
22991         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22992         Likewise.
22993         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22994         Likewise.
22995         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22996         Likewise.
22997         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22998         Likewise.
22999         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
23000         Likewise.
23001         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
23002         Likewise.
23003         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
23004         Likewise.
23006 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
23008         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23009         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
23011 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23012             H.J. Lu  <hjl.tools@gmail.com>
23014         [BZ #15627]
23015         * sysdeps/x86_64/rtld-memset.c: Remove file.
23016         * sysdeps/x86_64/rtld-memset.S: New file.
23018 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
23020         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
23021         (test_in_one_mode): Take arguments for whether the rounding mode
23022         is supported for each floating-point type.
23023         (do_test): Pass new arguments to test_in_one_mode using
23024         ROUNDING_TESTS.
23026 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23028         * posix/tst-waitid.c (do_test): Distinguish different instances of
23029         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
23030         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
23031         before entering the kernel for waitpid.
23033 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23035         * NEWS: Fix note on clock function precision.  Text by Roland
23036         McGrath.
23038 2013-06-13  Roland McGrath  <roland@hack.frob.com>
23040         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
23041         it into place only when and if the sanity check passes.
23043 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
23045         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
23046         output for whether conversion result is exact.  Take argument
23047         indicating whether type is IBM long double.
23048         (round_for_all): Change need_exact field to ibm_ld.
23049         * stdlib/tst-strtod-round.c (struct exactness): New type.
23050         (struct test): Change bool ld_ok field to struct exactness exact.
23051         (TEST): Update all definitions for change to field.
23052         (tests): Regenerate array contents.
23053         (test_in_one_mode): Take pointer to new field instead of old ld_ok
23054         field value.  Check for IBM long double here.
23055         (do_test): Update calls to test_in_one_mode.
23057 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
23059         [BZ #12515]
23060         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
23061         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
23063 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23065         [BZ #15605]
23066         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
23067         generated by the compiler on loop optimizations.
23068         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
23069         general definitions.
23071 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
23073         * math/bug-nextafter.c: Include <math-tests.h>.
23074         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23075         the relevant type.
23076         * math/bug-nexttoward.c: Include <math-tests.h>.
23077         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23078         the relevant type.
23079         * math/test-misc.c: Include <math-tests.h>.
23080         (main): Only test for exceptions if EXCEPTION_TESTS is true for
23081         the relevant type.
23083 2013-06-12  Andreas Jaeger  <aj@suse.de>
23085         * po/ia.po: Update Interlingua translation from translation
23086         project.
23088 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
23090         * include/fenv.h: Include stdbool.h.
23091         (struct rm_ctx): New structure.
23092         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
23093         Define macro.
23094         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
23095         (SET_RESTORE_ROUNDF): Likewise.
23096         (SET_RESTORE_ROUNDL): Likewise.
23097         (SET_RESTORE_ROUND_NOEX): Likewise.
23098         (SET_RESTORE_ROUND_NOEXF): Likewise.
23099         (SET_RESTORE_ROUND_NOEXL): Likewise.
23100         (SET_RESTORE_ROUND_53BIT): Likewise.
23101         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
23102         (libc_feresetround_noexf_ctx): Likewise.
23103         (libc_feresetround_noexl_ctx): Likewise.
23104         (libc_feholdsetround_53bit_ctx): Likewise.
23105         (libc_feresetround_53bit_ctx): Likewise.
23106         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
23107         (libc_feholdexcept_setround_sse_ctx): New function.
23108         (libc_fesetenv_sse_ctx): Likewise.
23109         (libc_feupdateenv_sse_ctx): Likewise.
23110         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
23111         (libc_feholdexcept_setround_387_ctx): Likewise.
23112         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
23113         (libc_feholdsetround_387_prec_ctx): Likewise.
23114         (libc_feholdsetround_387_ctx): Likewise.
23115         (libc_feholdsetround_387_53bit_ctx): Likewise.
23116         (libc_feholdsetround_sse_ctx): Likewise.
23117         (libc_feresetround_sse_ctx): Likewise.
23118         (libc_feresetround_387_ctx): Likewise.
23119         (libc_feupdateenv_387_ctx): Likewise.
23120         (libc_feholdexcept_setroundf_ctx): Define macro.
23121         (libc_fesetenvf_ctx): Likewise.
23122         (libc_feupdateenvf_ctx): Likewise.
23123         (libc_feholdsetroundf_ctx): Likewise.
23124         (libc_feresetroundf_ctx): Likewise.
23125         (libc_feholdexcept_setround_ctx): Likewise.
23126         (libc_fesetenv_ctx): Likewise.
23127         (libc_feupdateenv_ctx): Likewise.
23128         (libc_feholdsetround_ctx): Likewise.
23129         (libc_feresetround_ctx): Likewise.
23130         (libc_feholdexcept_setroundl_ctx): Likewise.
23131         (libc_feupdateenvl_ctx): Likewise.
23132         (libc_feholdsetroundl_ctx): Likewise.
23133         (libc_feresetroundl_ctx): Likewise.
23134         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
23135         (libc_feresetround_53bit_ctx): Likewise.
23137 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23139         * locale/iso-639.def: Convert to UTF-8.
23141 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
23143         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
23144         (EXCEPTION_TESTS_double): Likewise.
23145         (EXCEPTION_TESTS_long_double): Likewise.
23146         (EXCEPTION_TESTS): Likewise.
23147         * math/libm-test.inc (test_exceptions): Only test exceptions if
23148         EXCEPTION_TESTS (FLOAT).
23150 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23152         * benchtests/Makefile (string-bench): Add strcpy_chk and
23153         stpcpy_chk.
23154         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
23155         * benchtests/bench-stpcpy_chk.c: New file.
23156         * benchtests/bench-strcpy_chk-ifunc.c: New file.
23157         * benchtests/bench-strcpy_chk.c: New file.
23158         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
23159         code.
23160         (do_test): Likewise.
23162 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23164         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
23165         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
23166         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
23167         with tabs where appropriate.
23168         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
23169         dl-procinfo.h.
23170         [PPC_PLATFORM_PPC440]: Likewise.
23171         [PPC_PLATFORM_PPC464]: Likewise.
23172         [PPC_PLATFORM_PPC476]: Likewise.
23173         (_dl_string_platform): Add support for detecting ppc405, ppc440,
23174         ppc464, and ppc476 platform strings merging from ports/
23175         dl-procinfo.h.
23177 2013-06-11  Andreas Schwab  <schwab@suse.de>
23179         [BZ #14991]
23180         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
23181         (from_ucs4_idx): Regenerate.
23182         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
23183         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
23184         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
23185         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
23186         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
23187         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
23188         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
23189         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
23190         from FROM_LOOP and TO_LOOP specific macros.
23191         (BODY): Handle combining characters.
23192         * iconvdata/BIG5HKSCS.irreversible: Update.
23193         * iconvdata/BIG5HKSCS.precomposed: New file.
23194         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
23195         characters.
23196         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
23198 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23200         * include/sys/time.h: Fix indentation and add copyright header.
23202         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
23203         (do_test): Likewise.
23204         * string/test-memchr.c (do_one_test): Likewise.
23205         (do_test): Likewise.
23206         * string/test-memcmp.c (do_one_test): Likewise.
23207         (do_test): Likewise.
23208         * string/test-memcpy.c (do_one_test): Likewise.
23209         (do_test): Likewise.
23210         * string/test-memmem.c (do_one_test): Likewise.
23211         (do_test): Likewise.
23212         (do_random_tests): Likewise.
23213         * string/test-memmove.c (do_one_test): Likewise.
23214         (do_test): Likewise.
23215         * string/test-memset.c (do_one_test): Likewise.
23216         (do_test): Likewise.
23217         * string/test-rawmemchr.c (do_one_test): Likewise.
23218         (do_test): Likewise.
23219         * string/test-strcasecmp.c (do_one_test): Likewise.
23220         (do_test): Likewise.
23221         * string/test-strcasestr.c (do_one_test): Likewise.
23222         (do_test): Likewise.
23223         * string/test-strcat.c (do_one_test): Likewise.
23224         (do_test): Likewise.
23225         * string/test-strchr.c (do_one_test): Likewise.
23226         (do_test): Likewise.
23227         * string/test-strcmp.c (do_one_test): Likewise.
23228         (do_test): Likewise.
23229         * string/test-strcpy.c (do_one_test): Likewise.
23230         (do_test): Likewise.
23231         * string/test-string.h: Likewise.
23232         (test_init): Likewise.
23233         * string/test-strlen.c (do_one_test): Likewise.
23234         (do_test): Likewise.
23235         * string/test-strncasecmp.c (do_one_test): Likewise.
23236         (do_test): Likewise.
23237         * string/test-strncat.c (do_one_test): Likewise.
23238         (do_test): Likewise.
23239         * string/test-strncmp.c (do_one_test): Likewise.
23240         (do_test_limit): Likewise.
23241         (do_test): Likewise.
23242         * string/test-strncpy.c (do_one_test): Likewise.
23243         (do_test): Likewise.
23244         * string/test-strnlen.c (do_one_test): Likewise.
23245         (do_test): Likewise.
23246         * string/test-strpbrk.c (do_one_test): Likewise.
23247         (do_test): Likewise.
23248         * string/test-strrchr.c (do_one_test): Likewise.
23249         (do_test): Likewise.
23250         * string/test-strspn.c (do_one_test): Likewise.
23251         (do_test): Likewise.
23252         * string/test-strstr.c (do_one_test): Likewise.
23253         (do_test): Likewise.
23255         * benchtests/Makefile (string-bench): Add string benchmarks.
23256         * benchtests/bench-bcopy-ifunc.c: New file.
23257         * benchtests/bench-bcopy.c: New file.
23258         * benchtests/bench-bzero-ifunc.c: New file.
23259         * benchtests/bench-bzero.c: New file.
23260         * benchtests/bench-memccpy-ifunc.c: New file.
23261         * benchtests/bench-memccpy.c: New file.
23262         * benchtests/bench-memchr-ifunc.c: New file.
23263         * benchtests/bench-memchr.c: New file.
23264         * benchtests/bench-memcmp-ifunc.c: New file.
23265         * benchtests/bench-memcmp.c: New file.
23266         * benchtests/bench-memmem-ifunc.c: New file.
23267         * benchtests/bench-memmem.c: New file.
23268         * benchtests/bench-memmove-ifunc.c: New file.
23269         * benchtests/bench-memmove.c: New file.
23270         * benchtests/bench-mempcpy-ifunc.c: New file.
23271         * benchtests/bench-mempcpy.c: New file.
23272         * benchtests/bench-memset-ifunc.c: New file.
23273         * benchtests/bench-memset.c: New file.
23274         * benchtests/bench-rawmemchr-ifunc.c: New file.
23275         * benchtests/bench-rawmemchr.c: New file.
23276         * benchtests/bench-stpcpy-ifunc.c: New file.
23277         * benchtests/bench-stpcpy.c: New file.
23278         * benchtests/bench-stpncpy-ifunc.c: New file.
23279         * benchtests/bench-stpncpy.c: New file.
23280         * benchtests/bench-strcasecmp-ifunc.c: New file.
23281         * benchtests/bench-strcasecmp.c: New file.
23282         * benchtests/bench-strcasestr-ifunc.c: New file.
23283         * benchtests/bench-strcasestr.c: New file.
23284         * benchtests/bench-strcat-ifunc.c: New file.
23285         * benchtests/bench-strcat.c: New file.
23286         * benchtests/bench-strchr-ifunc.c: New file.
23287         * benchtests/bench-strchr.c: New file.
23288         * benchtests/bench-strchrnul-ifunc.c: New file.
23289         * benchtests/bench-strchrnul.c: New file.
23290         * benchtests/bench-strcmp-ifunc.c: New file.
23291         * benchtests/bench-strcmp.c: New file.
23292         * benchtests/bench-strcpy-ifunc.c: New file.
23293         * benchtests/bench-strcpy.c: New file.
23294         * benchtests/bench-strcspn-ifunc.c: New file.
23295         * benchtests/bench-strcspn.c: New file.
23296         * benchtests/bench-strlen-ifunc.c: New file.
23297         * benchtests/bench-strlen.c: New file.
23298         * benchtests/bench-strncasecmp-ifunc.c: New file.
23299         * benchtests/bench-strncasecmp.c: New file.
23300         * benchtests/bench-strncat-ifunc.c: New file.
23301         * benchtests/bench-strncat.c: New file.
23302         * benchtests/bench-strncmp-ifunc.c: New file.
23303         * benchtests/bench-strncmp.c: New file.
23304         * benchtests/bench-strncpy-ifunc.c: New file.
23305         * benchtests/bench-strncpy.c: New file.
23306         * benchtests/bench-strnlen-ifunc.c: New file.
23307         * benchtests/bench-strnlen.c: New file.
23308         * benchtests/bench-strpbrk-ifunc.c: New file.
23309         * benchtests/bench-strpbrk.c: New file.
23310         * benchtests/bench-strrchr-ifunc.c: New file.
23311         * benchtests/bench-strrchr.c: New file.
23312         * benchtests/bench-strspn-ifunc.c: New file.
23313         * benchtests/bench-strspn.c: New file.
23314         * benchtests/bench-strstr-ifunc.c: New file.
23315         * benchtests/bench-strstr.c: New file.
23317         * benchtests/Makefile: Disable parallel execution of targets.
23318         (string-bench): Add memcpy.
23319         (benchset): New variable to store a list of benchmark sets.
23320         (bench-func): Renamed from bench.
23321         (bench-set): New target.
23322         (bench): Depend on bench-func and bench-set.
23323         * benchtests/README: Add section on benchmark sets.
23324         * benchtests/bench-memcpy-ifunc.c: New file.
23325         * benchtests/bench-memcpy.c: New file.
23326         * benchtests/bench-string.h: New file.
23328 2013-06-11  Andreas Schwab  <schwab@suse.de>
23330         [BZ #15577]
23331         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23332         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23333         values in the triple.
23334         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23335         terminator in the group key.
23337 2013-06-11  Andreas Jaeger  <aj@suse.de>
23339         * po/zh_TW.po: Update Chinese (traditional) translation from
23340         translation project.
23342 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23344         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23345         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23346         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23347         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23348         (clock_getcpuclockid): Likewise.
23349         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23350         Add weak_alias and libc_hidden_def.
23351         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23352         * rt/clock_gettime.c (clock_gettime): Rename to
23353         __clock_gettime.  Add weak_alias and libc_hidden_def.
23354         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23355         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23356         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23357         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23358         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23359         Likewise.
23360         * rt/clock_settime.c (clock_settime): Rename to
23361         __clock_settime.  Add weak_alias and libc_hidden_def.
23362         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23364 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23366         * mach/err_boot.sub: Remove trailing whitespace.
23367         * mach/err_ipc.sub: Likewise.
23368         * mach/err_mach.sub: Likewise.
23370         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23371         (ROUNDING_TESTS_double): Likewise.
23372         (ROUNDING_TESTS_long_double): Likewise.
23373         (ROUNDING_TESTS): Likewise.
23374         * math/libm-test.inc: Include <math-tests.h>.
23375         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23376         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23377         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23378         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23380 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23382         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23383         of assigning.
23385 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23387         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23388         otherwise empty TRANS lines.
23389         * sysdeps/gnu/errlist.c: Regenerated.
23391         * catgets/gencat.c (error_print): Use (void) in function
23392         definition.
23393         * crypt/crypt_util.c (__init_des): Likewise.
23394         * crypt/speeds.c (Stop): Likewise.
23395         (main): Likewise.
23396         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23397         * inet/ruserpass.c (token): Likewise.
23398         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23399         * intl/localealias.c (extend_alias_table): Likewise.
23400         * intl/plural-exp.c (init_germanic_plural): Likewise.
23401         * libio/fcloseall.c (__fcloseall): Likewise.
23402         * libio/genops.c (_IO_flush_all): Likewise.
23403         (_IO_flush_all_linebuffered): Likewise.
23404         (_IO_cleanup): Likewise.
23405         (_IO_iter_begin): Likewise.
23406         (_IO_iter_end): Likewise.
23407         (_IO_list_lock): Likewise.
23408         (_IO_list_unlock): Likewise.
23409         (_IO_list_resetlock): Likewise.
23410         * libio/getchar.c (getchar): Likewise.
23411         * libio/getchar_u.c (getchar_unlocked): Likewise.
23412         * libio/getwchar.c (getwchar): Likewise.
23413         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23414         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23415         * login/getpt.c (__getpt): Likewise.
23416         * login/tst-utmp.c (main): Likewise.
23417         * malloc/hooks.c (__malloc_check_init): Likewise.
23418         * malloc/malloc.c (__malloc_stats): Likewise.
23419         * malloc/mtrace.c (tr_break): Likewise.
23420         (mtrace): Likewise.
23421         (muntrace): Likewise.
23422         * misc/fstab.c (endfsent): Likewise.
23423         * misc/getclktck.c (__getclktck): Likewise.
23424         * misc/getdtsz.c (__getdtablesize): Likewise.
23425         * misc/gethostid.c (gethostid): Likewise.
23426         * misc/getpagesize.c (__getpagesize): Likewise.
23427         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23428         (__get_nprocs): Likewise.
23429         (__get_phys_pages): Likewise.
23430         (__get_avphys_pages): Likewise.
23431         * misc/getttyent.c (getttyent): Likewise.
23432         (setttyent): Likewise.
23433         (endttyent): Likewise.
23434         * misc/getusershell.c (getusershell): Likewise.
23435         (endusershell): Likewise.
23436         (setusershell): Likewise.
23437         (initshells): Likewise.
23438         * misc/hsearch.c (__hdestroy): Likewise.
23439         * misc/sync.c (sync): Likewise.
23440         * misc/syslog.c (closelog_internal): Likewise.
23441         (closelog): Likewise.
23442         * misc/ttyslot.c (ttyslot): Likewise.
23443         * misc/vhangup.c (vhangup): Likewise.
23444         * posix/fork.c (__fork): Likewise.
23445         * posix/getegid.c (__getegid): Likewise.
23446         * posix/geteuid.c (__geteuid): Likewise.
23447         * posix/getgid.c (__getgid): Likewise.
23448         * posix/getpid.c (__getpid): Likewise.
23449         * posix/getppid.c (__getppid): Likewise.
23450         * posix/getuid.c (__getuid): Likewise.
23451         * posix/pause.c (pause): Likewise.
23452         * posix/setpgrp.c (setpgrp): Likewise.
23453         * posix/setsid.c (__setsid): Likewise.
23454         * posix/test-vfork.c (noop): Likewise.
23455         * resolv/gethnamaddr.c (_endhtent): Likewise.
23456         (_gethtent): Likewise.
23457         (ht_endhostent): Likewise.
23458         (gethostent): Likewise.
23459         (dns_service): Likewise.
23460         * stdlib/drand48.c (drand48): Likewise.
23461         * stdlib/lrand48.c (lrand48): Likewise.
23462         * stdlib/mrand48.c (mrand48): Likewise.
23463         * stdlib/rand.c (rand): Likewise.
23464         * stdlib/random.c (__random): Likewise.
23465         * stdlib/setenv.c (clearenv): Likewise.
23466         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23467         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23468         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23469         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23470         (__get_nprocs): Likewise.
23471         (__get_phys_pages): Likewise.
23472         (__get_avphys_pages): Likewise.
23473         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23474         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23475         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23476         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23477         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23478         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23479         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23480         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23481         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23482         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23483         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23484         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23485         * sysdeps/posix/clock.c (clock): Likewise.
23486         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23487         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23488         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23489         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23490         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23491         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23492         (__get_nprocs_conf): Likewise.
23493         (__get_phys_pages): Likewise.
23494         (__get_avphys_pages): Likewise.
23495         * time/clock.c (clock): Likewise.
23496         * time/tzset.c (__tzname_max): Likewise.
23498 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23500         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23501         (__bswap_32): Do not use "register".
23502         * crypt/crypt.c (_ufc_doit_r): Likewise.
23503         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23504         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23505         * gmon/gmon.c (__monstartup): Likewise.
23506         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23507         * hurd/hurdmalloc.c (more_memory): Likewise.
23508         (malloc): Likewise.
23509         (free): Likewise.
23510         (realloc): Likewise.
23511         (malloc_fork_prepare): Likewise.
23512         (malloc_fork_parent): Likewise.
23513         (malloc_fork_child): Likewise.
23514         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23515         (_svcauth_des): Likewise.
23516         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23517         * inet/inet_net.c (inet_network): Likewise.
23518         * inet/inet_netof.c (inet_netof): Likewise.
23519         * inet/rcmd.c (__validuser2_sa): Likewise.
23520         * io/fts.c (fts_open): Likewise.
23521         (fts_load): Likewise.
23522         (fts_close): Likewise.
23523         (fts_read): Likewise.
23524         (fts_children): Likewise.
23525         (fts_build): Likewise.
23526         (fts_stat): Likewise.
23527         (fts_sort): Likewise.
23528         (fts_alloc): Likewise.
23529         (fts_lfree): Likewise.
23530         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23531         (_IO_file_xsgetn): Likewise.
23532         (_IO_file_xsgetn_mmap): Likewise.
23533         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23534         (_IO_cookie_write): Likewise.
23535         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23536         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23537         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23538         * malloc/obstack.c (_obstack_begin): Likewise.
23539         (_obstack_begin_1): Likewise.
23540         (_obstack_newchunk): Likewise.
23541         (_obstack_allocated_p): Likewise.
23542         (obstack_free): Likewise.
23543         (_obstack_memory_used): Likewise.
23544         * misc/getttyent.c (getttynam): Likewise.
23545         (getttyent): Likewise.
23546         (skip): Likewise.
23547         (value): Likewise.
23548         * misc/getusershell.c (initshells): Likewise.
23549         * misc/syslog.c (__vsyslog_chk): Likewise.
23550         * misc/ttyslot.c (ttyslot): Likewise.
23551         * nis/nis_hash.c (__nis_hash): Likewise.
23552         * posix/fnmatch_loop.c (FCT): Likewise.
23553         * posix/getconf.c (print_all): Likewise.
23554         (main): Likewise.
23555         * posix/getopt.c (exchange): Likewise.
23556         * posix/glob.c (globfree): Likewise.
23557         (prefix_array): Likewise.
23558         (__glob_pattern_type): Likewise.
23559         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23560         (NS_GET32): Likewise.
23561         (NS_PUT16): Likewise.
23562         (NS_PUT32): Likewise.
23563         * resolv/gethnamaddr.c (getanswer): Likewise.
23564         (gethostbyname2): Likewise.
23565         (gethostbyaddr): Likewise.
23566         (_gethtent): Likewise.
23567         (_gethtbyname2): Likewise.
23568         (_gethtbyaddr): Likewise.
23569         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23570         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23571         * resolv/res_init.c (__res_vinit): Likewise.
23572         (net_mask): Likewise.
23573         * resolv/res_mkquery.c (outchar): Likewise.
23574         (PRINT): Likewise.
23575         * stdio-common/printf_fp.c (outchar): Likewise.
23576         (PRINT): Likewise.
23577         * stdio-common/printf_fphex.c (outchar): Likewise.
23578         (PRINT): Likewise.
23579         * stdio-common/printf_size.c (outchar): Likewise.
23580         (PRINT): Likewise.
23581         * stdio-common/test_rdwr.c (main): Likewise.
23582         * stdio-common/tfformat.c (matches): Likewise.
23583         * stdio-common/vfprintf.c (outchar): Likewise.
23584         (printf_unknown): Likewise.
23585         (buffered_vfprintf): Likewise.
23586         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23587         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23588         (ReadFile): Likewise.
23589         * stdlib/qsort.c (SWAP): Likewise.
23590         (_quicksort): Likewise.
23591         * stdlib/setenv.c (__add_to_environ): Likewise.
23592         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23593         * stdlib/strtol_l.c (__strtol_l): Likewise.
23594         * stdlib/tst-strtod.c (main): Likewise.
23595         * stdlib/tst-strtol.c (main): Likewise.
23596         * stdlib/tst-strtoll.c (main): Likewise.
23597         * string/bits/string2.h (__strcmp_cc): Likewise.
23598         (__strcmp_cg): Likewise.
23599         (__strcspn_c1): Likewise.
23600         (__strcspn_c2): Likewise.
23601         (__strcspn_c3): Likewise.
23602         (__strspn_c1): Likewise.
23603         (__strspn_c2): Likewise.
23604         (__strspn_c3): Likewise.
23605         (__strsep_1c): Likewise.
23606         (__strsep_2c): Likewise.
23607         (__strsep_3c): Likewise.
23608         * string/memccpy.c (__memccpy): Likewise.
23609         * string/stpcpy.c (__stpcpy): Likewise.
23610         * string/strcmp.c (strcmp): Likewise.
23611         * string/strrchr.c (strrchr): Likewise.
23612         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23613         Likewise.
23614         * sysdeps/mach/hurd/getcwd.c
23615         (_hurd_canonicalize_directory_name_internal): Likewise.
23616         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23617         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23618         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23619         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23620         Likewise, in both definitions.
23621         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23622         definitions.
23623         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23624         64] (__bswap_64): Likewise.
23625         * time/test_time.c (main): Likewise.
23626         * time/tzfile.c (__tzfile_read): Likewise.
23627         (__tzfile_compute): Likewise.
23628         * time/tzset.c (__tzset_parse_tz): Likewise.
23629         (tzset_internal): Likewise.
23630         (compute_change): Likewise.
23631         * wcsmbs/wcscat.c (__wcscat): Likewise.
23632         * wcsmbs/wcschr.c (wcschr): Likewise.
23633         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23634         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23635         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23636         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23637         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23638         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23639         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23640         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23641         * wcsmbs/wmemset.c (wmemset): Likewise.
23643 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23645         * scripts/config.guess: Update to version 2013-05-16.
23646         * scripts/config.sub: Update to version 2013-04-24.
23647         * scripts/install-sh: Update to version 2011-11-20.07.
23648         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23649         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23651 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23653         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23654         * elf/sln.c: Likewise.
23655         * hurd/hurd/ioctl.h: Likewise.
23656         * hurd/hurdmalloc.c: Likewise.
23657         * hurd/xattr.c: Likewise.
23658         * include/shlib-compat.h: Likewise.
23659         * inet/ruserpass.c: Likewise.
23660         * libio/iofgets_u.c: Likewise.
23661         * libio/iofgetws_u.c: Likewise.
23662         * locale/programs/ld-identification.c: Likewise.
23663         * locale/programs/ld-time.c: Likewise.
23664         * mach/msg-destroy.c: Likewise.
23665         * nss/nss_files/files-netgrp.c: Likewise.
23666         * resolv/res_data.c: Likewise.
23667         * soft-fp/op-1.h: Likewise.
23668         * soft-fp/op-2.h: Likewise.
23669         * soft-fp/op-4.h: Likewise.
23670         * soft-fp/op-common.h: Likewise.
23671         * stdio-common/printf_fphex.c: Likewise.
23672         * stdlib/strtod_l.c: Likewise.
23673         * sunrpc/rpc/clnt.h: Likewise.
23674         * sysdeps/generic/framestate.c: Likewise.
23675         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23676         * sysdeps/i386/bsd-setjmp.S: Likewise.
23677         * sysdeps/i386/__longjmp.S: Likewise.
23678         * sysdeps/i386/setjmp.S: Likewise.
23679         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23680         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23681         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23682         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23683         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23684         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23685         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23686         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23687         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23688         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23689         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23690         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23691         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23692         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23693         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23694         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23695         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23696         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23697         * sysdeps/ieee754/support.c: Likewise.
23698         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23699         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23700         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23701         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23702         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23703         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23704         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23705         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23706         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23707         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23708         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23709         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23710         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23711         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23712         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23713         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23714         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23717 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23719         * posix/transbug.c: Remove executable mode.
23721 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23723         * crypt/speeds.c: Remove trailing whitespace.
23724         * dlfcn/default.c: Likewise.
23725         * elf/ifuncdep2.c: Likewise.
23726         * elf/ifuncmain1.c: Likewise.
23727         * elf/ifuncmain1vis.c: Likewise.
23728         * elf/testobj.h: Likewise.
23729         * elf/tst-stackguard1.c: Likewise.
23730         * gmon/sys/gmon.h: Likewise.
23731         * hurd/hurdmsg.c: Likewise.
23732         * hurd/new-fd.c: Likewise.
23733         * hurd/ports-get.c: Likewise.
23734         * iconvdata/ibm1008_420.c: Likewise.
23735         * inet/tst-getni1.c: Likewise.
23736         * inet/tst-getni2.c: Likewise.
23737         * libio/ioungetc.c: Likewise.
23738         * libio/wfiledoalloc.c: Likewise.
23739         * manual/libm-err-tab.pl: Likewise.
23740         * math/w_dremf.c: Likewise.
23741         * misc/ftruncate.c: Likewise.
23742         * posix/bug-glob2.c: Likewise.
23743         * posix/tst-pcre.c: Likewise.
23744         * posix/wait4.c: Likewise.
23745         * resolv/README: Likewise.
23746         * resolv/res_debug.h: Likewise.
23747         * resolv/tst-inet_ntop.c: Likewise.
23748         * setjmp/bug269-setjmp.c: Likewise.
23749         * soft-fp/extended.h: Likewise.
23750         * soft-fp/op-1.h: Likewise.
23751         * soft-fp/op-2.h: Likewise.
23752         * soft-fp/op-4.h: Likewise.
23753         * soft-fp/op-8.h: Likewise.
23754         * soft-fp/testit.c: Likewise.
23755         * stdio-common/bug16.c: Likewise.
23756         * stdlib/random.c: Likewise.
23757         * sunrpc/rpcsvc/rquota.x: Likewise.
23758         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23759         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23760         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23761         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23762         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23763         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23764         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23765         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23766         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23767         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23768         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23769         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23770         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23771         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23772         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23773         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23774         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23775         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23776         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23777         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23778         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23779         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23780         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23781         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23782         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23783         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23784         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23785         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23786         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23787         * sysdeps/ieee754/s_lib_version.c: Likewise.
23788         * sysdeps/mach/hurd/check_fds.c: Likewise.
23789         * sysdeps/mach/hurd/getsockname.c: Likewise.
23790         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23791         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23792         * sysdeps/powerpc/bits/link.h: Likewise.
23793         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23794         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23795         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23796         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23797         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23798         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23799         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23800         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23801         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23802         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23803         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23804         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23805         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23806         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23807         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23808         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23809         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23810         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23811         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23812         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23813         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23814         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23815         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23816         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23817         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23818         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23819         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23820         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23821         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23822         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23823         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23824         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23825         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23826         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23827         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23828         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23829         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23830         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23831         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23832         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23833         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23834         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23835         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23836         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23837         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23838         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23839         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23840         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23841         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23842         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23843         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23844         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23845         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23846         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23847         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23848         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23849         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23850         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23851         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23852         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23853         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23854         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23855         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23856         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23857         * sysdeps/powerpc/sysdep.h: Likewise.
23858         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23859         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23860         * sysdeps/sh/dl-trampoline.S: Likewise.
23861         * sysdeps/sh/memset.S: Likewise.
23862         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23863         * sysdeps/sh/strlen.S: Likewise.
23864         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23865         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23866         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23867         * sysdeps/sparc/sparc32/rem.S: Likewise.
23868         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23869         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23870         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23871         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23872         * sysdeps/sparc/sparc32/urem.S: Likewise.
23873         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23874         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23875         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23876         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23877         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23878         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23879         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23880         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23881         * sysdeps/unix/bsd/times.c: Likewise.
23882         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23883         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23884         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23887         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23888         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23889         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23890         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23891         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23892         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23893         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23894         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23895         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23896         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23897         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23898         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23899         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23900         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23901         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23902         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23903         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23904         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23905         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23906         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23907         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23908         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23909         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23910         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23911         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23912         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23913         * sysdeps/x86_64/strcspn.S: Likewise.
23915 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23917         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23918         generated file.  Regenerate properly from gen-translit.pl.
23919         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23920         locale/C-translit.h.
23922 2013-06-05  Andreas Schwab  <schwab@suse.de>
23924         [BZ #15100]
23925         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23926         week as 6 instead of -1.
23927         * time/tst-strptime.c (day_tests): Add test case.
23929 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23931         * sysdeps/generic/math_private.h
23932         (libc_feholdexcept_setround_53bit): Replace with
23933         libc_feholdsetround_53bit.
23934         (libc_feupdateenv_53bit): Replace with
23935         libc_feresetround_53bit.
23936         (SET_RESTORE_ROUND_53BIT): Adjust.
23938 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23940         * string/test-strchrnul.c: Add copyright header.
23942         * posix/tst-getaddrinfo4.c: Increase test timeout.
23944 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23946         [BZ #15536]
23947         * math/libm-test.inc (MAX_EXP): Remove
23948         (MIN_EXP): Define.
23949         (ulp): Use MIN_EXP - MANT_DIG.
23950         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23952 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23954         * po/be.po: Revert last change.
23955         * po/zh_CN.po: Likewise.
23956         * po/header.pot: Likewise.
23958 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23960         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23961         link-libc-deps to empty as target-specific variable.
23962         * Makerules (link-libc-args): New variable.
23963         (libc-for-link): Likewise.
23964         (link-libc-deps): Likewise.
23965         (lib%.so): Depend on $(link-libc-deps).  Link with
23966         $(link-libc-args).
23967         (build-module): Link with $(link-libc-args).
23968         (build-module-asneeded): Likewise.
23969         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23970         list of objects.
23971         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23972         target-specific variable.
23973         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23974         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23975         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23976         libc.
23977         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23978         libc and ld.so.
23979         ($(objpfx)libpcprofile.so): Likewise.
23980         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23981         libc_nonshared.a.
23982         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23983         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23984         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23985         $(link-libc-deps).
23986         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23987         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23988         * login/Makefile ($(objpfx)libutil.so): Likewise.
23989         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23990         * math/Makefile ($(objpfx)libm.so): Likewise.
23991         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23992         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23993         variable instead of depending directly on libc.
23994         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23995         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23996         $(link-libc-deps).
23997         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23998         libc.
23999         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
24000         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
24001         ($(objpfx)libanl.so): Likewise.
24002         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
24003         ld.so.
24004         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
24005         $(link-libc-deps).
24006         * sysdeps/i386/fpu/Makefile: Remove file.
24007         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
24008         ($(objpfx)libm.so): Remove dependency on ld.so.
24010 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
24012         [BZ # 15553]
24013         * nis/yp_xdr.c (XDRMAXNAME): Define.
24014         (XDRMAXRECORD): Define.
24015         (xdr_domainname): Use XDRMAXNAME.
24016         (xdr_mapname): Likewise.
24017         (xdr_peername): Likewise.
24018         (xdr_keydat): Use XDRMAXRECORD.
24019         (xdr_valdat): Likewise.
24021 2013-05-30  Jeff Law  <law@redhat.com>
24023         [BZ #14256]
24024         * manual/errno.texi (ESTALE): Update to account for more than
24025         just NFS file systems.
24026         * sysdeps/gnu/errlist.c: Regenerated.
24028 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
24030         [BZ #15465]
24031         * elf/Makefile (tests): Add tst-null-argv.
24032         (modules-names):  Add tst-null-argv-lib.
24033         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
24034         (tst-null-argv-ENV): Set environment for tst-null-argv.
24035         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
24036         (RTLD_PROGNAME): New macro.
24037         * elf/tst-null-argv.c: New test case.
24038         * elf/tst-null-argv-lib.c: Library for test case.
24039         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
24040         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
24041         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
24042         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
24043         * elf/dl-init.c (call_init): Likewise.
24044         (_dl_init): Likewise.
24045         * elf/dl-load.c (print_search_path): Likewise.
24046         (_dl_map_object): Likewise.
24047         * elf/dl-lookup.c (do_lookup_x): Likewise.
24048         (add_dependency): Likewise.
24049         (_dl_lookup_symbol_x): Likewise.
24050         (_dl_debug_bindings): Likewise.
24051         * elf/dl-open.c (_dl_show_scope): Likewise.
24052         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
24053         * elf/dl-version.c (match_symbol): Likewise.
24054         (_dl_check_map_versions): Likewise.
24055         * elf/rtld.c (dl_main): Likewise.
24056         (print_unresolved): Use RTLD_PROGNAME.
24057         (print_missing_version): Likewise.
24058         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
24059         (elf_machine_rela): Likewise.
24060         * sysdeps/powerpc/powerpc32/dl-machine.c
24061         (__process_machine_rela): Likewise.
24062         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
24063         Likewise.
24064         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
24065         Likewise.
24066         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
24067         Likewise.
24068         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
24069         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
24070         Likewise.
24071         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
24072         Likewise.
24073         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
24075 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
24077         * po/be.po: Add descriptive title.
24078         * po/zh_CN.po: Likewise.
24079         * po/header.pot: Likewise.
24081 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
24083         * locale/programs/locarchive.c (create_archive): Inlucde fname in
24084         error message.
24085         (enlarge_archive): Likewise.
24087 2013-05-28  Ben North  <ben@redfrontdoor.org>
24089         * manual/arith.texi (frexp): It is the magnitude of the return
24090         value which lies in [0.5, 1), not the return value itself.
24092 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24094         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24096 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
24098         * stdio-common/bug26.c (main): Correct fscanf template.
24100         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
24101         declare _dl_skip_args.
24103         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
24104         Don't declare.
24106         * manual/platform.texi: Add missing @end deftypefun.
24108 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24110         [BZ #15529]
24111         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
24112         bit of mantissa of 2^16382.
24113         * math/libm-test.inc (hypot_test_data): Add more tests.
24115         * math/libm-test.inc: Add drem and pow10 to list of tested
24116         functions.
24117         (pow10_test): New function.
24118         (drem_test): Likewise.
24119         (drem_test_tonearest): Likewise.
24120         (drem_test_towardzero): Likewise.
24121         (drem_test_downward): Likewise.
24122         (drem_test_upward): Likewise.
24123         (main): Call the new functions.
24125         * math/libm-test.inc (finite_test_data): Remove.
24126         (finite_test): Run tests from isfinite_test_data.
24127         (gamma_test_data): Remove.
24128         (gamma_test): Run tests from lgamma_test_data.
24129         * sysdeps/i386/fpu/libm-test-ulps: Update.
24130         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24132 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24134         * manual/platform.texi: Add PowerPC PPR function set documentation.
24135         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
24136         implementation.
24138 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
24140         * math/libm-test.inc (MAX_EXP): Define.
24141         (ULPDIFF): Define.
24142         (ulp): New function.
24143         (check_float_internal): Use ULPDIFF.
24144         (cpow_test): Disable failing test.
24145         (check_ulp): Test ulp() implemetnation.
24146         (main): Call check_ulp before starting tests.
24148 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
24150         * math/gen-libm-test.pl (generate_testfile): Do not handle
24151         START_DATA and END_DATA.
24152         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
24153         END_DATA.
24154         (acos_tonearest_test_data): Likewise.
24155         (acos_towardzero_test_data): Likewise.
24156         (acos_downward_test_data): Likewise.
24157         (acos_upward_test_data): Likewise.
24158         (acosh_test_data): Likewise.
24159         (asin_test_data): Likewise.
24160         (asin_tonearest_test_data): Likewise.
24161         (asin_towardzero_test_data): Likewise.
24162         (asin_downward_test_data): Likewise.
24163         (asin_upward_test_data): Likewise.
24164         (asinh_test_data): Likewise.
24165         (atan_test_data): Likewise.
24166         (atanh_test_data): Likewise.
24167         (atan2_test_data): Likewise.
24168         (cabs_test_data): Likewise.
24169         (cacos_test_data): Likewise.
24170         (cacosh_test_data): Likewise.
24171         (carg_test_data): Likewise.
24172         (casin_test_data): Likewise.
24173         (casinh_test_data): Likewise.
24174         (catan_test_data): Likewise.
24175         (catanh_test_data): Likewise.
24176         (cbrt_test_data): Likewise.
24177         (ccos_test_data): Likewise.
24178         (ccosh_test_data): Likewise.
24179         (ceil_test_data): Likewise.
24180         (cexp_test_data): Likewise.
24181         (cimag_test_data): Likewise.
24182         (clog_test_data): Likewise.
24183         (clog10_test_data): Likewise.
24184         (conj_test_data): Likewise.
24185         (copysign_test_data): Likewise.
24186         (cos_test_data): Likewise.
24187         (cos_tonearest_test_data): Likewise.
24188         (cos_towardzero_test_data): Likewise.
24189         (cos_downward_test_data): Likewise.
24190         (cos_upward_test_data): Likewise.
24191         (cosh_test_data): Likewise.
24192         (cosh_tonearest_test_data): Likewise.
24193         (cosh_towardzero_test_data): Likewise.
24194         (cosh_downward_test_data): Likewise.
24195         (cosh_upward_test_data): Likewise.
24196         (cpow_test_data): Likewise.
24197         (cproj_test_data): Likewise.
24198         (creal_test_data): Likewise.
24199         (csin_test_data): Likewise.
24200         (csinh_test_data): Likewise.
24201         (csqrt_test_data): Likewise.
24202         (ctan_test_data): Likewise.
24203         (ctan_tonearest_test_data): Likewise.
24204         (ctan_towardzero_test_data): Likewise.
24205         (ctan_downward_test_data): Likewise.
24206         (ctan_upward_test_data): Likewise.
24207         (ctanh_test_data): Likewise.
24208         (ctanh_tonearest_test_data): Likewise.
24209         (ctanh_towardzero_test_data): Likewise.
24210         (ctanh_downward_test_data): Likewise.
24211         (ctanh_upward_test_data): Likewise.
24212         (erf_test_data): Likewise.
24213         (erfc_test_data): Likewise.
24214         (exp_test_data): Likewise.
24215         (exp_tonearest_test_data): Likewise.
24216         (exp_towardzero_test_data): Likewise.
24217         (exp_downward_test_data): Likewise.
24218         (exp_upward_test_data): Likewise.
24219         (exp10_test_data): Likewise.
24220         (exp2_test_data): Likewise.
24221         (expm1_test_data): Likewise.
24222         (fabs_test_data): Likewise.
24223         (fdim_test_data): Likewise.
24224         (finite_test_data): Likewise.
24225         (floor_test_data): Likewise.
24226         (fma_test_data): Likewise.
24227         (fma_towardzero_test_data): Likewise.
24228         (fma_downward_test_data): Likewise.
24229         (fma_upward_test_data): Likewise.
24230         (fmax_test_data): Likewise.
24231         (fmin_test_data): Likewise.
24232         (fmod_test_data): Likewise.
24233         (fpclassify_test_data): Likewise.
24234         (frexp_test_data): Likewise.
24235         (gamma_test_data): Likewise.
24236         (hypot_test_data): Likewise.
24237         (ilogb_test_data): Likewise.
24238         (isfinite_test_data): Likewise.
24239         (isgreater_test_data): Likewise.
24240         (isgreaterequal_test_data): Likewise.
24241         (isinf_test_data): Likewise.
24242         (isless_test_data): Likewise.
24243         (islessequal_test_data): Likewise.
24244         (islessgreater_test_data): Likewise.
24245         (isnan_test_data): Likewise.
24246         (isnormal_test_data): Likewise.
24247         (issignaling_test_data): Likewise.
24248         (isunordered_test_data): Likewise.
24249         (j0_test_data): Likewise.
24250         (j1_test_data): Likewise.
24251         (jn_test_data): Likewise.
24252         (ldexp_test_data): Likewise.
24253         (lgamma_test_data): Likewise.
24254         (lrint_test_data): Likewise.
24255         (lrint_tonearest_test_data): Likewise.
24256         (lrint_towardzero_test_data): Likewise.
24257         (lrint_downward_test_data): Likewise.
24258         (lrint_upward_test_data): Likewise.
24259         (llrint_test_data): Likewise.
24260         (llrint_tonearest_test_data): Likewise.
24261         (llrint_towardzero_test_data): Likewise.
24262         (llrint_downward_test_data): Likewise.
24263         (llrint_upward_test_data): Likewise.
24264         (log_test_data): Likewise.
24265         (log10_test_data): Likewise.
24266         (log1p_test_data): Likewise.
24267         (log2_test_data): Likewise.
24268         (logb_test_data): Likewise.
24269         (logb_downward_test_data): Likewise.
24270         (lround_test_data): Likewise.
24271         (llround_test_data): Likewise.
24272         (modf_test_data): Likewise.
24273         (nearbyint_test_data): Likewise.
24274         (nextafter_test_data): Likewise.
24275         (nexttoward_test_data): Likewise.
24276         (pow_test_data): Likewise.
24277         (pow_tonearest_test_data): Likewise.
24278         (pow_towardzero_test_data): Likewise.
24279         (pow_downward_test_data): Likewise.
24280         (pow_upward_test_data): Likewise.
24281         (remainder_test_data): Likewise.
24282         (remainder_tonearest_test_data): Likewise.
24283         (remainder_towardzero_test_data): Likewise.
24284         (remainder_downward_test_data): Likewise.
24285         (remainder_upward_test_data): Likewise.
24286         (remquo_test_data): Likewise.
24287         (rint_test_data): Likewise.
24288         (rint_tonearest_test_data): Likewise.
24289         (rint_towardzero_test_data): Likewise.
24290         (rint_downward_test_data): Likewise.
24291         (rint_upward_test_data): Likewise.
24292         (round_test_data): Likewise.
24293         (scalb_test_data): Likewise.
24294         (scalbn_test_data): Likewise.
24295         (scalbln_test_data): Likewise.
24296         (signbit_test_data): Likewise.
24297         (sin_test_data): Likewise.
24298         (sin_tonearest_test_data): Likewise.
24299         (sin_towardzero_test_data): Likewise.
24300         (sin_downward_test_data): Likewise.
24301         (sin_upward_test_data): Likewise.
24302         (sincos_test_data): Likewise.
24303         (sinh_test_data): Likewise.
24304         (sinh_tonearest_test_data): Likewise.
24305         (sinh_towardzero_test_data): Likewise.
24306         (sinh_downward_test_data): Likewise.
24307         (sinh_upward_test_data): Likewise.
24308         (sqrt_test_data): Likewise.
24309         (tan_test_data): Likewise.
24310         (tan_tonearest_test_data): Likewise.
24311         (tan_towardzero_test_data): Likewise.
24312         (tan_downward_test_data): Likewise.
24313         (tan_upward_test_data): Likewise.
24314         (tanh_test_data): Likewise.
24315         (tgamma_test_data): Likewise.
24316         (trunc_test_data): Likewise.
24317         (y0_test_data): Likewise.
24318         (y1_test_data): Likewise.
24319         (yn_test_data): Likewise.
24320         (significand_test_data): Likewise.
24322         * math/gen-libm-test.pl (@functions): Remove variable.
24323         (generate_testfile): Don't handle START and END lines.
24324         * math/libm-test.inc (START): New macro.
24325         (END): Likewise.
24326         (END_COMPLEX): Likewise.
24327         (acos_test): Use END macro without arguments.
24328         (acos_test_tonearest): Likewise.
24329         (acos_test_towardzero): Likewise.
24330         (acos_test_downward): Likewise.
24331         (acos_test_upward): Likewise.
24332         (acosh_test): Likewise.
24333         (asin_test): Likewise.
24334         (asin_test_tonearest): Likewise.
24335         (asin_test_towardzero): Likewise.
24336         (asin_test_downward): Likewise.
24337         (asin_test_upward): Likewise.
24338         (asinh_test): Likewise.
24339         (atan_test): Likewise.
24340         (atanh_test): Likewise.
24341         (atan2_test): Likewise.
24342         (cabs_test): Likewise.
24343         (cacos_test): Use END_COMPLEX macro without arguments.
24344         (cacosh_test): Likewise.
24345         (carg_test): Use END macro without arguments.
24346         (casin_test): Use END_COMPLEX macro without arguments.
24347         (casinh_test): Likewise.
24348         (catan_test): Likewise.
24349         (catanh_test): Likewise.
24350         (cbrt_test): Use END macro without arguments.
24351         (ccos_test): Use END_COMPLEX macro without arguments.
24352         (ccosh_test): Likewise.
24353         (ceil_test): Use END macro without arguments.
24354         (cexp_test): Use END_COMPLEX macro without arguments.
24355         (cimag_test): Use END macro without arguments.
24356         (clog_test): Use END_COMPLEX macro without arguments.
24357         (clog10_test): Likewise.
24358         (conj_test): Likewise.
24359         (copysign_test): Use END macro without arguments.
24360         (cos_test): Likewise.
24361         (cos_test_tonearest): Likewise.
24362         (cos_test_towardzero): Likewise.
24363         (cos_test_downward): Likewise.
24364         (cos_test_upward): Likewise.
24365         (cosh_test): Likewise.
24366         (cosh_test_tonearest): Likewise.
24367         (cosh_test_towardzero): Likewise.
24368         (cosh_test_downward): Likewise.
24369         (cosh_test_upward): Likewise.
24370         (cpow_test): Use END_COMPLEX macro without arguments.
24371         (cproj_test): Likewise.
24372         (creal_test): Use END macro without arguments.
24373         (csin_test): Use END_COMPLEX macro without arguments.
24374         (csinh_test): Likewise.
24375         (csqrt_test): Likewise.
24376         (ctan_test): Likewise.
24377         (ctan_test_tonearest): Likewise.
24378         (ctan_test_towardzero): Likewise.
24379         (ctan_test_downward): Likewise.
24380         (ctan_test_upward): Likewise.
24381         (ctanh_test): Likewise.
24382         (ctanh_test_tonearest): Likewise.
24383         (ctanh_test_towardzero): Likewise.
24384         (ctanh_test_downward): Likewise.
24385         (ctanh_test_upward): Likewise.
24386         (erf_test): Use END macro without arguments.
24387         (erfc_test): Likewise.
24388         (exp_test): Likewise.
24389         (exp_test_tonearest): Likewise.
24390         (exp_test_towardzero): Likewise.
24391         (exp_test_downward): Likewise.
24392         (exp_test_upward): Likewise.
24393         (exp10_test): Likewise.
24394         (exp2_test): Likewise.
24395         (expm1_test): Likewise.
24396         (fabs_test): Likewise.
24397         (fdim_test): Likewise.
24398         (finite_test): Likewise.
24399         (floor_test): Likewise.
24400         (fma_test): Likewise.
24401         (fma_test_towardzero): Likewise.
24402         (fma_test_downward): Likewise.
24403         (fma_test_upward): Likewise.
24404         (fmax_test): Likewise.
24405         (fmin_test): Likewise.
24406         (fmod_test): Likewise.
24407         (fpclassify_test): Likewise.
24408         (frexp_test): Likewise.
24409         (gamma_test): Likewise.
24410         (hypot_test): Likewise.
24411         (ilogb_test): Likewise.
24412         (isfinite_test): Likewise.
24413         (isgreater_test): Likewise.
24414         (isgreaterequal_test): Likewise.
24415         (isinf_test): Likewise.
24416         (isless_test): Likewise.
24417         (islessequal_test): Likewise.
24418         (islessgreater_test): Likewise.
24419         (isnan_test): Likewise.
24420         (isnormal_test): Likewise.
24421         (issignaling_test): Likewise.
24422         (isunordered_test): Likewise.
24423         (j0_test): Likewise.
24424         (j1_test): Likewise.
24425         (jn_test): Likewise.
24426         (ldexp_test): Likewise.
24427         (lgamma_test): Likewise.
24428         (lrint_test): Likewise.
24429         (lrint_test_tonearest): Likewise.
24430         (lrint_test_towardzero): Likewise.
24431         (lrint_test_downward): Likewise.
24432         (lrint_test_upward): Likewise.
24433         (llrint_test): Likewise.
24434         (llrint_test_tonearest): Likewise.
24435         (llrint_test_towardzero): Likewise.
24436         (llrint_test_downward): Likewise.
24437         (llrint_test_upward): Likewise.
24438         (log_test): Likewise.
24439         (log10_test): Likewise.
24440         (log1p_test): Likewise.
24441         (log2_test): Likewise.
24442         (logb_test): Likewise.
24443         (logb_test_downward): Likewise.
24444         (lround_test): Likewise.
24445         (llround_test): Likewise.
24446         (modf_test): Likewise.
24447         (nearbyint_test): Likewise.
24448         (nextafter_test): Likewise.
24449         (nexttoward_test): Likewise.
24450         (pow_test): Likewise.
24451         (pow_test_tonearest): Likewise.
24452         (pow_test_towardzero): Likewise.
24453         (pow_test_downward): Likewise.
24454         (pow_test_upward): Likewise.
24455         (remainder_test): Likewise.
24456         (remainder_test_tonearest): Likewise.
24457         (remainder_test_towardzero): Likewise.
24458         (remainder_test_downward): Likewise.
24459         (remainder_test_upward): Likewise.
24460         (remquo_test): Likewise.
24461         (rint_test): Likewise.
24462         (rint_test_tonearest): Likewise.
24463         (rint_test_towardzero): Likewise.
24464         (rint_test_downward): Likewise.
24465         (rint_test_upward): Likewise.
24466         (round_test): Likewise.
24467         (scalb_test): Likewise.
24468         (scalbn_test): Likewise.
24469         (scalbln_test): Likewise.
24470         (signbit_test): Likewise.
24471         (sin_test): Likewise.
24472         (sin_test_tonearest): Likewise.
24473         (sin_test_towardzero): Likewise.
24474         (sin_test_downward): Likewise.
24475         (sin_test_upward): Likewise.
24476         (sincos_test): Likewise.
24477         (sinh_test): Likewise.
24478         (sinh_test_tonearest): Likewise.
24479         (sinh_test_towardzero): Likewise.
24480         (sinh_test_downward): Likewise.
24481         (sinh_test_upward): Likewise.
24482         (sqrt_test): Likewise.
24483         (tan_test): Likewise.
24484         (tan_test_tonearest): Likewise.
24485         (tan_test_towardzero): Likewise.
24486         (tan_test_downward): Likewise.
24487         (tan_test_upward): Likewise.
24488         (tanh_test): Likewise.
24489         (tgamma_test): Likewise.
24490         (trunc_test): Likewise.
24491         (y0_test): Likewise.
24492         (y1_test): Likewise.
24493         (yn_test): Likewise.
24494         (significand_test): Likewise.
24496 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24498         [BZ #15381]
24499         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24501 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24503         [BZ #14894]
24504         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24505         __ppc_mdoio and __ppc_mdoom.
24506         * manual/platform.texi: Document new functions __ppc_yield,
24507         __ppc_mdoio and __ppc_mdoom.
24509 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24511         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24512         (main): Mention "tls" pseudo-hwcap is legacy.
24513         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24515 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24517         * math/gen-libm-test.pl (parse_args): Output only string of
24518         arguments as text for test name, not full call or descriptions of
24519         tests for extra outputs.
24520         (generate_testfile): Do not pass function name to parse_args.
24521         Generate this_func variable from START.
24522         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24523         field to arg_str.
24524         (struct test_ff_f_data): Likewise.
24525         (test_ff_f_data_nexttoward): Likewise.
24526         (struct test_fi_f_data): Likewise.
24527         (struct test_fl_f_data): Likewise.
24528         (struct test_if_f_data): Likewise.
24529         (struct test_fff_f_data): Likewise.
24530         (struct test_c_f_data): Likewise.
24531         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24532         (struct test_fF_f1_data): Likewise.
24533         (struct test_ffI_f1_data): Likewise.
24534         (struct test_c_c_data): Rename test_name field to arg_str.
24535         (struct test_cc_c_data): Likewise.
24536         (struct test_f_i_data): Likewise.
24537         (struct test_ff_i_data): Likewise.
24538         (struct test_f_l_data): Likewise.
24539         (struct test_f_L_data): Likewise.
24540         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24541         and extra2_name.
24542         (COMMON_TEST_SETUP): New macro.
24543         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24544         (COMMON_TEST_CLEANUP): Likewise.
24545         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24546         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24547         macros.
24548         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24549         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24550         macros.
24551         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24552         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24553         cleanup macros.
24554         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24555         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24556         macros.
24557         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24558         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24559         macros.
24560         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24561         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24562         cleanup macros.
24563         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24564         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24565         cleanup macros.
24566         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24567         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24568         cleanup macros.
24569         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24570         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24571         macros.
24572         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24573         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24574         macros.
24575         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24576         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24577         macros.
24578         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24579         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24580         cleanup macros.
24581         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24582         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24583         cleanup macros.
24584         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24585         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24586         macros.
24587         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24588         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24589         cleanup macros.
24590         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24591         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24592         macros.
24593         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24594         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24595         macros.
24596         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24597         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24598         cleanup macros.
24599         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24601 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24603         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24604         to _sifields.sigfault.
24605         (si_addr_lsb): Define new macro.
24606         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24607         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24608         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24610 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24612         [BZ #15441]
24613         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24614         returns -1.
24615         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24616         null return -1.
24617         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24618         loading the domain.
24620 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24622         * math/gen-libm-test.pl (parse_args): Do not include expected
24623         result in test name.
24624         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24625         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24626         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24627         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24628         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24631 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24633         * benchtests/Makefile: Sort function entries.
24635         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24636         tanh, asinh, acosh, atanh.
24637         * benchtests/acos-inputs: New file.
24638         * benchtests/acosh-inputs: New file.
24639         * benchtests/asin-inputs: New file.
24640         * benchtests/asinh-inputs: New file.
24641         * benchtests/atanh-inputs: New file.
24642         * benchtests/cosh-inputs: New file.
24643         * benchtests/log-inputs: New file.
24644         * benchtests/sinh-inputs: New file.
24645         * benchtests/tanh-inputs: New file.
24647 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24649         [BZ #15339]
24650         * posix/tst-getaddrinfo4.c: New test.
24651         * posix/Makefile (tests): Add it.
24653 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24655         [BZ #15339]
24656         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24657         when no services were used.
24658         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24659         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24661 2013-05-21  Andreas Schwab  <schwab@suse.de>
24663         [BZ #15014]
24664         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24665         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24666         successful.
24667         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24668         redundant variable declarations and reallocation of buffer when
24669         parsing as IPv6 address.  Always set NSS status when called from
24670         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24671         buffer too small.  Correct computation of needed size.
24672         * nss/Makefile (tests): Add test-digits-dots.
24673         * nss/test-digits-dots.c: New test.
24675 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24677         * benchtests/Makefile: Remove instructions for adding
24678         benchmark tests.
24679         * benchtests/README: New file to explain how to execute and
24680         enhance the benchmark tests.
24682 2013-05-21  Andreas Schwab  <schwab@suse.de>
24684         [BZ #15493]
24685         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24686         * setjmp/tst-sigsetjmp.c: New test.
24688 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24690         * sysdeps/x86_64/memset.S (memset): New implementation.
24691         (__bzero): Likewise.
24692         (__memset_tail): New function.
24694 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24696         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24697         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24698         __memcpy_sse2_unaligned ifunc selection.
24699         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24700         Add memcpy-sse2-unaligned.S.
24701         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24702         Add: __memcpy_sse2_unaligned.
24704 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24706         [BZ #15490]
24707         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24708         math_force_eval before restoring floating-point envrionment.
24709         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24710         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24711         Likewise.
24712         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24713         <math_private.h>.
24714         (__nearbyintl): Use math_force_eval before restoring
24715         floating-point environment.
24716         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24718         * math/gen-libm-test.pl (special_functions): Remove.
24719         (parse_args): Don't handle TEST_extra.  Handle functions with no
24720         return value.
24721         * math/libm-test.inc (struct test_sincos_data): Replace with
24722         struct test_fFF_11_data.
24723         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24724         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24725         (sincos_test_data): Change element type to struct
24726         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24727         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24728         RUN_TEST_LOOP_sincos.
24729         * math/README.libm-test: Don't mention special handling of
24730         individual functions.
24731         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24732         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24733         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24734         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24735         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24736         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24738         * math/gen-libm-test.pl (get_variable): Remove function.
24739         (parse_args): Don't show pointer parameters to call in test
24740         names.  Use "extra output N" in test names for extra outputs
24741         rather than naming variables.
24743 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24745         [BZ #15488]
24746         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24747         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24748         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24749         double tests.
24750         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24751         disable.
24752         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24753         check_long_double.
24755         * math/gen-libm-test.pl (@tests): Remove variable.
24756         ($count): Likewise.
24757         (new_test): Remove function.
24758         (show_exceptions): New function.
24759         (special_functions): Use show_exceptions instead of new_test.
24760         (parse_args): Likewise.
24761         (generate_testfile): Pass only function name in generated call to
24762         print_max_error or print_complex_max_error.
24763         (get_ulps): Do not handle complex tests specially.
24764         (output_test): Rename to ...
24765         (get_all_ulps_for_test): ... this.  Return a string rather than
24766         printing to a file.  Require ulps to be present.
24767         (output_ulps): Generate arrays rather than #defines.
24768         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24769         (struct ulp_data): New type.
24770         (BUILD_COMPLEX_ULP): Remove macro.
24771         (compare_ulp_data): New function.
24772         (find_ulps): Likewise.
24773         (find_test_ulps): Likewise.
24774         (find_function_ulps): Likewise.
24775         (find_complex_function_ulps): Likewise.
24776         (print_max_error): Determine allowed ulps using
24777         find_function_ulps.
24778         (print_complex_max_error): Determine allowed ulps using
24779         find_complex_function_ulps.
24780         (check_float_internal): Determine max ulps using find_test_ulps.
24781         (check_float): Do not take max_ulp parameter.  Update call to
24782         check_float_internal.
24783         (check_complex): Likewise.
24784         (check_int): Do not take max_ulp parameter.
24785         (check_long): Likewise.
24786         (check_bool): Likewise.
24787         (check_longlong): Likewise.
24788         (struct test_f_f_data): Remove max_ulp field.
24789         (struct test_ff_f_data): Likewise.
24790         (struct test_ff_f_data_nexttoward): Likewise.
24791         (struct test_fi_f_data): Likewise.
24792         (struct test_fl_f_data): Likewise.
24793         (struct test_if_f_data): Likewise.
24794         (struct test_fff_f_data): Likewise.
24795         (struct test_c_f_data): Likewise.
24796         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24797         (struct test_fF_f1_data): Likewise.
24798         (struct test_ffI_f1_data): Likewise.
24799         (struct test_c_c_data): Remove max_ulp field.
24800         (struct test_cc_c_data): Likewise.
24801         (struct test_f_i_data): Likewise.
24802         (struct test_ff_i_data): Likewise.
24803         (struct test_f_l_data): Likewise.
24804         (struct test_f_L_data): Likewise.
24805         (struct test_sincos_data): Likewise.
24806         (RUN_TEST_f_f): Do not handle ulps.
24807         (RUN_TEST_LOOP_f_f): Likewise.
24808         (RUN_TEST_2_f): Likewise.
24809         (RUN_TEST_LOOP_2_f): Likewise.
24810         (RUN_TEST_fff_f): Likewise.
24811         (RUN_TEST_LOOP_fff_f): Likewise.
24812         (RUN_TEST_c_f): Likewise.
24813         (RUN_TEST_LOOP_c_f): Likewise.
24814         (RUN_TEST_f_f1): Likewise.
24815         (RUN_TEST_LOOP_f_f1): Likewise.
24816         (RUN_TEST_fF_f1): Likewise.
24817         (RUN_TEST_LOOP_fF_f1): Likewise.
24818         (RUN_TEST_fI_f1): Likewise.
24819         (RUN_TEST_LOOP_fI_f1): Likewise.
24820         (RUN_TEST_ffI_f1): Likewise.
24821         (RUN_TEST_LOOP_ffI_f1): Likewise.
24822         (RUN_TEST_c_c): Likewise.
24823         (RUN_TEST_LOOP_c_c): Likewise.
24824         (RUN_TEST_cc_c): Likewise.
24825         (RUN_TEST_LOOP_cc_c): Likewise.
24826         (RUN_TEST_f_i): Likewise.
24827         (RUN_TEST_LOOP_f_i): Likewise.
24828         (RUN_TEST_f_i_tg): Likewise.
24829         (RUN_TEST_LOOP_f_i_tg): Likewise.
24830         (RUN_TEST_ff_i_tg): Likewise.
24831         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24832         (RUN_TEST_f_b): Likewise.
24833         (RUN_TEST_LOOP_f_b): Likewise.
24834         (RUN_TEST_f_b_tg): Likewise.
24835         (RUN_TEST_LOOP_f_b_tg): Likewise.
24836         (RUN_TEST_f_l): Likewise.
24837         (RUN_TEST_LOOP_f_l): Likewise.
24838         (RUN_TEST_f_L): Likewise.
24839         (RUN_TEST_LOOP_f_L): Likewise.
24840         (RUN_TEST_sincos): Likewise.
24841         (RUN_TEST_LOOP_sincos): Likewise.
24843 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24845         [BZ #15480]
24846         [BZ #15485]
24847         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24848         main case of finite arguments, set rounding mode to FE_TONEAREST
24849         and discard exceptions.
24850         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24851         exceptions.
24852         (remainder_tonearest_test_data): New variable.
24853         (remainder_test_tonearest): New function.
24854         (remainder_towardzero_test_data): New variable.
24855         (remainder_test_towardzero): New function.
24856         (remainder_downward_test_data): New variable.
24857         (remainder_test_downward): New function.
24858         (remainder_upward_test_data): New variable.
24859         (remainder_test_upward): New function.
24860         (main): Call the new test functions.
24862         * math/libm-test.inc (struct test_f_f1_data): Remove field
24863         extra_init.
24864         (struct test_fF_f1_data): Likewise.
24865         (struct test_ffI_f1_data): Likewise.
24866         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24867         based on value of EXTRA_EXPECTED.
24868         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24869         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24870         EXTRA_VAR based on value of EXTRA_EXPECTED.
24871         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24872         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24873         EXTRA_VAR based on value of EXTRA_EXPECTED.
24874         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24875         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24876         EXTRA_VAR based on value of EXTRA_EXPECTED.
24877         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24878         * math/gen-libm-test.pl (parse_args): Don't output initializers
24879         for extra output values.
24881         * math/libm-test.inc (check_int): Expect result to be exactly
24882         equal to expected value and do not handle ulps.
24883         (check_long): Likewise.
24884         (check_longlong): Likewise.
24886         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24887         exceptions.
24888         (cimag_test_data): Likewise.
24889         (conj_test_data): Likewise.
24890         (copysign_test_data): Likewise.
24891         (cproj_test_data): Likewise.
24892         (creal_test_data): Likewise.
24893         (fabs_test_data): Likewise.
24894         (fdim_test_data): Likewise.
24895         (finite_test_data): Likewise.
24896         (floor_test_data): Likewise.
24897         (fmax_test_data): Likewise.
24898         (fmin_test_data): Likewise.
24899         (fmod_test_data): Likewise.
24900         (fpclassify_test_data): Likewise.
24901         (frexp_test_data): Likewise.
24902         (ilogb_test_data): Likewise.
24903         (isfinite_test_data): Likewise.
24904         (isgreater_test_data): Likewise.
24905         (isgreaterequal_test_data): Likewise.
24906         (isinf_test_data): Likewise.
24907         (isless_test_data): Likewise.
24908         (islessequal_test_data): Likewise.
24909         (islessgreater_test_data): Likewise.
24910         (isnan_test_data): Likewise.
24911         (isnormal_test_data): Likewise.
24912         (issignaling_test_data): Likewise.
24913         (isunordered_test_data): Likewise.
24914         (ldexp_test_data): Likewise.
24915         (lrint_test_data): Likewise.
24916         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24917         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24918         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24919         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24920         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24921         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24922         test input.
24923         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24924         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24925         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24926         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24927         that test input.
24928         (lrint_downward_test_data): Test for "inexact" exceptions.
24929         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24930         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24931         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24932         test input.
24933         (lrint_upward_test_data): Test for "inexact" exceptions.
24934         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24935         test input.
24936         (llrint_test_data): Test for "inexact" exceptions.
24937         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24938         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24939         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24940         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24941         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24942         (llrint_downward_test_data): Test for "inexact" exceptions.
24943         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24944         (llrint_upward_test_data): Test for "inexact" exceptions.
24945         (logb_test_data): Likewise.
24946         (logb_downward_test_data): Likewise.
24947         (nextafter_test_data): Likewise.
24948         (nexttoward_test_data): Likewise.
24949         (remainder_test_data): Likewise.
24950         (remquo_test_data): Likewise.
24951         (scalbn_test_data): Likewise.
24952         (scalbln_test_data): Likewise.
24953         (signbit_test_data): Likewise.
24954         (sqrt_test_data): Likewise.
24955         (significand_test_data): Likewise.
24957 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24959         [BZ #15424]
24960         * benchtests/bench-modf.c (struct args): Mark arg0 as
24961         volatile.
24962         * scripts/bench.pl: Mark members of struct args as volatile.
24964 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24966         [BZ # 15497]
24967         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24968         negative infinity on POWER6 or lower.
24969         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24971 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24973         [BZ #15442]
24974         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24975         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24976         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24977         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24978         (_FP_SETQNAN): New macro.
24979         (_FP_SETQNAN_SEMIRAW): Likewise.
24980         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24981         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24982         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24983         (FP_EXTEND): Use _FP_FRAC_SNANP.
24984         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24985         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24986         into account.
24987         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24988         New macro.
24989         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24990         Likewise.
24992 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24994         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24995         with DIVIDE_BY_ZERO_EXCEPTION.
24996         (gamma_test_data): Likewise.
24997         (lgamma_test_data): Likewise.
24998         (log_test_data): Likewise.
24999         (log10_test_data): Likewise.
25000         (log2_test_data): Likewise.
25001         (tgamma_test_data): Likewise.
25003         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
25004         (acos_test_tonearest): Likewise.
25005         (acos_test_towardzero): Likewise.
25006         (acos_test_downward): Likewise.
25007         (acos_test_upward): Likewise.
25008         (acosh_test): Likewise.
25009         (asin_test): Likewise.
25010         (asin_test_tonearest): Likewise.
25011         (asin_test_towardzero): Likewise.
25012         (asin_test_downward): Likewise.
25013         (asin_test_upward): Likewise.
25014         (asinh_test): Likewise.
25015         (atan_test): Likewise.
25016         (atanh_test): Likewise.
25017         (atan2_test): Likewise.
25018         (cabs_test): Likewise.
25019         (cacos_test): Likewise.
25020         (cacosh_test): Likewise.
25021         (casin_test): Likewise.
25022         (casinh_test): Likewise.
25023         (catan_test): Likewise.
25024         (catanh_test): Likewise.
25025         (cbrt_test): Likewise.
25026         (ccos_test): Likewise.
25027         (ccosh_test): Likewise.
25028         (cexp_test): Likewise.
25029         (clog_test): Likewise.
25030         (clog10_test): Likewise.
25031         (cos_test): Likewise.
25032         (cos_test_tonearest): Likewise.
25033         (cos_test_towardzero): Likewise.
25034         (cos_test_downward): Likewise.
25035         (cos_test_upward): Likewise.
25036         (cosh_test): Likewise.
25037         (cosh_test_tonearest): Likewise.
25038         (cosh_test_towardzero): Likewise.
25039         (cosh_test_downward): Likewise.
25040         (cosh_test_upward): Likewise.
25041         (cpow_test): Likewise.
25042         (csin_test): Likewise.
25043         (csinh_test): Likewise.
25044         (csqrt_test): Likewise.
25045         (ctan_test): Likewise.
25046         (ctan_test_tonearest): Likewise.
25047         (ctan_test_towardzero): Likewise.
25048         (ctan_test_downward): Likewise.
25049         (ctan_test_upward): Likewise.
25050         (ctanh_test): Likewise.
25051         (ctanh_test_tonearest): Likewise.
25052         (ctanh_test_towardzero): Likewise.
25053         (ctanh_test_downward): Likewise.
25054         (ctanh_test_upward): Likewise.
25055         (erf_test): Likewise.
25056         (erfc_test): Likewise.
25057         (exp_test): Likewise.
25058         (exp_test_tonearest): Likewise.
25059         (exp_test_towardzero): Likewise.
25060         (exp_test_downward): Likewise.
25061         (exp_test_upward): Likewise.
25062         (exp10_test): Likewise.
25063         (exp2_test): Likewise.
25064         (expm1_test): Likewise.
25065         (fmod_test): Likewise.
25066         (gamma_test): Likewise.
25067         (hypot_test): Likewise.
25068         (j0_test): Likewise.
25069         (j1_test): Likewise.
25070         (jn_test): Likewise.
25071         (lgamma_test): Likewise.
25072         (log_test): Likewise.
25073         (log10_test): Likewise.
25074         (log1p_test): Likewise.
25075         (log2_test): Likewise.
25076         (logb_test_downward): Likewise.
25077         (pow_test): Likewise.
25078         (pow_test_tonearest): Likewise.
25079         (pow_test_towardzero): Likewise.
25080         (pow_test_downward): Likewise.
25081         (pow_test_upward): Likewise.
25082         (remainder_test): Likewise.
25083         (remquo_test): Likewise.
25084         (sin_test): Likewise.
25085         (sin_test_tonearest): Likewise.
25086         (sin_test_towardzero): Likewise.
25087         (sin_test_downward): Likewise.
25088         (sin_test_upward): Likewise.
25089         (sincos_test): Likewise.
25090         (sinh_test): Likewise.
25091         (sinh_test_tonearest): Likewise.
25092         (sinh_test_towardzero): Likewise.
25093         (sinh_test_downward): Likewise.
25094         (sinh_test_upward): Likewise.
25095         (sqrt_test): Likewise.
25096         (tan_test): Likewise.
25097         (tan_test_tonearest): Likewise.
25098         (tan_test_towardzero): Likewise.
25099         (tan_test_downward): Likewise.
25100         (tan_test_upward): Likewise.
25101         (tanh_test): Likewise.
25102         (tgamma_test): Likewise.
25103         (y0_test): Likewise.
25104         (y1_test): Likewise.
25105         (yn_test): Likewise.
25107         * math/gen-libm-test.pl (adjust_arg): Remove function.
25108         (special_function): Remove argument $in_func.  Only handle
25109         generating output for tables of tests, not inside functions.
25110         (parse_args): Likewise.
25111         (generate_testfile): Remove variable $in_func.  Update call to
25112         parse_args.
25113         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
25114         (MINUS_ZERO_INIT): Rename macro to minus_zero.
25115         (PLUS_INFTY_INIT): Rename macro to plus_infty.
25116         (MINUS_INFTY_INIT): Rename macro to minus_infty.
25117         (QNAN_VALUE_INIT): Rename macro to qnan_value.
25118         (MAX_VALUE_INIT): Rename macro to max_value.
25119         (MIN_VALUE_INIT): Rename macro to min_value.
25120         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
25121         (plus_zero): Remove variable.
25122         (minus_zero): Likewise.
25123         (plus_infty): Likewise.
25124         (minus_infty): Likewise.
25125         (qnan_value): Likewise.
25126         (max_value): Likewise.
25127         (min_value): Likewise.
25128         (min_subnorm_value): Likewise.
25130 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25132         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
25133         uint64_t or uint32_t usage.
25134         * crypt/sha256-block.c: Likewise.
25135         * crypt/sha256-crypt.c: Likewise.
25136         * crypt/sha256.c: Likewise.
25137         * crypt/sha512-block.c: Likewise.
25138         * crypt/sha512-crypt.c: Likewise.
25139         * crypt/sha512.c: Likewise.
25140         * debug/backtrace-tst.c: Likewise.
25141         * debug/pcprofiledump.c: Likewise.
25142         * elf/cache.c: Likewise.
25143         * elf/dl-cache.c: Likewise.
25144         * elf/dl-misc.c: Likewise.
25145         * elf/dl-profile.c: Likewise.
25146         * elf/dl-support.c: Likewise.
25147         * elf/ldconfig.c: Likewise.
25148         * elf/sprof.c: Likewise.
25149         * iconv/dummy-repertoire.c: Likewise.
25150         * iconv/iconv_charmap.c: Likewise.
25151         * iconv/skeleton.c: Likewise.
25152         * iconvdata/8bit-generic.c: Likewise.
25153         * iconvdata/cp737.h: Likewise.
25154         * iconvdata/cp775.h: Likewise.
25155         * iconvdata/ibm1008.h: Likewise.
25156         * iconvdata/ibm1025.h: Likewise.
25157         * iconvdata/ibm1046.h: Likewise.
25158         * iconvdata/ibm1097.h: Likewise.
25159         * iconvdata/ibm1112.h: Likewise.
25160         * iconvdata/ibm1122.h: Likewise.
25161         * iconvdata/ibm1123.h: Likewise.
25162         * iconvdata/ibm1124.h: Likewise.
25163         * iconvdata/ibm1129.h: Likewise.
25164         * iconvdata/ibm1130.h: Likewise.
25165         * iconvdata/ibm1132.h: Likewise.
25166         * iconvdata/ibm1133.h: Likewise.
25167         * iconvdata/ibm1137.h: Likewise.
25168         * iconvdata/ibm1140.h: Likewise.
25169         * iconvdata/ibm1141.h: Likewise.
25170         * iconvdata/ibm1142.h: Likewise.
25171         * iconvdata/ibm1143.h: Likewise.
25172         * iconvdata/ibm1144.h: Likewise.
25173         * iconvdata/ibm1145.h: Likewise.
25174         * iconvdata/ibm1146.h: Likewise.
25175         * iconvdata/ibm1147.h: Likewise.
25176         * iconvdata/ibm1148.h: Likewise.
25177         * iconvdata/ibm1149.h: Likewise.
25178         * iconvdata/ibm1153.h: Likewise.
25179         * iconvdata/ibm1154.h: Likewise.
25180         * iconvdata/ibm1155.h: Likewise.
25181         * iconvdata/ibm1156.h: Likewise.
25182         * iconvdata/ibm1157.h: Likewise.
25183         * iconvdata/ibm1158.h: Likewise.
25184         * iconvdata/ibm1160.h: Likewise.
25185         * iconvdata/ibm1161.h: Likewise.
25186         * iconvdata/ibm1162.h: Likewise.
25187         * iconvdata/ibm1163.h: Likewise.
25188         * iconvdata/ibm1164.h: Likewise.
25189         * iconvdata/ibm1166.h: Likewise.
25190         * iconvdata/ibm1167.h: Likewise.
25191         * iconvdata/ibm12712.h: Likewise.
25192         * iconvdata/ibm1390.h: Likewise.
25193         * iconvdata/ibm1399.h: Likewise.
25194         * iconvdata/ibm16804.h: Likewise.
25195         * iconvdata/ibm4517.h: Likewise.
25196         * iconvdata/ibm4899.h: Likewise.
25197         * iconvdata/ibm4909.h: Likewise.
25198         * iconvdata/ibm4971.h: Likewise.
25199         * iconvdata/ibm5347.h: Likewise.
25200         * iconvdata/ibm803.h: Likewise.
25201         * iconvdata/ibm856.h: Likewise.
25202         * iconvdata/ibm901.h: Likewise.
25203         * iconvdata/ibm902.h: Likewise.
25204         * iconvdata/ibm9030.h: Likewise.
25205         * iconvdata/ibm9066.h: Likewise.
25206         * iconvdata/ibm921.h: Likewise.
25207         * iconvdata/ibm922.h: Likewise.
25208         * iconvdata/ibm9448.h: Likewise.
25209         * iconvdata/isiri-3342.h: Likewise.
25210         * iconvdata/jis0201.h: Likewise.
25211         * include/link.h: Likewise.
25212         * include/netdb.h: Likewise.
25213         * inet/check_native.c: Likewise.
25214         * inet/check_pf.c: Likewise.
25215         * inet/getipv4sourcefilter.c: Likewise.
25216         * inet/getnameinfo.c: Likewise.
25217         * inet/getsourcefilter.c: Likewise.
25218         * inet/htonl.c: Likewise.
25219         * inet/setipv4sourcefilter.c: Likewise.
25220         * inet/setsourcefilter.c: Likewise.
25221         * inet/test-inet6_opt.c: Likewise.
25222         * inet/tst-network.c: Likewise.
25223         * locale/C-collate.c: Likewise.
25224         * locale/C-ctype.c: Likewise.
25225         * locale/C-time.c: Likewise.
25226         * locale/C-translit.h: Likewise.
25227         * locale/loadarchive.c: Likewise.
25228         * locale/programs/3level.h: Likewise.
25229         * locale/programs/charmap.c: Likewise.
25230         * locale/programs/charmap.h: Likewise.
25231         * locale/programs/ld-address.c: Likewise.
25232         * locale/programs/ld-collate.c: Likewise.
25233         * locale/programs/ld-ctype.c: Likewise.
25234         * locale/programs/ld-identification.c: Likewise.
25235         * locale/programs/ld-measurement.c: Likewise.
25236         * locale/programs/ld-messages.c: Likewise.
25237         * locale/programs/ld-monetary.c: Likewise.
25238         * locale/programs/ld-name.c: Likewise.
25239         * locale/programs/ld-numeric.c: Likewise.
25240         * locale/programs/ld-paper.c: Likewise.
25241         * locale/programs/ld-telephone.c: Likewise.
25242         * locale/programs/ld-time.c: Likewise.
25243         * locale/programs/linereader.c: Likewise.
25244         * locale/programs/locale.c: Likewise.
25245         * locale/programs/locarchive.c: Likewise.
25246         * locale/programs/locfile.h: Likewise.
25247         * locale/programs/repertoire.c: Likewise.
25248         * locale/programs/simple-hash.c: Likewise.
25249         * locale/programs/simple-hash.h: Likewise.
25250         * malloc/memusage.c: Likewise.
25251         * malloc/memusagestat.c: Likewise.
25252         * nis/nis_defaults.c: Likewise.
25253         * nis/nis_hash.c: Likewise.
25254         * nis/nis_print.c: Likewise.
25255         * nis/nis_xdr.c: Likewise.
25256         * nscd/connections.c: Likewise.
25257         * nscd/hstcache.c: Likewise.
25258         * nscd/nscd_gethst_r.c: Likewise.
25259         * nscd/nscd_getserv_r.c: Likewise.
25260         * nscd/nscd_helper.c: Likewise.
25261         * nscd/servicescache.c: Likewise.
25262         * nss/makedb.c: Likewise.
25263         * nss/nss_db/db-XXX.c: Likewise.
25264         * nss/nss_db/db-initgroups.c: Likewise.
25265         * nss/nss_db/db-netgrp.c: Likewise.
25266         * nss/nss_files/files-network.c: Likewise.
25267         * nss/nss_files/files-parse.c: Likewise.
25268         * posix/bug-regex5.c: Likewise.
25269         * posix/fnmatch_loop.c: Likewise.
25270         * posix/regcomp.c: Likewise.
25271         * posix/regexec.c: Likewise.
25272         * posix/tst-rfc3484-2.c: Likewise.
25273         * posix/tst-rfc3484-3.c: Likewise.
25274         * posix/tst-rfc3484.c: Likewise.
25275         * resolv/nss_dns/dns-canon.c: Likewise.
25276         * resolv/nss_dns/dns-network.c: Likewise.
25277         * resolv/res_init.c: Likewise.
25278         * resolv/res_mkquery.c: Likewise.
25279         * resolv/tst-aton.c: Likewise.
25280         * stdlib/cxa_atexit.c: Likewise.
25281         * stdlib/cxa_finalize.c: Likewise.
25282         * stdlib/gen-fpioconst.c: Likewise.
25283         * stdlib/strtol_l.c: Likewise.
25284         * string/tst-endian.c: Likewise.
25285         * sunrpc/auth_des.c: Likewise.
25286         * sunrpc/clnt_udp.c: Likewise.
25287         * sunrpc/rtime.c: Likewise.
25288         * sunrpc/svcauth_des.c: Likewise.
25289         * sunrpc/xdr.c: Likewise.
25290         * sunrpc/xdr_intXX_t.c: Likewise.
25291         * sunrpc/xdr_rec.c: Likewise.
25292         * sysdeps/generic/ldconfig.h: Likewise.
25293         * sysdeps/generic/ldsodefs.h: Likewise.
25294         * sysdeps/generic/memusage.h: Likewise.
25295         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25296         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25297         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25298         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25299         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25300         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25301         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25302         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25303         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25304         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25305         * sysdeps/posix/getaddrinfo.c: Likewise.
25306         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25307         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25308         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25309         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25310         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25311         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25312         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25313         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25314         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25315         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25316         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25317         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25318         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25319         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25320         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25321         * sysdeps/x86_64/dl-tls.h: Likewise.
25322         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25323         * time/alt_digit.c: Likewise.
25324         * time/era.c: Likewise.
25325         * wcsmbs/tst-c16c32-1.c: Likewise.
25327 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25329         * math/libm-test.inc (struct test_sincos_data): New type.
25330         (RUN_TEST_LOOP_sincos): New macro.
25331         (sincos_test_data): New variable.
25332         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25334 2013-05-16  Richard Henderson  <rth@redhat.com>
25336         * math/atest-exp2.c (LIMB64): New macro.
25337         (CONSTSZ): New macro.
25338         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25339         (hexdig): Move ...
25340         (print_mpn_fp): ... to function scope.
25341         (read_mpn_hex): Remove.
25342         (get_log2): Remove.
25343         (exp2_mpn): Use mp_log2.
25344         (main): Use mp_exp1.
25346 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25348         * math/libm-test.inc: Remove comment about not testing "inexact"
25349         exceptions.
25350         (INEXACT_EXCEPTION): New macro.
25351         (NO_INEXACT_EXCEPTION): Likewise.
25352         (INVALID_EXCEPTION_OK): Update value.
25353         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25354         (OVERFLOW_EXCEPTION_OK): Likewise.
25355         (UNDERFLOW_EXCEPTION_OK): Likewise.
25356         (IGNORE_ZERO_INF_SIGN): Likewise.
25357         (ERRNO_UNCHANGED): Likewise.
25358         (ERRNO_EDOM): Likewise.
25359         (ERRNO_ERANGE): Likewise.
25360         (test_exceptions): Handle testing "inexact" exceptions.
25361         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25362         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25363         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25364         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25365         INEXACT_EXCEPTION.
25366         (rint_towardzero_test_data): Likewise.
25367         (rint_downward_test_data): Likewise.
25368         (rint_upward_test_data): Likewise.
25370         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25371         with OVERFLOW_EXCEPTION.
25372         (exp10_test_data): Likewise.
25373         (exp2_test_data): Likewise.
25374         (expm1_test_data): Likewise.
25375         (lgamma_test_data): Likewise.
25376         (pow_test_data): Likewise.
25377         (tgamma_test_data): Likewise.
25378         (yn_test_data): Remove duplicate test of overflow.
25380         * math/libm-test.inc (struct test_cc_c_data): New type.
25381         (RUN_TEST_LOOP_cc_c): New macro.
25382         (cpow_test_data): New variable.
25383         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25385         * math/libm-test.inc (struct test_f_L_data): New type.
25386         (RUN_TEST_LOOP_f_L): New macro.
25387         (llrint_test_data): New variable.
25388         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25389         (llrint_tonearest_test_data): New variable.
25390         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25391         (llrint_towardzero_test_data): New variable.
25392         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25393         (llrint_downward_test_data): New variable.
25394         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25395         (llrint_upward_test_data): New variable.
25396         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25397         (llround_test_data): New variable.
25398         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25400 2013-05-13  Peter Collingbourne  <pcc@google.com>
25402         * math/atest-exp2.c (get_log2): Remove const attribute.
25404 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25406         * math/libm-test.inc (struct test_f_l_data): New type.
25407         (RUN_TEST_LOOP_f_l): New macro.
25408         (lrint_test_data): New variable.
25409         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25410         (lrint_tonearest_test_data): New variable.
25411         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25412         (lrint_towardzero_test_data): New variable.
25413         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25414         (lrint_downward_test_data): New variable.
25415         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25416         (lrint_upward_test_data): New variable.
25417         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25418         (lround_test_data): New variable.
25419         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25421 2013-05-15  Peter Collingbourne  <pcc@google.com>
25423         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25424         (EXTRACT_WORDS64) Use where appropriate.
25425         (INSERT_WORDS64) Likewise.
25427         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25428         constraints with x constraints.
25429         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25431         * malloc/obstack.c (_obstack_compat): Add initializer.
25433 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25435         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25436         si_trapno and add si_addr_lsb to _sifields.sigfault.
25437         (si_trapno): Remove macro.
25438         (si_addr_lsb): Define new macro.
25439         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25441 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25443         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25444         instead of TEST_f_l.
25445         (llrint_test_tonearest): Likewise.
25446         (llrint_test_towardzero): Likewise.
25447         (llrint_test_downward): Likewise.
25448         (llrint_test_upward): Likewise.
25449         (llround_test): Likewise.
25451         * math/libm-test.inc (struct test_f_i_data): Add comment.
25452         (RUN_TEST_LOOP_f_b): New macro.
25453         (RUN_TEST_LOOP_f_b_tg): Likewise.
25454         (finite_test_data): New variable.
25455         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25456         (isfinite_test_data): New variable.
25457         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25458         (isinf_test_data): New variable.
25459         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25460         (isnan_test_data): New variable.
25461         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25462         (isnormal_test_data): New variable.
25463         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25464         (issignaling_test_data): New variable.
25465         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25466         (signbit_test_data): New variable.
25467         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25469         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25470         with INVALID_EXCEPTION.
25471         (acosh_test_data): Likewise.
25472         (asin_test_data): Likewise.
25473         (atanh_test_data): Likewise.
25474         (fmod_test_data): Likewise.
25475         (log_test_data): Likewise.
25476         (log10_test_data): Likewise.
25477         (log2_test_data): Likewise.
25478         (pow_test_data): Likewise.
25479         (sqrt_test_data): Likewise.
25480         (y0_test_data): Likewise.
25481         (y1_test_data): Likewise.
25482         (yn_test_data): Likewise.
25484         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25485         function contents.
25487         * math/libm-test.inc (struct test_ff_i_data): New type.
25488         (RUN_TEST_LOOP_ff_i_tg): New macro.
25489         (isgreater_test_data): New variable.
25490         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25491         (isgreaterequal_test_data): New variable.
25492         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25493         (isless_test_data): New variable.
25494         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25495         (islessequal_test_data): New variable.
25496         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25497         (islessgreater_test_data): New variable.
25498         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25499         (isunordered_test_data): New variable.
25500         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25502 2013-05-14  David S. Miller  <davem@davemloft.net>
25504         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25506 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25508         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25510         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25511         extra_test to int.
25512         (struct test_f_i_data): Change type of max_ulp to int.
25514         * math/libm-test.inc (test_ffI_f1_data): New type.
25515         (RUN_TEST_LOOP_ffI_f1): New macro.
25516         (remquo_test_data): New variable.
25517         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25519         * setjmp/tst-setjmp-fp.c: New file.
25520         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25521         (link-libm): New variable.
25522         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25524         * math/libm-test.inc (struct test_f_i_data): New type.
25525         (RUN_TEST_LOOP_f_i): New macro.
25526         (RUN_TEST_LOOP_f_i_tg): Likewise.
25527         (fpclassify_test_data): New variable.
25528         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25529         (ilogb_test_data): New variable.
25530         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25532         * math/libm-test.inc (scalbln_test): Correct function name in END
25533         call.
25535         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25536         (RUN_TEST_LOOP_fI_f1): New macro.
25537         (frexp_test_data): New variable.
25538         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25540         * math/libm-test.inc (struct test_fF_f1_data): New type.
25541         (RUN_TEST_LOOP_fF_f1): New macro.
25542         (modf_test_data): New variable.
25543         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25545         * math/libm-test.inc (struct test_f_f1_data): New type.
25546         (RUN_TEST_LOOP_f_f1): New macro.
25547         (gamma_test_data): New variable.
25548         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25549         (lgamma_test_data): New variable.
25550         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25552 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25554         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25555         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25556         (main): Comment "tls" pseudo-hwcap.
25558 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25560         * math/libm-test.inc (struct test_fl_f_data): New type.
25561         (RUN_TEST_LOOP_fl_f): New variable.
25562         (scalbln_test_data): New variable.
25563         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25565         * math/libm-test.inc (struct test_fi_f_data): New type.
25566         (RUN_TEST_LOOP_fi_f): New macro.
25567         (ldexp_test_data): New variable.
25568         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25569         (scalbn_test_data): New variable.
25570         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25572         * math/libm-test.inc (struct test_c_f_data): New type.
25573         (RUN_TEST_LOOP_c_f): New macro.
25574         (cabs_test_data): New variable.
25575         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25576         (carg_test_data): New variable.
25577         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25578         (cimag_test_data): New variable.
25579         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25580         (creal_test_data): New variable.
25581         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25583         * math/libm-test.inc (struct test_if_f_data): New type.
25584         (RUN_TEST_LOOP_if_f): New macro.
25585         (jn_test_data): New variable.
25586         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25587         (yn_test_data): New variable.
25588         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25590         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25592 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25594         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25595         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25597 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25599         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25600         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25601         (bench-deps): Add bench-timing.h.
25602         * benchtests-bench-skeleton.c: Include bench-timing.h.
25603         (main): Use TIMING_* macros instead of clock_gettime.
25604         * benchtests/bench-timing.h: New file.
25606         [BZ #14582]
25607         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25608         Renamed from _LIB_VERSION.
25609         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25611 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25613         * math/libm-test.inc (struct test_fff_f_data): New type.
25614         (RUN_TEST_LOOP_fff_f): New macro.
25615         (fma_test_data): New variable.
25616         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25617         (fma_towardzero_test_data): New variable.
25618         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25619         (fma_downward_test_data): New variable.
25620         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25621         (fma_upward_test_data): New variable.
25622         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25624         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25625         (struct test_c_c_data): New type.
25626         (RUN_TEST_LOOP_c_c): New macro.
25627         (cacos_test_data): New variable.
25628         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25629         (cacosh_test_data): New variable.
25630         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25631         (casin_test_data): New variable.
25632         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25633         (casinh_test_data): New variable.
25634         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25635         (catan_test_data): New variable.
25636         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25637         (catanh_test_data): New variable.
25638         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25639         (ccos_test_data): New variable.
25640         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25641         (ccosh_test_data): New variable.
25642         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25643         (cexp_test_data): New variable.
25644         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25645         (clog_test_data): New variable.
25646         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25647         (clog10_test_data): New variable.
25648         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25649         (conj_test_data): New variable.
25650         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25651         (cproj_test_data): New variable.
25652         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25653         (csin_test_data): New variable.
25654         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25655         (csinh_test_data): New variable.
25656         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25657         (csqrt_test_data): New variable.
25658         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25659         (ctan_test_data): New variable.
25660         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25661         (ctan_tonearest_test_data): New variable.
25662         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25663         (ctan_towardzero_test_data): New variable.
25664         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25665         (ctan_downward_test_data): New variable.
25666         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25667         (ctan_upward_test_data): New variable.
25668         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25669         (ctanh_test_data): New variable.
25670         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25671         (ctanh_tonearest_test_data): New variable.
25672         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25673         (ctanh_towardzero_test_data): New variable.
25674         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25675         (ctanh_downward_test_data): New variable.
25676         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25677         (ctanh_upward_test_data): New variable.
25678         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25679         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25680         of BUILD_COMPLEX.
25682         * math/libm-test.inc (struct test_ff_f_data): New type.
25683         (struct test_ff_f_data_nexttoward): Likewise.
25684         (RUN_TEST_LOOP_2_f): New macro.
25685         (RUN_TEST_LOOP_ff_f): Likewise.
25686         (atan2_test_data): New variable.
25687         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25688         (copysign_test_data): New variable.
25689         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25690         (fdim_test_data): New variable.
25691         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25692         (fmax_test_data): New variable.
25693         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25694         (fmin_test_data): New variable.
25695         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25696         (fmod_test_data): New variable.
25697         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25698         (hypot_test_data): New variable.
25699         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25700         (nextafter_test_data): New variable.
25701         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25702         (nexttoward_test_data): New variable.
25703         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25704         (pow_test_data): New variable.
25705         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25706         (pow_tonearest_test_data): New variable.
25707         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25708         (pow_towardzero_test_data): New variable.
25709         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25710         (pow_downward_test_data): New variable.
25711         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25712         (pow_upward_test_data): New variable.
25713         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25714         (remainder_test_data): New variable.
25715         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25716         (scalb_test_data): New variable.
25717         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25718         * sysdeps/i386/fpu/libm-test-ulps: Update.
25720 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25722         * math/libm-test.inc (fma_test): Use max_value instead of local
25723         variable fltmax.
25724         (nextafter_test): Likewise.
25726         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25727         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25728         (acos_downward_test_data): New variable.
25729         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25730         (acos_upward_test_data): New variable.
25731         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25732         (acosh_test_data): New variable.
25733         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25734         (asin_test_data): New variable.
25735         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25736         (asin_tonearest_test_data): New variable.
25737         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25738         (asin_towardzero_test_data): New variable.
25739         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25740         (asin_downward_test_data): New variable.
25741         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25742         (asin_upward_test_data): New variable.
25743         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25744         (asinh_test_data): New variable.
25745         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25746         (atan_test_data): New variable.
25747         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25748         (atanh_test_data): New variable.
25749         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25750         (cbrt_test_data): New variable.
25751         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25752         (ceil_test_data): New variable.
25753         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25754         (cos_test_data): New variable.
25755         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25756         (cos_tonearest_test_data): New variable.
25757         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25758         (cos_towardzero_test_data): New variable.
25759         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25760         (cos_downward_test_data): New variable.
25761         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25762         (cos_upward_test_data): New variable.
25763         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25764         (cosh_test_data): New variable.
25765         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25766         (cosh_tonearest_test_data): New variable.
25767         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25768         (cosh_towardzero_test_data): New variable.
25769         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25770         (cosh_downward_test_data): New variable.
25771         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25772         (cosh_upward_test_data): New variable.
25773         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25774         (erf_test_data): New variable.
25775         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25776         (erfc_test_data): New variable.
25777         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25778         (exp_test_data): New variable.
25779         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25780         (exp_tonearest_test_data): New variable.
25781         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25782         (exp_towardzero_test_data): New variable.
25783         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25784         (exp_downward_test_data): New variable.
25785         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25786         (exp_upward_test_data): New variable.
25787         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25788         (exp10_test_data): New variable.
25789         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25790         (exp2_test_data): New variable.
25791         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25792         (expm1_test_data): New variable.
25793         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25794         (fabs_test_data): New variable.
25795         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25796         (floor_test_data): New variable.
25797         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25798         (j0_test_data): New variable.
25799         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25800         (j1_test_data): New variable.
25801         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25802         (log_test_data): New variable.
25803         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25804         (log10_test_data): New variable.
25805         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25806         (log1p_test_data): New variable.
25807         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25808         (log2_test_data): New variable.
25809         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25810         (logb_test_data): New variable.
25811         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25812         (logb_downward_test_data): New variable.
25813         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25814         (nearbyint_test_data): New variable.
25815         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25816         (rint_test_data): New variable.
25817         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25818         (rint_tonearest_test_data): New variable.
25819         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25820         (rint_towardzero_test_data): New variable.
25821         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25822         (rint_downward_test_data): New variable.
25823         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25824         (rint_upward_test_data): New variable.
25825         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25826         (round_test_data): New variable.
25827         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25828         (sin_test_data): New variable.
25829         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25830         (sin_tonearest_test_data): New variable.
25831         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25832         (sin_towardzero_test_data): New variable.
25833         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25834         (sin_downward_test_data): New variable.
25835         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25836         (sin_upward_test_data): New variable.
25837         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25838         (sinh_test_data): New variable.
25839         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25840         (sinh_tonearest_test_data): New variable.
25841         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25842         (sinh_towardzero_test_data): New variable.
25843         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25844         (sinh_downward_test_data): New variable.
25845         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25846         (sinh_upward_test_data): New variable.
25847         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25848         (sqrt_test_data): New variable.
25849         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25850         (tan_test_data): New variable.
25851         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25852         (tan_tonearest_test_data): New variable.
25853         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25854         (tan_towardzero_test_data): New variable.
25855         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25856         (tan_downward_test_data): New variable.
25857         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25858         (tan_upward_test_data): New variable.
25859         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25860         (tanh_test_data): New variable.
25861         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25862         (tgamma_test_data): New variable.
25863         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25864         (trunc_test_data): New variable.
25865         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25866         (y0_test_data): New variable.
25867         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25868         (y1_test_data): New variable.
25869         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25870         (significand_test_data): New variable.
25871         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25873 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25875         [BZ #12387]
25876         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25878 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25880         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25882 2013-05-10  Andreas Jaeger  <aj@suse.de>
25884         [BZ #15448]
25885         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25886         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25888 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25890         * math/gen-libm-test.pl (adjust_arg): New function.
25891         (special_functions): Handle generating output in both functions
25892         and arrays.
25893         (parse_args): Likewise.
25894         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25895         $in_func argument to parse_args.
25896         * math/libm-test.inc (struct test_f_f_data): New type.
25897         (IF_ROUND_INIT_): New macro.
25898         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25899         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25900         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25901         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25902         (ROUND_RESTORE_): Likewise.
25903         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25904         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25905         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25906         (ROUND_RESTORE_FE_UPWARD): Likewise.
25907         (RUN_TEST_LOOP_f_f): New macro.
25908         (acos_test_data): New variable.
25909         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25910         (acos_tonearest_test_data): New variable.
25911         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25913 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25915         * benchtests/bench-skeleton.c (startup): Fix coding style.
25917 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25919         [BZ #6809]
25920         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25921         negative infinity argument.
25922         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25923         negative infinity argument.
25924         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25925         negative infinity argument.
25926         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25927         domain errors.
25929 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25931         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25932         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25933         * iconv/iconv_prog.c (main): Likewise.
25934         * locale/programs/charmap-dir.c (charmap_readdir)
25935         (fopen_uncompressed): Likewise.
25936         * locale/programs/locfile.c (siblings_uncached)
25937         (write_locale_data): Use lstat64 instead of lstat.
25938         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25939         stat.
25941 2013-05-10  Andreas Jaeger  <aj@suse.de>
25943         [BZ #15395]
25944         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25945         localization.
25946         Include <locale.h>.
25948 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25950         * elf/dl-close.c (_dl_close_worker): Add comments.
25952 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25954         [BZ #15359]
25955         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25956         high part of pi/2.
25957         (__ieee754_rem_pio2l): Update comments.
25959         [BZ #15429]
25960         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25961         high part of pi/2.
25962         (__ieee754_rem_pio2l): Update comments.
25964         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25965         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25967         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25968         M_PI_4l.
25970         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25971         (M_PI_34_LOG10El): Likewise.
25972         (M_PI2_LOG10El): Likewise.
25973         (M_PI4_LOG10El): Likewise.
25974         (M_PI_LOG10El): Likewise.
25976 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25978         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25980 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25982         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25983         (MINUS_ZERO_INIT): Likewise.
25984         (PLUS_INFTY_INIT): Likewise.
25985         (MINUS_INFTY_INIT): Likewise.
25986         (QNAN_VALUE_INIT): Likewise.
25987         (MAX_VALUE_INIT): Likewise.
25988         (MIN_VALUE_INIT): Likewise.
25989         (MIN_SUBNORM_VALUE_INIT): Likewise.
25990         (plus_zero): Initialize with PLUS_ZERO_INIT.
25991         (minus_zero): Initialize with MINUS_ZERO_INIT.
25992         (plus_infty): Initialize with PLUS_INFTY_INIT.
25993         (minus_infty): Initialize with MINUS_INFTY_INIT.
25994         (qnan_value): Initialize with QNAN_VALUE_INIT.
25995         (max_value): Initialize with MAX_VALUE_INIT.
25996         (min_value): Initialize with MIN_VALUE_INIT.
25997         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25999         * math/libm-test.inc (RUN_TEST_if_f): New macro.
26000         (jn_test): Use TEST_if_f instead of TEST_ff_f.
26001         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
26002         (yn_test): Use TEST_if_f instead of TEST_ff_f.
26004         * math/libm-test.inc (RUN_TEST_f_f): New macro.
26005         (RUN_TEST_2_f): Likewise.
26006         (RUN_TEST_ff_f): Likewise.
26007         (RUN_TEST_fi_f): Likewise.
26008         (RUN_TEST_fl_f): Likewise.
26009         (RUN_TEST_fff_f): Likewise.
26010         (RUN_TEST_c_f): Likewise.
26011         (RUN_TEST_f_f1): Likewise.
26012         (RUN_TEST_fF_f1): Likewise.
26013         (RUN_TEST_fI_f1): Likewise.
26014         (RUN_TEST_ffI_f1): Likewise.
26015         (RUN_TEST_c_c): Likewise.
26016         (RUN_TEST_cc_c): Likewise.
26017         (RUN_TEST_f_i): Likewise.
26018         (RUN_TEST_f_i_tg): Likewise.
26019         (RUN_TEST_ff_i_tg): Likewise.
26020         (RUN_TEST_f_b): Likewise.
26021         (RUN_TEST_f_b_tg): Likewise.
26022         (RUN_TEST_f_l): Likewise.
26023         (RUN_TEST_f_L): Likewise.
26024         (RUN_TEST_sincos): Likewise.
26025         * math/gen-libm-test.pl (new_test): Take new argument to indicate
26026         whether to show exceptions.  Do not include ");\n" in return
26027         value.
26028         (special_functions): Output call to RUN_TEST_sincos instead of
26029         check_float calls.  Update calls to new_test.
26030         (parse_args): Output call to single RUN_TEST_* macro instead of
26031         check_* calls and other assignments.  Update calls to new_test.
26033         [BZ #2546]
26034         [BZ #2560]
26035         [BZ #5159]
26036         [BZ #15426]
26037         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
26038         input to result for tgamma overflow.
26039         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
26040         (gamma_coeff): New variable.
26041         (NCOEFF): New macro.
26042         (gamma_positive): New function.
26043         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
26044         underflow here.  Use gamma_positive instead of exp (lgamma) for
26045         other arguments.
26046         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
26047         (gamma_coeff): New variable.
26048         (NCOEFF): New macro.
26049         (gammaf_positive): New function.
26050         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
26051         underflow here.  Use gamma_positive instead of exp (lgamma) for
26052         other arguments.
26053         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
26054         (gamma_coeff): New variable.
26055         (NCOEFF): New macro.
26056         (gammal_positive): New function.
26057         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
26058         underflow here.  Use gamma_positive instead of exp (lgamma) for
26059         other arguments.
26060         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
26061         (gamma_coeff): New variable.
26062         (NCOEFF): New macro.
26063         (gammal_positive): New function.
26064         (__ieee754_gammal_r): Handle positive infinity, overflow and
26065         underflow here.  Handle NaN the same as positive infinity.  Remove
26066         check x < 0xffffffff for negative integers.  Use gamma_positive
26067         instead of exp (lgamma) for other arguments.
26068         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
26069         (gamma_coeff): New variable.
26070         (NCOEFF): New macro.
26071         (gammal_positive): New function.
26072         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
26073         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
26074         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
26075         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
26076         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
26077         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
26078         * sysdeps/generic/math_private.h (__gamma_productf): New
26079         prototype.
26080         (__gamma_product): Likewise.
26081         (__gamma_productl): Likewise.
26082         * math/Makefile (libm-calls): Add gamma_product.
26083         * math/libm-test.inc (tgamma_test): Add more tests.
26084         * sysdeps/i386/fpu/libm-test-ulps: Update.
26085         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26087 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
26089         * benchtests/bench-skeleton.c (main): Preheat CPU.
26091 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
26093         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
26095 2013-05-07  Roland McGrath  <roland@hack.frob.com>
26097         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
26098         and _dl_skip_args_internal.
26100 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
26102         * manual/message.texi (Message Translation): Talk about users.
26103         Message to key mapping impacts design.
26105 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26107         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
26109         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
26111         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
26112         * sysdeps/wordsize-64/glob64.c: ... here.
26114         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
26115         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
26116         New macros.
26118         * debug/getlogin_r_chk.c: Moved to ...
26119         * login/getlogin_r_chk.c: ... here.
26120         * debug/Makefile (routines): Move getlogin_r_chk to ...
26121         * login/Makefile (routines): ... here.
26122         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
26123         * login/Versions (libc: GLIBC_2.4): ... here.
26125         * io/poll.c (__poll): Renamed from poll.
26126         Add libc_hidden_def.
26127         (poll): Define as weak alias.
26129         * debug/ptsname_r_chk.c: Moved to ...
26130         * login/ptsname_r_chk.c: ... here.
26131         * debug/Makefile (routines): Move ptsname_r_chk to ...
26132         * login/Makefile (routines): ... here.
26133         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
26134         * login/Versions (libc: GLIBC_2.4): ... here.
26136         * posix/getlogin.c: Moved to ...
26137         * login/getlogin.c: ... here.
26138         * posix/getlogin_r.c: Moved to ...
26139         * login/getlogin_r.c: ... here.
26140         * posix/getlogin_r.c: Moved to ...
26141         * login/getlogin_r.c: ... here.
26142         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
26143         * login/Makefile (routines): ... here.
26144         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
26145         * login/Versions (libc: GLIBC_2.0): ... here.
26147         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
26148         (setrlimit): Define as weak alias.
26150         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
26151         Call __ names for open, ftruncate, and close.
26152         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
26153         (truncate): Define as weak alias.
26155 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
26157         * math/gen-libm-test.pl (parse_args): Initialize x before each
26158         test of frexp, modf and remquo.
26160         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
26161         test signgam value.
26163 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26165         [BZ #15418]
26166         [BZ #15419]
26167         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
26168         internal tests.
26169         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
26171 2013-05-06  Roland McGrath  <roland@hack.frob.com>
26173         * elf/dl-writev.h: New file.
26174         * elf/dl-misc.c: Include it.
26175         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
26176         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
26178 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
26180         * math/libm-test.inc (noXFails): Remove variable.
26181         (noXPasses): Likewise.
26182         (BUILD_COMPLEX_INT): Remove macro.
26183         (print_screen): Remove xfail argument.
26184         (print_screen_max_error): Likewise.
26185         (update_stats): Likewise.
26186         (print_max_error): Likewise.  Update calls to other affected
26187         functions.
26188         (print_complex_max_error): Likewise.
26189         (test_single_exception): Update calls to print_screen.
26190         (test_single_errno): Likewise.
26191         (check_float_internal): Remove xfail argument.  Update calls to
26192         other affected functions.
26193         (check_float): Likewise.
26194         (check_complex): Likewise.
26195         (check_int): Likewise.
26196         (check_long): Likewise.
26197         (check_bool): Likewise.
26198         (check_longlong): Likewise.
26199         (main): Don't print noXFails and noXPasses.
26200         * math/gen-libm-test.pl (top level): Don't mention expected
26201         failure handling in comment.
26202         (new_test): Don't handle expected failures.
26203         (parse_args): Don't mention expected failure handling in comment.
26204         (generate_testfile): Don't handle expected failures.
26205         (parse_ulps): Likewise.
26206         (print_ulps_file): Likewise.
26207         (get_failure): Remove function.
26208         (output_test): Don't handle expected failures.
26209         * make/README.libm-test: Don't mention expected failure handling.
26211         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
26212         (minus_zero): Likewise.
26213         (plus_infty): Likewise.
26214         (minus_infty): Likewise.
26215         (qnan_value): Likewise.
26216         (max_value): Likewise.
26217         (min_value): Likewise.
26218         (min_subnorm_value): Likewise.
26219         (initialize): Do not initialize those variables dynamically.
26221 2013-05-03  Roland McGrath  <roland@hack.frob.com>
26223         * io/open.c (__open_2): Moved to ...
26224         * io/open_2.c: ... this new file.
26225         * io/open64.c (__open64_2): Moved to ...
26226         * io/open64_2.c: ... this new file.
26227         * io/openat.c (__openat_2): Moved to ...
26228         * io/openat_2.c: ... this new file.
26229         * io/openat64.c (__openat64_2): Moved to ...
26230         * io/openat64_2.c: ... this new file.
26231         * io/Makefile (routines): Add them.
26232         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
26233         * sysdeps/unix/sysv/linux/open_2.c: File removed.
26234         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
26235         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
26236         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
26237         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
26238         (__openat64): Add hidden_ver.
26239         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
26240         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
26242         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
26243         Separately conditionalize setting of GLRO(dl_sysinfo) so
26244         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
26245         as well, but the actual setting is only under [NEED_DL_SYSINFO].
26247 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26249         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
26250         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
26251         definition.
26252         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26253         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26254         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26255         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26256         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26258 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26260         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26261         test signgam value.
26263         * math/libm-test.inc (hypot_test): Do not use
26264         IGNORE_ZERO_INF_SIGN.
26266 2013-05-03  Andreas Jaeger  <aj@suse.de>
26268         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26269         Linux 3.9.
26270         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26271         (PF_MAX): Adjust for VSOCK change.
26273 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26275         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26277 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26279         [BZ #15264]
26280         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26281         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26282         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26284 2013-05-02  David S. Miller  <davem@davemloft.net>
26286         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26288 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26290         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26292 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26294         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26296 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26298         [BZ #14952]
26299         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26300         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26301         Use __attribute__ ((__gnu_inline__)).
26302         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26303         Don't use __attribute__ ((__gnu_inline__)).
26305 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26307         [BZ #15423]
26308         * math/s_catan.c (__catan): Handle small real or imaginary part of
26309         input specially to avoid spurious underflow.
26310         * math/s_catanf.c (__catanf): Likewise.
26311         * math/s_catanh.c (__catanh): Likewise.
26312         * math/s_catanhf.c (__catanhf): Likewise.
26313         * math/s_catanhl.c (__catanhl): Likewise.
26314         * math/s_catanl.c (__catanl): Likewise.
26315         * math/libm-test.inc (catan_test): Add more tests.
26316         (catanh_test): Likewise.
26317         * sysdeps/i386/fpu/libm-test-ulps: Update.
26318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26320 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26322         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26324 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26326         [BZ #15416]
26327         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26328         accurately for denominator in atan2.
26329         * math/s_catanf.c (__catanf): Likewise.
26330         * math/s_catanh.c (__catanh): Likewise.
26331         * math/s_catanhf.c (__catanhf): Likewise.
26332         * math/s_catanhl.c (__catanhl): Likewise.
26333         * math/s_catanl.c (__catanl): Likewise.
26334         * math/libm-test.inc (catan_test): Add more tests.
26335         (catanh_test): Likewise.
26336         * sysdeps/i386/fpu/libm-test-ulps: Update.
26337         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26339 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26341         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26343         * benchtests/Makefile (bench): Remove slow benchmarks.
26344         * benchtests/atan-inputs: Add slow benchmark inputs.
26345         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26346         (BENCH_FUNC): Accept variant offset.
26347         (VARIANT): Define.
26348         * benchtests/bench-skeleton.c (main): Run benchmark for each
26349         variant.
26350         * benchtests/cos-inputs: Add slow benchmark inputs.
26351         * benchtests/exp-inputs: Likewise.
26352         * benchtests/pow-inputs: Likewise.
26353         * benchtests/sin-inputs: Likewise.
26354         * benchtests/slowatan-inputs: Remove.
26355         * benchtests/slowatan.c: Remove.
26356         * benchtests/slowcos-inputs: Remove.
26357         * benchtests/slowcos.c: Remove.
26358         * benchtests/slowexp-inputs: Remove.
26359         * benchtests/slowexp.c: Remove.
26360         * benchtests/slowpow-inputs: Remove.
26361         * benchtests/slowpow.c: Remove.
26362         * benchtests/slowsin-inputs: Remove.
26363         * benchtests/slowsin.c: Remove.
26364         * benchtests/slowtan-inputs: Remove.
26365         * benchtests/slowtan.c: Remove.
26366         * benchtests/tan-inputs: Add slow benchmark inputs.
26367         * scripts/bench.pl: Parse comments and directives.
26369         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26370         in CPPFLAGS.
26371         ($(objpfx)bench-%.c): Remove *-ITER.
26372         * benchtests/bench-modf.c: Remove definition of ITER.
26373         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26374         (main): Loop for DURATION seconds instead of fixed number of
26375         iterations.
26376         * scripts/bench.pl: Don't expect iterations in parameters.
26378 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26380         * io/fchdir.c (__fchdir): Renamed from fchdir.
26381         (fchdir): Define as weak alias.
26383 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26385         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26386         (ERRNO_EDOM): Likewise.
26387         (ERRNO_ERANGE): Likewise.
26388         (noErrnoTests): New variable.
26389         (init_max_error): Set errno to 0.
26390         (test_single_errno): New function.
26391         (test_errno): Likewise.
26392         (check_float_internal): Call test_errno.  Set errno to 0.
26393         (check_complex): Refer to errno tests in comment.
26394         (check_int): Call test_errno.  Set errno to 0.
26395         (check_long): Likewise.
26396         (check_bool): Likewise.
26397         (check_longlong): Likewise.
26398         (cos_test): Use ERRNO_* flags for errno tests instead of
26399         check_int.
26400         (expm1_test): Likewise.
26401         (fmod_test): Likewise.
26402         (ilogb_test): Likewise.
26403         (lgamma_test): Likewise.
26404         (pow_test): Likewise.
26405         (remainder_test): Likewise.
26406         (sin_test): Likewise.
26407         (tan_test): Likewise.
26408         (yn_test): Likewise.
26409         (initialize): Set errno to 0.
26410         (main): Print number of errno tests.
26411         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26413 2013-04-29  Andreas Jaeger  <aj@suse.de>
26415         [BZ #15084]
26416         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26417         and RES_USEVC.
26419         [BZ #15085]
26420         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26421         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26422         unimplemented.
26424         [BZ #15380]
26425         * stdlib/random.c (__initstate): Return NULL if
26426         __initstate fails.
26428         [BZ #15086]
26429         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26430         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26431         RES_SNGLKUPREOP.
26433 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26435         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26437 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26439         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26440         of individual tests.
26441         (casin_test): Likewise.
26442         (casinh_test): Likewise.
26444 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26446         [BZ #15409]
26447         * math/s_catan.c (__catan): Handle arguments with large real or
26448         imaginary part separately without squaring.
26449         * math/s_catanf.c (__catanf): Likewise.
26450         * math/s_catanh.c (__catanh): Likewise.
26451         * math/s_catanhf.c (__catanhf): Likewise.
26452         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26453         and redefine.
26454         (__catanhl): Handle arguments with large real or imaginary part
26455         separately without squaring.
26456         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26457         and redefine.
26458         (__catanl): Handle arguments with large real or imaginary part
26459         separately without squaring.
26460         * math/libm-test.inc (catan_test): Add more tests.
26461         (catanh_test): Likewise.
26462         * sysdeps/i386/fpu/libm-test-ulps: Update.
26463         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26465 2013-04-27  Andreas Jaeger  <aj@suse.de>
26467         [BZ #15007]
26468         * stdlib/stdlib.h: Update guards for qecvt.
26469         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26470         <stdlib.h>.
26472 2013-04-27  Allan McRae  <allan@archlinux.org>
26474         * sysdeps/i386/fpu/libm-test-ulps: Update.
26476 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26478         [BZ #15406]
26479         * math/s_catan.c: Include <float.h>.
26480         (__catan): Ensure underflow exception occurs for underflowed
26481         result.
26482         * math/s_catanf.c: Include <float.h>.
26483         (__catanf): Ensure underflow exception occurs for underflowed
26484         result.
26485         * math/s_catanh.c: Include <float.h>.
26486         (__catanh): Ensure underflow exception occurs for underflowed
26487         result.
26488         * math/s_catanhf.c: Include <float.h>.
26489         (__catanhf): Ensure underflow exception occurs for underflowed
26490         result.
26491         * math/s_catanhl.c: Include <float.h>.
26492         (__catanhl): Ensure underflow exception occurs for underflowed
26493         result.
26494         * math/s_catanl.c: Include <float.h>.
26495         (__catanl): Ensure underflow exception occurs for underflowed
26496         result.
26497         * math/libm-test.inc (catan_test): Add more tests.
26498         (catanh_test): Likewise.
26500         [BZ #15405]
26501         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26502         underflowed result.
26503         * math/s_ccoshf.c (__ccoshf): Likewise.
26504         * math/s_ccoshl.c (__ccoshl): Likewise.
26505         * math/s_csin.c (__csin): Likewise.
26506         * math/s_csinf.c (__csinf): Likewise.
26507         * math/s_csinh.c (__csinh): Likewise.
26508         * math/s_csinhf.c (__csinhf): Likewise.
26509         * math/s_csinhl.c (__csinhl): Likewise.
26510         * math/s_csinl.c (__csinl): Likewise.
26511         * math/libm-test.inc (ccos_test): Add more tests.
26512         (ccosh_test): Likewise.
26513         (csin_test): Likewise.
26514         (csinh_test): Likewise.
26516 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26518         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26519         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26520         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26521         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26522         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26523         powerpc/power5+/fpu folders.
26524         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26527 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26529         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26531 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26533         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26534         additions to variable.
26535         [$(config-machine) = x86_64] (modules-names): Likewise.
26536         ($(objpfx)tst-audit3): Remove dependency.
26537         ($(objpfx)tst-audit3.out): Likewise.
26538         ($(objpfx)tst-audit4): Likewise.
26539         ($(objpfx)tst-audit4.out): Likewise.
26540         ($(objpfx)tst-audit5): Likewise.
26541         ($(objpfx)tst-audit5.out): Likewise.
26542         ($(objpfx)tst-audit6): Likewise.
26543         ($(objpfx)tst-audit6.out): Likewise.
26544         ($(objpfx)tst-audit7): Likewise.
26545         ($(objpfx)tst-audit7.out): Likewise.
26546         (tst-audit3-ENV): Remove variable.
26547         (tst-audit4-ENV): Likewise.
26548         (tst-audit5-ENV): Likewise.
26549         (tst-audit6-ENV): Likewise.
26550         (tst-audit7-ENV): Likewise.
26551         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26552         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26553         addition to variable.
26554         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26555         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26556         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26557         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26558         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26559         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26560         tst-audit3, tst-audit4 and tst-audit5.
26561         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26562         tst-audit6 and tst-audit7.
26563         [$(subdir) = elf] (modules-names): Add audit modules for those
26564         tests.
26565         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26566         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26567         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26568         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26569         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26570         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26571         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26572         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26573         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26574         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26575         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26576         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26577         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26578         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26579         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26580         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26581         Likewise.
26582         [$(subdir) = elf && $(config-cflags-avx) = yes]
26583         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26584         [$(subdir) = elf && $(config-cflags-avx) = yes]
26585         (CFLAGS-tst-auditmod4a.c): Likewise.
26586         [$(subdir) = elf && $(config-cflags-avx) = yes]
26587         (CFLAGS-tst-auditmod4b.c): Likewise.
26588         [$(subdir) = elf && $(config-cflags-avx) = yes]
26589         (CFLAGS-tst-auditmod6b.c): Likewise.
26590         [$(subdir) = elf && $(config-cflags-avx) = yes]
26591         (CFLAGS-tst-auditmod6c.c): Likewise.
26592         [$(subdir) = elf && $(config-cflags-avx) = yes]
26593         (CFLAGS-tst-auditmod7b.c): Likewise.
26594         * elf/tst-audit3.c: Move to ...
26595         * sysdeps/x86_64/tst-audit3.c: ... here.
26596         * elf/tst-audit4.c: Move to ...
26597         * sysdeps/x86_64/tst-audit4.c: ... here.
26598         * elf/tst-audit5.c: Move to ...
26599         * sysdeps/x86_64/tst-audit5.c: ... here.
26600         * elf/tst-audit6.c: Move to ...
26601         * sysdeps/x86_64/tst-audit6.c: ... here.
26602         * elf/tst-audit7.c: Move to ...
26603         * sysdeps/x86_64/tst-audit7.c: ... here.
26604         * elf/tst-auditmod3a.c: Move to ...
26605         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26606         * elf/tst-auditmod3b.c: Move to ...
26607         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26608         * elf/tst-auditmod4a.c: Move to ...
26609         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26610         * elf/tst-auditmod4b.c: Move to ...
26611         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26612         * elf/tst-auditmod5a.c: Move to ...
26613         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26614         * elf/tst-auditmod5b.c: Move to ...
26615         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26616         * elf/tst-auditmod6a.c: Move to ...
26617         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26618         * elf/tst-auditmod6b.c: Move to ...
26619         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26620         * elf/tst-auditmod6c.c: Move to ...
26621         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26622         * elf/tst-auditmod7a.c: Move to ...
26623         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26624         * elf/tst-auditmod7b.c: Move to ...
26625         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26627 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26629         [BZ #15366]
26630         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26631         define unconditionally.
26632         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26633         define unconditionally.
26634         (INT8_C, INT16_C, etc.): Likewise.
26636 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26638         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26639         __ehdr_start with hidden visibility.
26641         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26643 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26645         * math/libm-test.inc (cos_test): Use accurate hex constants.
26646         (sincost_test): Likewise.
26648 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26650         * math/libm-test.inc (catan_test): Add more tests.
26651         (catanh_test): Likewise.
26653         * math/s_catanf.c (__catanf): Use suffixed floating-point
26654         constants.
26655         * math/s_catanhf.c (__catanhf): Likewise.
26656         * math/s_catanhl.c (__catanhl): Likewise.
26657         * math/s_catanl.c (__catanl): Likewise.
26659         [BZ #15394]
26660         * math/s_catan.c (__catan): Calculate imaginary part of result
26661         with log1p not log unless computing log of number close to 0.
26662         * math/s_catanf.c (__catanf): Likewise.
26663         * math/s_catanl.c (__catanl): Likewise.
26664         * math/s_catanh.c (__catanh): Calculate real part of result with
26665         log1p not log unless computing log of number close to 0.
26666         * math/s_catanhf.c (__catanhf): Likewise.
26667         * math/s_catanhl.c (__catanhl): Likewise.
26668         * math/libm-test.inc (catan_test): Add more tests.
26669         (catanh_test): Likewise.
26670         * sysdeps/i386/fpu/libm-test-ulps: Update.
26671         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26673 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26675         * benchtests/Makefile: Mention files in which fast and slow
26676         paths of math functions are implemented.
26678 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26680         * sysdeps/posix/timespec_get.c: New file.
26682 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26684         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26685         POWER.
26686         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26687         for POWER.
26688         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26689         powerpc/power5/fpu folders.
26690         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26691         * benchtests/Makefile: Add modf testcase.
26692         * benchtests/bench-modf.c: New file: Benchmark test for mo
26694 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26696         [BZ #14888]
26697         * time/Makefile (tests): Add tst-strptime-whitespace.
26698         * time/strptime_l.c (get_number): Use ISSPACE.
26699         (__strptime_internal): Likewise.
26700         * time/tst-strptime-whitespace.c: New test case.
26702 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26704         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26705         member.
26706         (_nss_files_init): Set it here.
26708 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26710         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26711         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26712         unsigned.
26714 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26716         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26718 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26720         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26721         size just once.
26723 2013-04-21  David S. Miller  <davem@davemloft.net>
26725         * po/ru.po: Update Russion translation from translation project.
26727 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26729         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26730         and setfsgid.
26732 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26734         * configure.in: Remove i386 configure warning. Remove i386 case.
26735         * configure: Regenerate.
26736         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26737         Add example to error message.
26738         * sysdeps/i386/configure: Regenerate.
26740 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26742         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26743         slowtan.
26744         * benchtests/cos-inputs: New file.
26745         * benchtests/slowcos-inputs: New file.
26746         * benchtests/slowcos.c: New file.
26747         * benchtests/slowtan-inputs: New file.
26748         * benchtests/slowtan.c: New file.
26749         * benchtests/tan-inputs: New file.
26751 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26753         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26754         considered kosher.
26756 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26758         * benchtests/Makefile: Include cppflags-iterator.mk to add
26759         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26761         * Makefile.in (bench-clean): New target.
26762         * benchtests/Makefile (bench-clean): Likewise.
26764 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26766         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26768 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26770         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26772 2013-04-15  Andreas Schwab  <schwab@suse.de>
26774         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26775         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26776         * nscd/pwdcache.c (cache_addpw): Likewise.
26777         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26778         more than recsize.
26780 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26782         * benchtests/Makefile (bench): Write all output to
26783         bench-out.tmp together.
26785 2013-04-15  Andreas Schwab  <schwab@suse.de>
26787         * nscd/nscd.c (main): Don't fork again after closing files.
26789 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26791         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26793         * benchtests/Rules (bench-deps): Collect dependencies into a
26794         single variable.  Add Makefile to dependencies.
26795         ($(objpfx)bench-%.c): Depend on bench-deps.
26797 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26798             Xavier Roche  <roche+kml2@exalead.com>
26800         [BZ #15361]
26801         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26802         just that it's a file descriptor.
26803         * manual/llio.texi (Synchronizing AIO Operations): Update description
26804         for EBADF error from aio_fsync.
26806 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26808         * Rules (bench): Move target definition...
26809         * benchtests/Makefile: ... here.
26811 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26813         * math/libm-test.inc (cos_test): Fix PI/2 test.
26814         (sincos_test): Likewise.
26815         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26816         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26818 2013-04-11  Andreas Schwab  <schwab@suse.de>
26820         [BZ #13988]
26821         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26822         accept exponent character only when digits were seen.
26823         * stdio-common/Makefile (tests): Add bug26.
26824         * stdio-common/bug26.c: New file.
26826         [BZ #14293]
26827         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26828         non-freeable.
26830 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26832         * Makeconfig (rtld-prefix): Define built linker prefix.
26833         * Rules (run-bench): Use it.
26834         * math/Makefile (run-regen-ulps): Likewise.
26836         * Rules (bench): Remove eval.
26838 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26839             Roland McGrath  <roland@hack.frob.com>
26840             Ondrej Bilka  <neleai@seznam.cz>
26842         [BZ #15346]
26843         * time/getdate.c: Include ctype.h and alloca.h.
26844         (__getdate_r): Trim leading and trailing spaces of input.
26845         * time/tst-getdate.c (tests): Add tests with leading and
26846         trailing spaces.
26848 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26850         [BZ #14280]
26851         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26852         when computing value.
26854 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26856         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26857         Use testrun.sh to run libm tests.
26859         [BZ #15309]
26860         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26862 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26864         [BZ #15264]
26865         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26867 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26869         * Makefile.in (regen-ulps): New target.
26870         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26871         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26872         [ifneq (no,$(PERL)] (regen-ulps): New target.
26873         [ifeq (no,$(PERL)] (regen-ulps): New target.
26874         * math/libm-test.inc (ulps_file_name): Define.
26875         (output_dir): New variable.
26876         (options): Add "output-dir" option.
26877         (parse_opt): Handle 'o' case.
26878         (main): If output_dir is non-NULL use it as a prefix
26879         otherwise use "".
26880         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26882 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26884         [BZ #10060, #10062]
26885         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26886         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26887         fail configure if __sync_val_compare_and_swap is not inlined.
26888         * sysdeps/i386/configure: Regenerate.
26889         * configure.in: Build for i686 when configured for i386.
26890         * configure: Regenerate.
26891         * README: Remove i386 reference.
26893 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26895         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26896         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26898 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26900         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26901         (lmsnanval): New variables.
26902         (F): Add conversion tests.
26903         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26904         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26906         * stdio-common/tstdiomisc.c (F): Properly collect individual
26907         tests' results.
26909         [BZ #14686, #15336]
26910         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26911         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26912         Instead, use input NaN values or generate a qNaN by arithmetic
26913         operation.  Also fix bugs to comply with the standard.
26914         * math/libm-test.inc (remainder_test): Add more tests.
26916         [BZ #15335, #15342]
26917         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26918         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26919         input NaN values or generate a qNaN by arithmetic operation.
26921         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26922         unreachable code.
26924         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26925         definitions.
26927 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26929         [BZ #14478]
26930         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26931         underflowed result.
26932         * math/s_cexpf.c (__cexpf): Likewise.
26933         * math/s_cexpl.c (__cexpl): Likewise.
26934         * math/libm-test.inc (cexp_test): Add more tests.
26936 2013-04-03  Andreas Schwab  <schwab@suse.de>
26938         [BZ #15330]
26939         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26940         order arrays from heap if bigger than alloca cutoff.
26942 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26944         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26945         (SNAN_TESTS_double): Refer to GCC PR56831.
26946         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26947         GCC PR56828.
26949 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26951         * Rules (bench): Move bench.out after the run is complete.
26953         * Rules (bench): Echo currently running benchmark.
26955         * benchtests/Makefile (bench): Add atan and slowatan.
26956         * benchtests/atan-inputs: New file.
26957         * benchtests/slowatan-inputs: New file.
26958         * benchtests/slowatan.c: New file.
26960         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26961         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26962         its value.
26964         [BZ #15305]
26965         * sysdeps/unix/sysv/linux/kernel-features.h
26966         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26967         __ASSUME_XFS_RESTRICTED_CHOWN.
26968         * sysdeps/unix/sysv/linux/pathconf.c
26969         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26970         Save and restore errno.
26972 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26974         [BZ #15327]
26975         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26976         arguments using __kernel_casinh.
26977         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26978         arguments using __kernel_casinhf.
26979         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26980         arguments using __kernel_casinhl.
26981         * math/libm-test.inc (cacosh_test): Add more tests.
26982         * sysdeps/i386/fpu/libm-test-ulps: Update.
26983         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26985 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26987         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26988         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26990         * bench/Makefile (bench): Add sin and slowsin.
26991         * benchtests/sin-inputs: New file.
26992         * benchtests/slowsin-inputs: New file.
26993         * benchtests/slowsin.c: New file.
26995         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26996         (bench): Add slowexp and slowpow.
26997         (exp-ITER): Increase iterations.
26998         (pow-ITER): Likewise.
26999         * benchtests/exp-inputs: Change input.
27000         * benchtests/pow-inputs: Likewise.
27001         * benchtests/slowexp-inputs: New file.
27002         * benchtests/slowexp.c: New file.
27003         * benchtests/slowpow-inputs: New file.
27004         * benchtests/slowpow.c: New file.
27006 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27008         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
27009         instructions.
27010         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
27011         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
27012         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
27013         * benchtests/Makefile: Add rint benchtest.
27014         * benchtests/rint-inputs: Input for rint benchtest.
27016 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
27018         * Versions.def (libm): Add GLIBC_2.18.
27019         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
27020         hidden libm prototypes.
27021         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
27022         * math/Makefile (libm-calls): Add s_issignaling.
27023         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
27024         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
27025         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
27026         declaration.
27027         * math/math.h [__USE_GNU] (issignaling): New macro.
27028         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
27029         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
27030         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
27031         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
27032         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
27033         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
27034         * manual/arith.texi (issignaling): New section.
27035         * manual/libm-err-tab.pl (@all_functions): Update comment.
27036         * math/gen-libm-test.pl (parse_args): Apply special handling for
27037         issignaling.
27038         * math/libm-test.inc (print_float, issignaling_test): New
27039         functions.
27040         (check_float_internal): Add issignaling checks.
27041         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
27042         default definition.
27043         * sysdeps/powerpc/math-tests.h: New file.
27044         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
27045         tests.
27046         * math/test-snan.c (TEST_FUNC): Likewise.
27048 2013-03-30  David S. Miller  <davem@davemloft.net>
27050         * po/de.po: Update from translation team.
27052 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
27054         [BZ #10357]
27055         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27056         imaginary part less than 1.0 and real part less than 0.5
27057         specially.
27058         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27059         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27060         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
27061         (cacos_test): Add more tests.
27062         (casin_test): Likewise.
27063         (casinh_test): Likewise.
27064         * sysdeps/i386/fpu/libm-test-ulps: Update.
27065         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27067 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27069         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
27070         ONE with its value.
27072         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
27073         (__pow_mp): Replace ONE and MONE with their values.
27074         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27075         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
27076         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27077         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
27078         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27079         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27081         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
27083         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
27084         (__pow_mp): Replace ZERO and MZERO with their values.
27085         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27086         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27087         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27088         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27089         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27090         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
27091         (__sqr): Likewise.
27093         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
27095         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
27097 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27099         * include/stdlib.h [!SHARED] (__call_tls_dtors):
27100         Declare with __attribute__ ((weak)).
27101         * stdlib/exit.c (__libc_atexit) [!SHARED]:
27102         Call __call_tls_dtors only if it's not NULL.
27104 2013-03-28  Roland McGrath  <roland@hack.frob.com>
27106         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
27107         didn't do it already, then set _dl_phdr and _dl_phnum based on the
27108         magic __ehdr_start linker symbol if it's defined.
27109         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
27110         them up here if it was already done.
27112         * elf/dl-support.c (_dl_phdr): Make pointer to const.
27113         (_dl_aux_init): Use const in cast when setting it.
27114         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
27115         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
27116         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
27118         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
27119         Declare them here.
27120         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
27121         * csu/libc-tls.c: Nor here.
27122         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
27124         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
27125         (__libc_message): Never call vsyslog.
27127 2013-03-28  Alan Modra  <amodra@gmail.com>
27129         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
27130         Define as empty.
27131         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
27132         Likewise.
27134 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27136         [BZ #15214]
27137         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
27138         underflow.
27139         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27141 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27143         [BZ #15304]
27144         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
27145         Don't add gid passed as argument.
27147         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
27149 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
27151         [BZ #15307]
27152         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27153         imaginary part between 1.0 and 1.5 and real part less than 0.5
27154         specially.
27155         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27156         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27157         * math/libm-test.inc (cacos_test): Add more tests.
27158         (casin_test): Likewise.
27159         (casinh_test): Likewise.
27160         * sysdeps/i386/fpu/libm-test-ulps: Update.
27161         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27163 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27165         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
27166         constants.
27167         (norm): Likewise.
27168         (denorm): Likewise.
27169         (__dbl_mp): Likewise.
27170         (add_magnitudes): Likewise.
27171         (sub_magnitudes): Likewise.
27172         (__add): Likewise.
27173         (__sub): Likewise.
27174         (__mul): Likewise.
27175         (__sqr): Likewise.
27176         (__inv): Likewise.
27177         (__dvd): Likewise.
27179         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
27180         commented code.
27181         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
27182         (__dubcos): Likewise.
27183         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
27184         (__ieee754_acos): Likewise.
27185         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
27186         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
27187         (__exp1): Likewise.
27188         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
27189         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
27190         (log1): Likewise.
27191         (my_log2): Likewise.
27192         (checkint): Likewise.
27193         * sysdeps/ieee754/dbl-64/e_remainder.c
27194         (__ieee754_remainder): Likewise.
27195         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
27196         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
27197         (bsloww): Likewise.
27198         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27200         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27201         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
27202         MANTISSA_STORE_T to store computations on mantissa.  Use
27203         macros for rounding and division.
27204         (denorm): Likewise.
27205         (__dbl_mp): Likewise.
27206         (add_magnitudes): Likewise.
27207         (sub_magnitudes): Likewise.
27208         (__mul): Likewise.
27209         (__sqr): Likewise.
27210         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27211         powers of two in terms of TWOPOW macro.
27212         (mp_no): Make type of mantissa as MANTISSA_T.
27213         [!RADIXI]: Define RADIXI.
27214         [!TWO52]: Define TWO52.
27215         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27217 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27219         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
27220         llroundl symbol when building for PPC32.
27222 2013-03-24  Mark H Weaver  <mhw@netris.org>
27224         * manual/arith.texi (Normalization Functions): Fix prototypes for
27225         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
27227 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27229         [BZ #13889]
27230         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
27231         high value to check if expl overflow.
27232         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
27233         to check for underflow and overflow.
27234         * math/libm-test.inc: Add exp test.
27236 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
27238         [BZ #11120]
27239         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
27240         with NOT_IN_libc.
27242 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27244         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
27245         symbol.
27247 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
27249         * math/gen-libm-test.pl (parse_args, special_functions): Properly
27250         wrap blocks consisting of several statements.
27252         * sysdeps/generic/math-tests.h: New file.
27253         * sysdeps/i386/fpu/math-tests.h: Likewise.
27254         * math/test-snan.c: Include it.
27255         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27257 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27259         [BZ #15285]
27260         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27261         (__ieee754_j0l): Do not improve calculations using cos of twice
27262         input for inputs above LDBL_MAX / 2.0L.
27263         (__ieee754_y0l): Likewise.
27264         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27265         (__ieee754_j1l): Do not improve calculations using cos of twice
27266         input for inputs above LDBL_MAX / 2.0L.
27267         (__ieee754_y1l): Likewise.
27268         * math/libm-test.inc (j0_test): Add another test.
27269         (j1_test): Likewise.
27270         (y0_test): Likewise.
27271         (y1_test): Likewise.
27272         * sysdeps/i386/fpu/libm-test-ulps: Update.
27274 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27276         * Rules ($(objpfx)bench-%.c): Include code from a C source
27277         file.
27279 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27281         [BZ #15287]
27282         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27283         imaginary part 1.0 and real part less than 0.5 specially.
27284         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27285         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27286         * math/libm-test.inc (cacos_test): Add more tests.
27287         (casin_test): Likewise.
27288         (casinh_test): Likewise.
27289         * sysdeps/i386/fpu/libm-test-ulps: Update.
27290         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27292 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27294         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27295         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27297 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27299         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27300         * config.make.in (config-cflags-sse4): Remove variable.
27301         (config-cflags-avx): Likewise.
27302         (config-cflags-sse2avx): Likewise.
27303         (config-cflags-novzeroupper): Likewise.
27304         (config-asflags-i686): Likewise.
27305         (have-mfma4): Likewise.
27306         (have-as-vis3): Likewise.
27307         (MIG): Likewise.
27308         * configure.in (MIG): Do not AC_SUBST.
27309         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27310         (libc_cv_cc_sse4): Do not AC_SUBST.
27311         (libc_cv_cc_avx): Likewise.
27312         (libc_cv_cc_sse2avx): Likewise.
27313         (libc_cv_cc_novzeroupper): Likewise.
27314         (libc_cv_cc_fma4): Likewise.
27315         (libc_cv_as_i686): Likewise.
27316         (libc_cv_sparc_as_vis3): Likewise.
27317         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27318         LIBC_CONFIG_VAR.
27319         (config-asflags-i686): Likewise.
27320         (config-cflags-avx): Likewise.
27321         (config-cflags-sse2avx): Likewise.
27322         (have-mfma4): Likewise.
27323         (config-cflags-novzeroupper): Likewise.
27324         * sysdeps/mach/configure.in (MIG): Likewise.
27325         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27326         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27327         LIBC_CONFIG_VAR.
27328         (config-cflags-avx): Likewise.
27329         (config-cflags-sse2avx): Likewise.
27330         (have-mfma4): Likewise.
27331         (config-cflags-novzeroupper): Likewise.
27332         * configure: Regenerated.
27333         * sysdeps/i386/configure: Likewise.
27334         * sysdeps/mach/configure: Likewise.
27335         * sysdeps/sparc/configure: Likewise.
27336         * sysdeps/x86_64/configure: Likewise.
27338 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27340         [BZ #14812]
27341         * locale/programs/localedef.c (options): Put N_ translation marker
27342         on argument names, not just descriptions.
27344 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27346         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27348 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27350         [BZ #14176]
27351         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27353 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27355         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27356         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27357         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27358         [!BEFORE_ABORT] (before_abort): New function.
27359         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27360         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27361         (writev_for_fatal): New function.
27362         (WRITEV_FOR_FATAL): New macro; call that.
27363         (backtrace_and_maps): New function.
27364         (BEFORE_ABORT): New macro; call that.
27365         (struct str_list): Type removed.
27366         (__libc_message, __libc_fatal): Functions removed.
27367         Include <sysdeps/posix/libc_fatal.c> instead.
27369 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27371         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27372         constants.
27373         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27374         double constants.
27376 2013-03-19  Andreas Schwab  <schwab@suse.de>
27378         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27379         * sysdeps/gnu/configure: Regenerate.
27381         * configure.in: Substitute libc_cv_rtlddir.
27382         * configure: Regenerate.
27383         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27384         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27385         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27386         * elf/Makefile (install-others, CFLAGS-interp.c)
27387         (ldso_install, common-ldd-rewrite): Likewise.
27388         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27389         $(inst_slibdir)/$(rtld-installed-name).
27390         * scripts/rellns-sh: Add -p option.
27391         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27392         for source.
27394 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27396         * manual/nptl.texi: Renamed to ...
27397         * manual/threads.texi: ... this.
27398         * manual/Makefile (chapters): Update.
27400 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27402         [BZ #14812]
27403         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27404         on argument names, not just descriptions.
27405         * malloc/memusagestat.c (options): Likewise.
27406         * nss/getent.c (options): Likewise.
27408 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27410         [BZ #14812]
27411         * iconv/iconv_prog.c (options): Put N_ translation marker
27412         on argument names, not just descriptions.
27413         * iconv/iconvconfig.c (options): Likewise.
27415 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27417         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27418         implementation which is faster on all x86_64 architectures.
27419         Tested on AMD, Intel Nehalem, SNB, IVB.
27420         * sysdeps/x86_64/strnlen.S: Likewise.
27422         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27423         Remove all multiarch strlen and strnlen versions.
27424         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27425         Remove strlen and strnlen related parts.
27427         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27428         Inline strlen part.
27429         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27431         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27432         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27433         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27434         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27435         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27436         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27438 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27440         * manual/memory.texi (Malloc Tunable Parameters):
27441         Sort parameters alphabetically. Add comments for missing entries.
27443 2013-03-17  David S. Miller  <davem@davemloft.net>
27445         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27447 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27449         [BZ #15283]
27450         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27451         for arguments at most half maximum finite value.
27452         * math/libm-test.inc (j0_test): Add more tests.
27453         (j1_test): Likewise.
27454         (y0_test): Likewise.
27455         (y1_test): Likewise.
27456         * sysdeps/i386/fpu/libm-test-ulps: Update.
27457         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27459         [BZ #14155]
27460         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27461         1 / x and functions P and Q for arguments above 0x1p256L.
27462         (__ieee754_y0l): Likewise.
27463         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27464         (__ieee754_y1l): Likewise.
27465         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27466         (j1_test): Likewise.
27467         (y0_test): Likewise.
27468         (y1_test): Likewise.
27470 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27472         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27473         variable.
27475 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27477         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27478         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27479         zero since it's initialized to EXEC_PAGESIZE.
27481         * sysdeps/unix/sysv/linux/ldsodefs.h
27482         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27483         * sysdeps/generic/ldsodefs.h: ... here.
27485 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27487         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27489         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27490         math/test-snan.c.
27491         * math/test-snan.c: Renamed from
27492         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27493         * math/Makefile (tests): Add test-snan.
27494         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27495         test-powerpc-snan.
27497         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27498         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27499         functions.
27500         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27501         __builtin_nan family of functions.
27502         * math/libm-test.inc (initialize): Initialize qnan_value with
27503         __builtin_nan family of functions.
27504         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27505         Remove variables.
27506         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27507         Remove functions.
27508         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27509         storage class.  Initialize qNaN_var and sNaN_var with
27510         __builtin_nan and __builtin_nans families of functions,
27511         respectively.
27513         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27514         (sqrt_test): Remove duplicate test with qNaN input.
27515         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27516         (round_test, signbit_test, significand_test): Note missing +/-Inf
27517         as well as qNaN tests.
27519         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27520         qNaN_var.  Fix a few strings, too.
27521         * math/libm-test.inc (nan_value): Rename to qnan_value.
27522         * math/gen-libm-test.pl (%beautify): Adjust to that.
27523         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27524         * math/test-misc.c (main): Likewise.
27525         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27526         to __qnan_bytes, and __qnan_union, respectively.
27527         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27528         Likewise.
27529         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27530         and lqnanval, respectively.
27531         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27532         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27533         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27534         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27536         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27537         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27538         doubles.
27540         * math/test-misc.c (main): Fix copy'n'pastos.
27541         * misc/tst-efgcvt.c (special): Likewise.
27543         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27544         Remove declarations.
27546 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27548         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27549         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27550         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27551         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27553 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27555         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27556         macro to return vdso values correctly in IFUNC implementations.
27557         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27558         Optimization by using IFUNC.
27560 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27561             Richard Henderson  <rth@redhat.com>
27562             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27564         * Makefile.in (bench): New target.
27565         * NEWS: Mention the benchmark framework.
27566         * Rules (bench): Likewise.
27567         (binaries-bench): Generate binaries for functions to
27568         benchmark.
27569         * benchtests/Makefile: New makefile for benchmark tests.
27570         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27571         programs.
27572         * benchtests/exp-inputs: New input file for EXP function.
27573         * benchtests/pow-inputs: New input file for POW function.
27574         * scripts/bench.pl: New script to generate source files for
27575         benchmark programs.
27577 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27579         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27580         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27581         computations on mantissa.  Use macros for rounding and
27582         division.
27583         (denorm): Likewise.
27584         (__dbl_mp): Likewise.
27585         (add_magnitudes): Likewise.
27586         (sub_magnitudes): Likewise.
27587         (__mul): Likewise.
27588         (__sqr): Likewise.
27589         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27590         powers of two in terms of TWOPOW macro.
27591         (mp_no): Make type of mantissa as MANTISSA_T.
27592         [!RADIXI]: Define RADIXI.
27593         [!TWO52]: Define TWO52.
27594         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27596         * manual/nptl.texi (cindex): Modify threads to pthreads.
27598 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27600         * sysdeps/x86_64/preconfigure: Regenerated.
27602 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27604         [BZ #14155]
27605         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27606         0x1p28 and above.
27607         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27608         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27609         0x1p28 and above.
27610         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27611         * math/libm-test.inc (j0_test): Do not allow one spurious
27612         underflow exception.
27613         (y1_test): Likewise.
27615 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27617         * manual/Makefile (chapters): Add nptl.
27618         * manual/debug.texi (Debugging Support): Add link to Threads
27619         chapter.
27620         * manual/nptl.texi: New file.
27622         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27624 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27626         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27627         for non-NULL pointer before the memory validity test. Pointed
27628         out by Holger Brunck <holger.brunck@keymile.com>.
27630 2013-03-13  Andreas Schwab  <schwab@suse.de>
27632         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27633         instead of .os.
27635 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27637         * timezone/zic.c: Update from tzcode 2013b.
27639 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27641         * manual/install.texi (Configuring and compiling):
27642         Mention i686 and i586.
27643         * INSTALL: Regenerate.
27645 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27647         * sysdeps/init_array/elf-init.c: New file.
27648         * csu/elf-init.c
27649         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27650         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27652         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27653         __gmon_start__ as global, but as static with a .preinit_array pointer.
27654         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27655         * sysdeps/init_array/crti.S: New file, empty except for comments.
27656         * sysdeps/init_array/crtn.S: Likewise.
27658 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27660         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27661         definining bcopy.
27662         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27663         Remove Prefer_SSE_for_memop.
27664         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27665         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27666         HAS_PREFER_SSE_FOR_MEMOP.
27667         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27668         memset-x86-64.
27669         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27670         Remove bzero, memset ifunc support.
27671         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27672         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27673         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27674         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27676 2013-03-11  Andreas Schwab  <schwab@suse.de>
27678         [BZ #15234]
27679         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27680         by SHLIB_COMPAT.
27681         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27682         (GLIBC_2.16): Remove pthread_atfork.
27684 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27686         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27687         (ptestcases.h): Likewise.
27689 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27691         * Makeconfig ($(common-objpfx)config.status): Depend on
27692         sysdeps/*/preconfigure{,.in} too.
27694 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27696         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27697         (__free_hook): Use void * instead of __malloc_ptr_t.
27698         (__malloc_hook): Likewise.
27699         (__realloc_hook): Likewise.
27700         (__memalign_hook): Likewise.
27701         (__after_morecore_hook): Likewise.
27702         * malloc/arena.c (save_malloc_hook): Likewise.
27703         (save_free_hook): Likewise.
27704         * malloc/hooks.c (malloc_hook_ini): Likewise.
27705         (realloc_hook_ini): Likewise.
27706         (memalign_hook_ini): Likewise.
27707         * malloc/malloc.c (malloc_hook_ini): Likewise.
27708         (realloc_hook_ini): Likewise.
27709         (memalign_hook_ini): Likewise.
27710         (__free_hook): Likewise.
27711         (__malloc_hook): Likewise.
27712         (__realloc_hook): Likewise.
27713         (__memalign_hook): Likewise.
27714         (__libc_malloc): Likewise.
27715         (__libc_free): Likewise.
27716         (__libc_realloc): Likewise.
27717         (__libc_memalign): Likewise.
27718         (__libc_valloc): Likewise.
27719         (__libc_pvalloc): Likewise.
27720         (__libc_calloc): Likewise.
27721         (__posix_memalign): Likewise.
27722         * malloc/morecore.c (__sbrk): Likewise.
27723         (__default_morecore): Likewise.
27725         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27727         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27728         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27729         __malloc_ptrdiff_t.
27731         * malloc/malloc.h (__malloc_size_t): Remove macro.
27732         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27733         __malloc_size_t.
27734         (old_memalign_hook): Likewise.
27735         (old_realloc_hook): Likewise.
27736         (struct hdr): Likewise.
27737         (flood): Likewise.
27738         (mallochook): Likewise.
27739         (memalignhook): Likewise.
27740         (reallochook): Likewise.
27741         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27742         (tr_old_realloc_hook): Likewise.
27743         (tr_old_memalign_hook): Likewise.
27744         (tr_mallochook): Likewise.
27745         (tr_reallochook): Likewise.
27746         (tr_memalignhook): Likewise.
27748 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27750         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27751         default_ldbl_pack and using as default implementation.
27752         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27753         implementation.
27754         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27755         redundant definition.
27756         (ldbl_insert_mantissa): Likewise.
27757         (ldbl_canonicalize): Likewise.
27758         (ldbl_nearbyint): Likewise.
27759         (ldbl_pack): Rename to ldbl_pack_ppc.
27760         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27761         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27762         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27764 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27766         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27767         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27768         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27769         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27770         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27771         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27772         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27773         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27775 2013-03-07  Andreas Jaeger  <aj@suse.de>
27777         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27778         bits/mman-linux.h.
27780 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27782         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27783         Include mpa.h and declare __MPEXP.
27784         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27785         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27786         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27787         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27788         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27789         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27790         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27792         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27793         (__slowpow): Use long double EXPL and LOGL functions to
27794         compute POW.
27795         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27796         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27797         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27798         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27799         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27800         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27802         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27803         intermediate variable to calculate exponent.
27804         (__sqr): Likewise.
27805         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27806         Likewise.
27807         (__sqr): Likewise.
27809         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27810         [!NO__SQR]: Define __sqr.
27811         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27812         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27813         sysdeps/ieee754/dbl-64/mpa.c.
27814         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27816         [BZ #12723]
27817         * posix/Makefile (tests): Add tst-pathconf.
27818         * posix/tst-pathconf.c: New test case.
27819         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27820         _PC_PIPE_BUF.
27821         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27823 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27825         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27827 2013-03-06  Andreas Jaeger  <aj@suse.de>
27829         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27830         definition via __MAP_ANONYMOUS.
27832         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27833         it's not part of Linux headers.
27835         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27836         (MAP_HUGE_MASK): Define.
27838         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27839         Define.
27840         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27841         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27842         Define.
27843         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27844         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27845         Define.
27846         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27847         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27848         Define.
27849         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27851         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27852         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27853         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27854         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27855         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27856         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27858         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27859         Handle f2fs.
27861         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27862         Handle f2fs and efivarfs.
27864         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27865         f2fs.
27867         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27868         (EFIVARFS_MAGIC): Add.
27869         (F2FS_LINK_MAX): Add.
27871 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27873         * stdio-common/vfprintf.c: Replace __builtin_expect with
27874         __glibc_unlikely.
27876 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27878         [BZ #13550]
27879         * sysdeps/generic/bp-sym.h: Remove file.
27880         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27881         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27882         <bp-sym.h> and <bp-asm.h>.
27883         (__longjmp): Don't use BP_SYM.
27884         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27885         and <bp-asm.h>.
27886         (memcpy): Don't use BP_SYM.
27887         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27888         <bp-sym.h> and <bp-asm.h>.
27889         (memcpy): Don't use BP_SYM.
27890         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27891         <bp-asm.h>.
27892         (memcpy): Don't use BP_SYM.
27893         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27894         <bp-asm.h>.
27895         (memset): Don't use BP_SYM.
27896         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27897         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27898         (__bzero): Don't use BP_SYM.
27899         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27900         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27901         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27902         <bp-sym.h> and <bp-asm.h>.
27903         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27904         pointers.
27905         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27906         <bp-sym.h> and <bp-asm.h>.
27907         (memcpy): Don't use BP_SYM.
27908         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27909         <bp-sym.h> and <bp-asm.h>.
27910         (memset): Don't use BP_SYM.
27911         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27912         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27913         (__bzero): Don't use BP_SYM.
27914         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27915         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27916         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27917         <bp-sym.h> and <bp-asm.h>.
27918         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27919         pointers.
27920         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27921         <bp-sym.h> and <bp-asm.h>.
27922         (memcpy): Don't use BP_SYM.
27923         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27924         <bp-sym.h> and <bp-asm.h>.
27925         (memset): Don't use BP_SYM.
27926         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27927         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27928         (__bzero): Don't use BP_SYM.
27929         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27930         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27931         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27932         <bp-sym.h> and <bp-asm.h>.
27933         (__memchr): Don't use BP_SYM.
27934         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27935         <bp-sym.h> and <bp-asm.h>.
27936         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27937         pointers.
27938         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27939         <bp-sym.h> and <bp-asm.h>.
27940         (memcpy): Don't use BP_SYM.
27941         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27942         <bp-sym.h> and <bp-asm.h>.
27943         (__mempcpy): Don't use BP_SYM.
27944         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27945         <bp-sym.h> and <bp-asm.h>.
27946         (__memrchr): Don't use BP_SYM.
27947         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27948         <bp-sym.h> and <bp-asm.h>.
27949         (memset): Don't use BP_SYM.
27950         (__bzero): Likewise.
27951         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27952         <bp-sym.h> and <bp-asm.h>.
27953         (__rawmemchr): Don't use BP_SYM.
27954         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27955         <bp-sym.h> and <bp-asm.h>.
27956         (__STRCMP): Don't use BP_SYM.
27957         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27958         <bp-sym.h> and <bp-asm.h>.
27959         (strchr): Don't use BP_SYM.
27960         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27961         <bp-sym.h> and <bp-asm.h>.
27962         (__strchrnul): Don't use BP_SYM.
27963         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27964         <bp-sym.h> and <bp-asm.h>.
27965         (strlen): Don't use BP_SYM.
27966         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27967         <bp-sym.h> and <bp-asm.h>.
27968         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27969         pointers.
27970         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27971         <bp-sym.h> and <bp-asm.h>.
27972         (__strnlen): Don't use BP_SYM.
27973         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27974         <bp-sym.h> and <bp-asm.h>.
27975         (__GI__setjmp): Don't use BP_SYM.
27976         (_setjmp): Likewise.
27977         (__sigsetjmp): Likewise.
27978         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27979         (L(start_addresses)): Don't use BP_SYM.
27980         (_start): Likewise.
27981         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27982         <bp-asm.h>.
27983         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27984         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27985         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27986         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27987         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27988         <bp-asm.h>.
27989         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27990         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27991         about bounded pointers.
27992         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27993         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27994         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27995         <bp-asm.h>.
27996         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27997         about bounded pointers.  Remove GKM FIXME comments.
27998         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27999         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
28000         <bp-asm.h>.
28001         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
28002         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
28003         Remove GKM FIXME comments.
28004         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28005         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28006         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
28007         <bp-asm.h>.
28008         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
28009         about bounded pointers.  Remove GKM FIXME comment.
28010         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
28011         and <bp-asm.h>.
28012         (strncmp): Don't use BP_SYM.  Remove comment about bounded
28013         pointers.
28014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
28015         <bp-sym.h> and <bp-asm.h>.
28016         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
28018         <bp-sym.h> and <bp-asm.h>.
28019         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28020         comment.
28022 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
28024         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
28025         call free(NULL).
28027 2013-03-05  David S. Miller  <davem@davemloft.net>
28029         * po/es.po: Update from translation team.
28031 2013-03-05  Andreas Jaeger  <aj@suse.de>
28033         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
28034         <bits/mman-linux.h>.
28035         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28036         is fine.
28037         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
28038         <bits/mman-linux.h> to end of file.
28039         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28040         is fine.
28041         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
28042         <bits/mman-linux.h> to end of file.
28043         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
28044         is fine.
28045         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
28046         <bits/mman-linux.h> to end of file.
28048         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
28049         (MCL_CURRENT, MCL_FUTURE): Define here.
28051 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28053         [BZ #15232]
28054         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
28055         attribute_hidden.
28056         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
28058 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28060         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
28061         fourth parameter needed for rt_sigprocmask syscall.
28062         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
28063         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
28064         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
28065         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
28066         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
28067         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
28069 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
28071         [BZ #13550]
28072         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
28073         comment about bounded pointers.
28074         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
28075         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
28077 2013-03-04  Andreas Jaeger  <aj@suse.de>
28079         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
28080         common definitions.
28082         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
28083         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
28084         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
28085         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
28086         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
28087         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
28089 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28091         [BZ #15055]
28092         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
28093         __ieee754_sqrl instead of __sqrl.
28095 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
28097         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
28098         * sysdeps/powerpc/fpu_control.h: ... here.
28099         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
28100         * sysdeps/powerpc/bits/fenvinline.h: ... here.
28101         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
28102         * sysdeps/powerpc/bits/mathinline.h: ... here.
28104 2013-03-01  Roland McGrath  <roland@hack.frob.com>
28106         * elf/dl-hwcaps.c (_dl_important_hwcaps):
28107         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
28108         to just [NEED_DL_SYSINFO_DSO].
28109         * elf/dl-support.c: Likewise.
28110         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
28111         * elf/rtld.c (dl_main): Likewise.
28112         * elf/setup-vdso.h (setup_vdso): Likewise.
28113         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
28114         * sysdeps/unix/sysv/linux/dl-sysdep.c
28115         (_dl_discover_osversion): Likewise.
28117 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
28119         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
28120         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28122 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
28124         * NEWS: Mention libm performance improvements and non-x86 PI
28125         futex support.
28127         * csu/libc-start.c (__pthread_initialize_minimal): Change
28128         function arguments.
28129         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
28131 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
28133         [BZ #13550]
28134         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
28135         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
28136         <bp-sym.h> and <bp-asm.h>.
28137         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28138         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
28139         and <bp-asm.h>.
28140         (memcpy): Don't use BP_SYM.
28141         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
28142         <bp-asm.h>.
28143         (__mpn_add_n): Don't use BP_SYM.
28144         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
28145         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
28146         and <bp-asm.h>.
28147         (__mpn_addmul_1): Don't use BP_SYM.
28148         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28149         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
28150         <bp-sym.h>.
28151         (_setjmp): Don't use BP_SYM.
28152         (__novmx_setjmp): Likewise.
28153         (__GI__setjmp): Likewise.
28154         (__vmx_setjmp): Likewise.
28155         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
28156         <bp-sym.h>.
28157         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
28158         (__bzero): Don't use BP_SYM.
28159         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
28160         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
28161         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
28162         <bp-sym.h> and <bp-asm.h>.
28163         (memcpy): Don't use BP_SYM.
28164         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
28165         <bp-sym.h> and <bp-asm.h>.
28166         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28167         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
28168         <bp-sym.h> and <bp-asm.h>.
28169         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
28170         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
28171         <bp-asm.h>.
28172         (__mpn_lshift): Don't use BP_SYM.
28173         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28174         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
28175         <bp-asm.h>.
28176         (memset): Don't use BP_SYM.
28177         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
28178         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
28179         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
28180         <bp-asm.h>.
28181         (__mpn_mul_1): Don't use BP_SYM.
28182         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28183         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
28184         <bp-sym.h> and <bp-asm.h>.
28185         (memcmp): Don't use BP_SYM.
28186         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
28187         <bp-sym.h> and <bp-asm.h>.
28188         (memcpy): Don't use BP_SYM.
28189         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
28190         <bp-sym.h> and <bp-asm.h>.
28191         (memset): Don't use BP_SYM.
28192         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
28193         <bp-sym.h> and <bp-asm.h>.
28194         (strncmp): Don't use BP_SYM.
28195         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
28196         <bp-sym.h> and <bp-asm.h>.
28197         (memcpy): Don't use BP_SYM.
28198         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
28199         <bp-sym.h> and <bp-asm.h>.
28200         (memset): Don't use BP_SYM.
28201         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
28202         <bp-sym.h> and <bp-asm.h>.
28203         (__memchr): Don't use BP_SYM.
28204         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
28205         <bp-sym.h> and <bp-asm.h>.
28206         (memcmp): Don't use BP_SYM.
28207         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
28208         <bp-sym.h> and <bp-asm.h>.
28209         (memcpy): Don't use BP_SYM.
28210         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
28211         <bp-sym.h> and <bp-asm.h>.
28212         (__mempcpy): Don't use BP_SYM.
28213         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
28214         <bp-sym.h> and <bp-asm.h>.
28215         (__memrchr): Don't use BP_SYM.
28216         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
28217         <bp-sym.h> and <bp-asm.h>.
28218         (memset): Don't use BP_SYM.
28219         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
28220         <bp-sym.h> and <bp-asm.h>.
28221         (__rawmemchr): Don't use BP_SYM.
28222         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
28223         <bp-sym.h> and <bp-asm.h>.
28224         (__STRCMP): Don't use BP_SYM.
28225         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
28226         <bp-sym.h> and <bp-asm.h>.
28227         (strchr): Don't use BP_SYM.
28228         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
28229         <bp-sym.h> and <bp-asm.h>.
28230         (__strchrnul): Don't use BP_SYM.
28231         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
28232         <bp-sym.h> and <bp-asm.h>.
28233         (strlen): Don't use BP_SYM.
28234         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
28235         <bp-sym.h> and <bp-asm.h>.
28236         (strncmp): Don't use BP_SYM.
28237         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
28238         <bp-sym.h> and <bp-asm.h>.
28239         (__strnlen): Don't use BP_SYM.
28240         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
28241         <bp-asm.h>.
28242         (__mpn_rshift): Don't use BP_SYM.
28243         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28244         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
28245         <bp-sym.h> and <bp-asm.h>.
28246         (__sigsetjmp): Don't use BP_SYM.
28247         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
28248         (L(start_addresses)): Don't use BP_SYM.
28249         (_start): Likewise.
28250         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
28251         <bp-asm.h>.
28252         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28253         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28254         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28255         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28256         <bp-asm.h>.
28257         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28258         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28259         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28260         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28261         <bp-asm.h>.
28262         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28263         comments.
28264         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28265         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28266         <bp-asm.h>.
28267         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28268         FIXME comments.
28269         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28270         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28271         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28272         <bp-asm.h>.
28273         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28274         comment.
28275         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28276         and <bp-asm.h>.
28277         (strncmp): Don't use BP_SYM,
28278         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28279         <bp-asm.h>.
28280         (__mpn_sub_n): Don't use BP_SYM.
28281         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28282         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28283         and <bp-asm.h>.
28284         (__mpn_submul_1): Don't use BP_SYM.
28285         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28287         <bp-sym.h> and <bp-asm.h>.
28288         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28290         <bp-sym.h> and <bp-asm.h>.
28291         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28292         comment.
28294 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28296         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28297         Use ZK to minimize writes to Z.
28298         (sub_magnitudes): Simplify code a bit.
28299         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28300         Use ZK to minimize writes to Z.
28301         (sub_magnitudes): Simplify code a bit.
28303 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28305         * csu/gmon-start.c: Add special exception to license text.
28307 2013-02-27  Richard Henderson  <rth@redhat.com>
28309         * scripts/config.guess: Update from config.git.
28310         * scripts/config.sub: Likewise.
28312 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28314         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28316         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28318         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28320         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28322         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28324 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28326         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28327         [$(build-shared = yes].
28329 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28331         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28332         (__mul): Reduce iterations for calculating mantissa.
28334         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28335         MPTWO.
28336         (__mpranred): Likewise.
28338         [BZ #15160]
28339         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28340         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28342 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28344         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28345         Define __attribute__.
28347 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28349         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28350         unused.
28351         * posix/regex_internal.h (__attribute): Remove.
28352         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28353         (re_string_context_at): Likewise.
28354         (bitset_not): Use __attribute__ and mark function as possibly
28355         unused.
28356         (bitset_merge): Likewise.
28357         (bitset_mask): Likewise.
28358         (re_string_char_size_at): Likewise.
28359         (re_string_wchar_at): Likewise.
28360         (re_string_elem_size_at): Likewise.
28362 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28364         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28365         code.
28366         (cc32): Likewise.
28368         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28369         (__acr): Likewise.
28370         (__cpy): Likewise.
28371         (norm): Likewise.
28372         (denorm): Likewise.
28373         (__dbl_mp): Likewise.
28374         (add_magnitudes): Likewise.
28375         (sub_magnitudes): Likewise.
28376         (__mul): Likewise.
28377         (__inv): Likewise.
28379         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28380         style.
28382         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28383         style.
28385         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28386         code.
28388         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28389         up changes with default code.
28390         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28391         Likewise.
28393 2013-02-24  Allan McRae  <allan@archlinux.org>
28395         * manual/socket.texi (The Internet Namespace): Order menu items
28396         to match that in the file.
28398         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28399         node listing of the info page menu.
28401 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28403         [BZ #13550]
28404         * sysdeps/i386/bp-asm.h: Remove file.
28405         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28406         (PARMS): Do not use macros from bp-asm.h.
28407         (S1): Likewise.
28408         (S2): Likewise.
28409         (SIZE): Likewise.
28410         (__mpn_add_n): Do not use BP_SYM
28411         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28412         "bp-asm.h".
28413         (PARMS): Do not use macros from bp-asm.h.
28414         (S1): Likewise.
28415         (SIZE): Likewise.
28416         (__mpn_addmul_1): Do not use BP_SYM
28417         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28418         "bp-asm.h".
28419         (PARMS): Do not use macros from bp-asm.h.
28420         (SIGMSK): Likewise.
28421         (_setjmp): Likewise.  Do not use BP_SYM.
28422         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28423         "bp-asm.h".
28424         (PARMS): Do not use macros from bp-asm.h.
28425         (SIGMSK): Likewise.
28426         (setjmp): Likewise.  Do not use BP_SYM.
28427         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28428         "bp-asm.h".
28429         (PARMS): Do not use macros from bp-asm.h.
28430         (__frexp): Do not use BP_SYM.
28431         (frexp): Likewise.
28432         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28433         "bp-asm.h".
28434         (PARMS): Do not use macros from bp-asm.h.
28435         (__frexpf): Do not use BP_SYM.
28436         (frexpf): Likewise.
28437         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28438         "bp-asm.h".
28439         (PARMS): Do not use macros from bp-asm.h.
28440         (__frexpl): Do not use BP_SYM.
28441         (frexpl): Likewise.
28442         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28443         "bp-asm.h".
28444         (PARMS): Do not use macros from bp-asm.h.
28445         (__remquo): Do not use BP_SYM.
28446         (remquo): Likewise.
28447         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28448         "bp-asm.h".
28449         (PARMS): Do not use macros from bp-asm.h.
28450         (__remquof): Do not use BP_SYM.
28451         (remquof): Likewise.
28452         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28453         "bp-asm.h".
28454         (PARMS): Do not use macros from bp-asm.h.
28455         (__remquol): Do not use BP_SYM.
28456         (remquol): Likewise.
28457         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28458         "bp-asm.h".
28459         (PARMS): Do not use macros from bp-asm.h.
28460         (DEST): Likewise.
28461         (SRC): Likewise.
28462         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28463         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28464         "bp-asm.h".
28465         (PARMS): Do not use macros from bp-asm.h.
28466         (strlen): Do not use BP_SYM.
28467         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28468         "bp-asm.h".
28469         (PARMS): Do not use macros from bp-asm.h.
28470         (S1): Likewise.
28471         (S2): Likewise.
28472         (SIZE): Likewise.
28473         (__mpn_add_n): Do not use BP_SYM.
28474         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28475         "bp-asm.h".
28476         (PARMS): Do not use macros from bp-asm.h.
28477         (S1): Likewise.
28478         (SIZE): Likewise.
28479         (__mpn_addmul_1): Do not use BP_SYM.
28480         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28481         weak_alias.
28482         (bzero): Likewise.
28483         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28484         "bp-asm.h".
28485         (PARMS): Do not use macros from bp-asm.h.
28486         (S): Likewise.
28487         (SIZE): Likewise.
28488         (__mpn_lshift): Do not use BP_SYM.
28489         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28490         "bp-asm.h".
28491         (PARMS): Do not use macros from bp-asm.h.
28492         (DEST): Likewise.
28493         (SRC): Likewise.
28494         (LEN): Likewise.
28495         (memcpy): Likewise.  Do not use BP_SYM.
28496         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28497         libc_hidden_def and weak_alias.
28498         (mempcpy): Do not use BP_SYM in weak_alias.
28499         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28500         "bp-asm.h".
28501         (PARMS): Do not use macros from bp-asm.h.
28502         (DEST): Likewise.
28503         (LEN): Likewise.
28504         [!BZERO_P] (CHR): Likewise.
28505         (memset): Likewise.  Do not use BP_SYM.
28506         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28507         "bp-asm.h".
28508         (PARMS): Do not use macros from bp-asm.h.
28509         (S1): Likewise.
28510         (SIZE): Likewise.
28511         (__mpn_mul_1): Do not use BP_SYM.
28512         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28513         "bp-asm.h".
28514         (PARMS): Do not use macros from bp-asm.h.
28515         (S): Likewise.
28516         (SIZE): Likewise.
28517         (__mpn_rshift): Do not use BP_SYM.
28518         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28519         "bp-asm.h".
28520         (PARMS): Do not use macros from bp-asm.h.
28521         (STR): Likewise.
28522         (CHR): Likewise.
28523         (strchr): Likewise.  Do not use BP_SYM.
28524         (index): Do not use BP_SYM in weak_alias.
28525         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28526         "bp-asm.h".
28527         (PARMS): Do not use macros from bp-asm.h.
28528         (DEST): Likewise.
28529         (SRC): Likewise.
28530         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28531         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28532         "bp-asm.h".
28533         (PARMS): Do not use macros from bp-asm.h.
28534         (strlen): Do not use BP_SYM.
28535         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28536         "bp-asm.h".
28537         (PARMS): Do not use macros from bp-asm.h.
28538         (S1): Likewise.
28539         (S2): Likewise.
28540         (SIZE): Likewise.
28541         (__mpn_sub_n): Do not use BP_SYM.
28542         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28543         "bp-asm.h".
28544         (PARMS): Do not use macros from bp-asm.h.
28545         (S1): Likewise.
28546         (SIZE): Likewise.
28547         (__mpn_submul_1): Do not use BP_SYM.
28548         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28549         "bp-asm.h".
28550         (PARMS): Do not use macros from bp-asm.h.
28551         (S1): Likewise.
28552         (S2): Likewise.
28553         (SIZE): Likewise.
28554         (__mpn_add_n): Do not use BP_SYM.
28555         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28556         weak_alias.
28557         (bzero): Likewise.
28558         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28559         "bp-asm.h".
28560         (PARMS): Do not use macros from bp-asm.h.
28561         (BLK2): Likewise.
28562         (LEN): Likewise.
28563         (memcmp): Do not use BP_SYM.
28564         (bcmp): Do not use BP_SYM in weak_alias.
28565         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28566         "bp-asm.h".
28567         (PARMS): Do not use macros from bp-asm.h.
28568         (DEST): Likewise.
28569         (SRC): Likewise.
28570         (LEN): Likewise.
28571         (memcpy): Likewise.  Do not use BP_SYM.
28572         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28573         "bp-asm.h".
28574         (PARMS): Do not use macros from bp-asm.h.
28575         (DEST): Likewise.
28576         (SRC): Likewise.
28577         (LEN): Likewise.
28578         (memmove): Likewise.  Do not use BP_SYM.
28579         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28580         "bp-asm.h".
28581         (PARMS): Do not use macros from bp-asm.h.
28582         (DEST): Likewise.
28583         (SRC): Likewise.
28584         (LEN): Likewise.
28585         (__mempcpy): Likewise.  Do not use BP_SYM.
28586         (mempcpy): Do not use BP_SYM in weak_alias.
28587         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28588         "bp-asm.h".
28589         (PARMS): Do not use macros from bp-asm.h.
28590         (DEST): Likewise.
28591         (LEN): Likewise.
28592         [!BZERO_P] (CHR): Likewise.
28593         (memset): Likewise.  Do not use BP_SYM.
28594         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28595         "bp-asm.h".
28596         (PARMS): Do not use macros from bp-asm.h.
28597         (STR2): Likewise.
28598         (strcmp): Do not use BP_SYM.
28599         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28600         "bp-asm.h".
28601         (PARMS): Do not use macros from bp-asm.h.
28602         (STR): Likewise.
28603         (DELIM): Likewise.
28604         [USE_AS_STRTOK_R] (SAVE): Likewise.
28605         (FUNCTION): Likewise.  Do not use BP_SYM.
28606         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28607         aliases.
28608         (strtok_r): Likewise.
28609         (__GI___strtok_r): Likewise.
28610         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28611         (PARMS): Do not use macros from bp-asm.h.
28612         (S): Likewise.
28613         (SIZE): Likewise.
28614         (__mpn_lshift): Do not use BP_SYM.
28615         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28616         (PARMS): Do not use macros from bp-asm.h.
28617         (STR): Likewise.
28618         (CHR): Likewise.
28619         (__memchr): Do not use BP_SYM.
28620         (memchr): Do not use BP_SYM in weak_alias.
28621         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28622         (PARMS): Do not use macros from bp-asm.h.
28623         (BLK2): Likewise.
28624         (LEN): Likewise.
28625         (memcmp): Do not use BP_SYM.
28626         (bcmp): Do not use BP_SYM in weak_alias.
28627         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28628         (PARMS): Do not use macros from bp-asm.h.
28629         (S1): Likewise.
28630         (SIZE): Likewise.
28631         (__mpn_mul_1): Do not use BP_SYM.
28632         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28633         "bp-asm.h".
28634         (PARMS): Do not use macros from bp-asm.h.
28635         (STR): Likewise.
28636         (CHR): Likewise.
28637         (__rawmemchr): Do not use BP_SYM.
28638         (rawmemchr): Do not use BP_SYM in weak_alias.
28639         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28640         (PARMS): Do not use macros from bp-asm.h.
28641         (S): Likewise.
28642         (SIZE): Likewise.
28643         (__mpn_rshift): Do not use BP_SYM.
28644         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28645         (PARMS): Do not use macros from bp-asm.h.
28646         (SIGMSK): Likewise.
28647         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28648         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28649         (_start): Do not use BP_SYM.
28650         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28651         (PARMS): Do not use macros from bp-asm.h.
28652         (DEST): Likewise.
28653         (SRC): Likewise.
28654         (__stpcpy): Likewise.  Do not use BP_SYM.
28655         (stpcpy): Do not use BP_SYM in weak_alias.
28656         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28657         "bp-asm.h".
28658         (PARMS): Do not use macros from bp-asm.h.
28659         (DEST): Likewise.
28660         (SRC): Likewise.
28661         (LEN): Likewise.
28662         (__stpncpy): Likewise.  Do not use BP_SYM.
28663         (stpncpy): Do not use BP_SYM in weak_alias.
28664         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28665         (PARMS): Do not use macros from bp-asm.h.
28666         (STR): Likewise.
28667         (CHR): Likewise.
28668         (strchr): Likewise.  Do not use BP_SYM.
28669         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28670         "bp-asm.h".
28671         (PARMS): Do not use macros from bp-asm.h.
28672         (STR): Likewise.
28673         (CHR): Likewise.
28674         (__strchrnul): Likewise.  Do not use BP_SYM.
28675         (strchrnul): Do not use BP_SYM in weak_alias.
28676         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28677         "bp-asm.h".
28678         (PARMS): Do not use macros from bp-asm.h.
28679         (STOP): Likewise.
28680         (strcspn): Do not use BP_SYM.
28681         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28682         "bp-asm.h".
28683         (PARMS): Do not use macros from bp-asm.h.
28684         (STR): Likewise.
28685         (STOP): Likewise.
28686         (strpbrk): Likewise.  Do not use BP_SYM.
28687         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28688         "bp-asm.h".
28689         (PARMS): Do not use macros from bp-asm.h.
28690         (STR): Likewise.
28691         (CHR): Likewise.
28692         (strrchr): Likewise.  Do not use BP_SYM.
28693         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28694         (PARMS): Do not use macros from bp-asm.h.
28695         (SKIP): Likewise.
28696         (strspn): Do not use BP_SYM.
28697         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28698         (PARMS): Do not use macros from bp-asm.h.
28699         (STR): Likewise.
28700         (DELIM): Likewise.
28701         (SAVE): Likewise.
28702         (FUNCTION): Likewise.  Do not use BP_SYM.
28703         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28704         aliases.
28705         (strtok_r): Likewise.
28706         (__GI___strtok_r): Likewise.
28707         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28708         (PARMS): Do not use macros from bp-asm.h.
28709         (S1): Likewise.
28710         (S2): Likewise.
28711         (SIZE): Likewise.
28712         (__mpn_sub_n): Do not use BP_SYM.
28713         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28714         "bp-asm.h".
28715         (PARMS): Do not use macros from bp-asm.h.
28716         (S1): Likewise.
28717         (SIZE): Likewise.
28718         (__mpn_submul_1): Do not use BP_SYM.
28719         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28720         <bp-sym.h>.
28721         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28722         and <bp-asm.h>.
28723         (PARMS): Do not use macros from bp-asm.h.
28724         (FLAGS): Likewise.
28725         (PTID): Likewise.
28726         (TLS): Likewise.
28727         (CTID): Likewise.
28728         (__clone): Do not use BP_SYM.
28729         (clone): Do not use BP_SYM in weak_alias.
28730         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28731         and <bp-asm.h>.
28732         (PARMS): Do not use macros from bp-asm.h.
28733         (LEN): Likewise.
28734         (__mmap64): Do not use BP_SYM.
28735         (mmap64): Do not use BP_SYM in weak_alias.
28736         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28737         <bp-sym.h> and <bp-asm.h>.
28738         (PARMS): Do not use macros from bp-asm.h.
28739         (__posix_fadvise64_l64): Do not use BP_SYM.
28740         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28741         (PARMS): Do not use macros from bp-asm.h.
28742         (NSOPS): Likewise.
28743         (semtimedop): Do not use BP_SYM.
28744         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28745         and <bp-asm.h>.
28747 2013-02-21  Allan McRae  <allan@archlinux.org>
28749         * manual/message.texi (Charset conversion in gettext):
28750         Move @end statement to beginning of line.
28752 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28754         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28755         static.
28756         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28757         Likewise.
28759         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28760         (denorm): Likewise.
28761         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28762         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28764 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28766         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28767         tail-call to the resolved function if pltexit isn't needed.
28769 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28771         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28772         or Y being zero as being unlikely.
28773         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28774         Likewise.
28776 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28778         * manual/nss.texi (System Databases and Name Service Switch):
28779         Remove frobnicate @pxref.
28781 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28783         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28784         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28786 2013-02-20  Petr Machata  <pmachata@redhat.com>
28788         * elf/elf.h (R_ARM_TARGET1): New macro.
28789         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28790         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28791         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28792         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28793         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28794         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28795         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28796         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28797         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28798         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28799         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28800         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28801         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28802         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28803         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28804         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28805         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28806         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28807         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28808         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28809         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28810         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28811         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28812         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28813         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28814         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28815         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28816         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28817         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28818         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28819         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28820         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28821         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28822         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28823         (R_ARM_THM_GOT_BREL12): Likewise.
28824         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28825         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28826         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28827         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28828         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28829         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28830         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28831         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28832         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28834 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28836         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28837         __attribute_used__ to __attribute__ ((unused)).
28839 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28841         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28842         powerpc mpa.c.
28843         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28844         comment formatting.
28845         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28847 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28849         [BZ #13550]
28850         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28851         Remove macro.
28852         (ENTER): Remove both macro definitions.
28853         (LEAVE): Likewise.
28854         (CHECK_BOUNDS_LOW): Likewise.
28855         (CHECK_BOUNDS_HIGH): Likewise.
28856         (CHECK_BOUNDS_BOTH): Likewise.
28857         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28858         (RETURN_BOUNDED_POINTER): Likewise.
28859         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28860         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28861         (POP_ERRNO_LOCATION_RETURN): Likewise.
28862         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28863         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28864         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28865         macros.
28866         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28867         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28868         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28869         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28870         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28871         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28872         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28873         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28874         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28875         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28876         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28877         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28878         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28879         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28880         removed macros.
28881         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28882         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28883         macros.
28884         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28885         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28886         * sysdeps/i386/i586/memset.S (memset): Likewise.
28887         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28888         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28889         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28890         macros.
28891         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28892         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28893         Change uses of L(2) to L(out).
28894         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28895         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28896         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28897         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28898         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28899         removed macros.
28900         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28901         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28902         macros.
28903         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28904         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28905         (RETURN): Do not use macro LEAVE.
28906         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28907         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28908         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28909         * sysdeps/i386/i686/memset.S (memset): Likewise.
28910         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28911         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28912         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28913         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28914         Likewise.
28915         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28916         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28917         L(1_2) and L(1_3) into L(1).
28918         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28919         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28920         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28921         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28922         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28923         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28924         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28925         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28926         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28927         macros.
28928         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28929         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28930         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28931         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28932         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28933         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28934         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28935         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28936         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28937         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28938         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28939         * sysdeps/i386/strspn.S (strspn): Likewise.
28940         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28941         conditional code.
28942         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28943         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28944         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28945         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28946         L(1_3) into L(1_1).
28947         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28948         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28949         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28950         macros.
28951         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28953 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28955         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28956         macro.
28958 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28960         * math/atest-exp.c (exp_mpn): Remove ROUND.
28961         * math/atest-exp2.c (exp_mpn): Likewise.
28962         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28964         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28965         * stdlib/tst-tls-atexit-lib.c: Likewise.
28966         * stdlib/tst-tls-atexit.c: Likewise.
28968 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28970         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28971         and __attribute_alloc_size__.
28973 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28975         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28976         __attribute_alloc_size__.
28977         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28978         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28980 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28982         * include/programs/xmalloc.h: New file.
28983         * catgets/gencat.c: Include it.
28984         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28985         * elf/pldd.c: Likewise.
28986         * iconv/iconv_charmap.c: Likewise.
28987         * iconv/iconvconfig.c: Likewise.
28988         * iconv/strtab.c: Likewise.
28989         * locale/programs/locale.c: Likewise.
28990         * locale/programs/localedef.h: Likewise.
28991         * locale/programs/simple-hash.c: Likewise.
28992         * nscd/nscd.h: Likewise.
28993         * nss/makedb.c: Likewise.
28994         * sysdeps/generic/ldconfig.h: Likewise.
28996 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28998         * Versions.def: Add GLIBC_2.18.
28999         * include/link.h (struct link_map): New member l_tls_dtor_count.
29000         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
29001         (__call_tls_dtors): Likewise.
29002         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
29003         __cxa_thread_atexit_impl.
29004         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29005         Likewise.
29006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29007         Likewise.
29008         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
29009         Likewise.
29010         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
29011         Likewise.
29012         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29013         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
29014         Likewise.
29015         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
29016         Likewise.
29017         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29018         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
29019         Likewise.
29020         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
29021         (tests): Add test case tst-tls-atexit.
29022         (modules-names): Add shared library for tst-tls-atexit.
29023         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
29024         (GLIBC_PRIVATE): Add __call_tls_dtors.
29025         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
29026         for libstdc++.
29027         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
29028         * stdlib/tst-tls-atexit.c: New test case.
29029         * stdlib/tst-tls-atexit-lib.c: New test case.
29031         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
29033         * elf/Versions (ld): Add _dl_find_dso_for_object.
29034         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
29035         * elf/dl-open.c (_dl_find_dso_for_object): New function.
29036         (dl_open_worker): Use _dl_find_dso_for_object.
29037         * elf/dl-sym.c (do_sym): Likewise.
29038         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
29040 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29042         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
29043         Syntactic changes only.
29044         (_dl_runtime_profile): Do a tail-call to the resolved function.
29046 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
29048         [BZ #13550]
29049         * sysdeps/x86_64/bp-asm.h: Remove file.
29050         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
29051         <bp-sym.h> and <bp-asm.h>.
29052         (__clone): Do not use BP_SYM.
29053         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
29054         <bp-sym.h> and <bp-asm.h>.
29055         * sysdeps/unix/x86_64/sysdep.S: Likewise.
29056         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
29057         "bp-asm.h".
29058         (_setjmp): Do not use BP_SYM.
29059         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
29060         "bp-asm.h".
29061         (setjmp): Do not use BP_SYM.
29062         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
29063         libc_hidden_def.
29064         (mempcpy): Do not use BP_SYM in weak_alias.
29065         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
29066         "bp-asm.h".
29067         (strchr): Do not use BP_SYM.
29068         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
29069         "bp-asm.h".
29070         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
29071         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
29072         (_start): Do not use BP_SYM.
29073         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
29074         "bp-asm.h".
29075         (strcat): Do not use BP_SYM.
29076         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
29077         "bp-asm.h".
29078         (STRCMP): Do not use BP_SYM.
29079         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
29080         "bp-asm.h".
29081         (STRCPY): Do not use BP_SYM.
29082         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
29083         "bp-asm.h".
29084         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
29085         "bp-asm.h".
29086         (FUNCTION): Do not use BP_SYM.
29087         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
29088         weak_alias.
29089         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
29091 2013-02-17  Andreas Jaeger  <aj@suse.de>
29093         * time/Versions: Sort entries.
29094         * string/Versions: Likewise.
29095         * resolv/Versions: Likewise.
29096         * posix/Versions: Likewise.
29097         * iconv/Versions: Likewise.
29098         * elf/Versions: Likewise.
29099         * wcsmbs/Versions: Likewise.
29101 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
29103         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
29104         loop termination condition.
29106         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
29107         variable to calculate EZ.
29108         (__sqr): Likewise.
29110         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
29111         the lower precision input.
29113 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
29115         [BZ #13550]
29116         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
29117         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
29118         (run-via-rtld-prefix): Do not handle %-bp tests.
29119         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
29120         (all-object-suffixes): Remove .ob.
29121         (bppfx): Remove variable.
29122         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
29123         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
29124         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
29125         [$(build-bounded) = yes] (libtype.ob): Likewise.
29126         * Makerules (elide-routines.ob): Remove variable.
29127         (do-tests-clean): Do not handle *-bp.out.
29128         (common-mostlyclean): Do not handle *-bp and *-bp.out.
29129         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
29130         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
29131         (tests): Do not include $(tests-bp.out).
29132         (xtests): Do not include $(xtests-bp.out).
29133         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
29134         [$(build-bounded) = yes] ($(addprefix
29135         $(objpfx),$(binaries-bounded))): Remove rule.
29136         ($(objpfx)%-bp.out): Remove rule.
29137         * config.make.in (build-bounded): Remove variable.
29138         * crypt/Makefile [$(build-bounded) = yes]
29139         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
29140         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
29141         append to variable.
29142         [$(build-bounded) = yes] (install-lib): Likewise.
29143         [$(build-bounded) = yes] (generated): Likewise.
29144         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
29145         Remove rule.
29146         * intl/Makefile [$(build-bounded) = yes]
29147         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
29148         * math/Makefile [$(build-bounded) = yes]
29149         ($(tests:%=$(objpfx)%-bp): Likewise.
29150         * misc/Makefile [$(build-bounded) = yes]
29151         ($(objpfx)tst-tsearch-bp): Likewise.
29152         * nptl/Makeconfig (bounded-thread-library): Remove variable.
29153         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
29154         Remove dependency.
29155         * string/Makefile (o-objects.ob): Remove variable.
29156         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
29157         (CFLAGS-.ob): Remove variable.
29158         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
29159         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
29160         both definitions of variable.
29161         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
29162         (ASFLAGS-.ob): Remove variable.
29164 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
29166         [BZ #13550]
29167         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
29168         Remove __BOUNDED_POINTERS__ from condition.
29169         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
29170         * string/bits/string2.h [!__NO_STRING_INLINES &&
29171         !__BOUNDED_POINTERS__]: Likewise.
29172         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
29173         Likewise.
29174         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
29175         Remove conditional code.
29176         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
29177         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
29178         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
29179         condition.
29181         [BZ #13550]
29182         * csu/libc-start.c: Do not include <bp-sym.h>.
29183         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
29184         * elf/dl-open.c: Do not include <bp-sym.h>.
29185         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
29186         * math/fegetenv.c: Do not include <bp-sym.h>.
29187         (fegetenv): Do not use BP_SYM in versioned symbols.
29188         * nptl/sysdeps/pthread/bits/libc-lockP.h
29189         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
29190         <bp-sym.h>.
29191         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29192         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
29193         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29194         (__pthread_mutex_destroy): Likewise.
29195         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29196         (__pthread_mutex_lock): Likewise.
29197         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29198         (__pthread_mutex_trylock): Likewise.
29199         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29200         (__pthread_mutex_unlock): Likewise.
29201         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29202         (__pthread_mutexattr_init): Likewise.
29203         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29204         (__pthread_mutexattr_destroy): Likewise.
29205         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29206         (__pthread_mutexattr_settype): Likewise.
29207         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29208         (__pthread_rwlock_init): Likewise.
29209         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29210         (__pthread_rwlock_destroy): Likewise.
29211         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29212         (__pthread_rwlock_rdlock): Likewise.
29213         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29214         (__pthread_rwlock_tryrdlock): Likewise.
29215         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29216         (__pthread_rwlock_wrlock): Likewise.
29217         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29218         (__pthread_rwlock_trywrlock): Likewise.
29219         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29220         (__pthread_rwlock_unlock): Likewise.
29221         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29222         (__pthread_key_create): Likewise.
29223         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29224         (__pthread_setspecific): Likewise.
29225         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29226         (__pthread_getspecific): Likewise.
29227         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
29228         Likewise.
29229         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29230         (_pthread_cleanup_push_defer): Likewise.
29231         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29232         (_pthread_cleanup_pop_restore): Likewise.
29233         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
29234         (pthread_setcancelstate): Likewise.
29235         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
29236         <bp-sym.h>.
29237         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
29238         (memchr): Do not use BP_SYM in weak_alias.
29239         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
29240         (fegetenv): Do not use BP_SYM in versioned symbols.
29241         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
29242         (fesetenv): Do not use BP_SYM in versioned symbols.
29243         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29244         (feupdateenv): Do not use BP_SYM in versioned symbols.
29245         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29246         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29247         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
29248         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
29249         (open64): Do not use BP_SYM in weak_alias.
29250         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
29251         (fegetenv): Do not use BP_SYM in versioned symbols.
29252         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29253         (fesetenv): Do not use BP_SYM in versioned symbols.
29254         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29255         (feupdateenv): Do not use BP_SYM in versioned symbols.
29256         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29257         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29258         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29259         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29260         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29261         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29262         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29263         <bp-sym.h>.
29264         (__libc_start_main): Do not use BP_SYM.
29266 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29268         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29269         redundant return line.
29270         (norm): Likewise.
29271         (denorm): Likewise.
29272         (dbl_mp): Likewise.
29273         (sub_magnitudes): Likewise.
29274         (__add): Likewise.
29275         (__sub): Likewise.
29276         (__mul): Likewise.
29277         (__inv): Likewise.
29278         (__dvd): Likewise.
29279         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29280         (norm): Likewise.
29281         (denorm): Likewise.
29282         (dbl_mp): Likewise.
29283         (sub_magnitudes): Likewise.
29284         (__add): Likewise.
29285         (__sub): Likewise.
29286         (__mul): Likewise.
29287         (__inv): Likewise.
29288         (__dvd): Likewise.
29290         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29291         instead of __mul.
29292         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29293         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29294         (cc32): Likewise.
29296         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29297         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29298         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29299         of __mul for squares.
29300         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29301         function
29302         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29303         Likewise.
29304         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29305         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29307 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29309         [BZ #13550]
29310         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29311         code.
29312         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29313         prototype or function definition.  Rename ubp_* variables and
29314         parameters.  Remove argv definitions conditional on
29315         [__BOUNDED_POINTERS__].
29316         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29317         * elf/dl-runtime.c (_dl_fixup): Likewise.
29318         * include/set-hooks.h (RUN_HOOK): Likewise.
29319         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29320         definition.
29321         * string/strcpy.c (strcpy): Do not use __unbounded.
29322         * sysdeps/generic/frame.h (struct layout): Likewise.
29323         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29324         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29325         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29326         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29327         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29328         (__backtrace): Likewise.
29329         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29330         use __ptrvalue.
29331         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29332         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29333         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29334         Likewise.
29335         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29336         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29337         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29338         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29339         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29340         Do not use __unbounded.
29341         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29342         Rename __unboundedrlimits parameter to rlimits in prototype.
29343         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29344         Do not use __unbounded.
29345         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29346         not use __ptrvalue.
29347         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29348         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29349         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29350         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29351         __ptrvalue or __unbounded.
29352         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29353         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29354         use __unbounded.
29355         (__new_msgctl): Do not use __ptrvalue.
29356         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29357         __unbounded.
29358         (__libc_msgrcv): Do not use __ptrvalue.
29359         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29360         startup_info): Do not use __unbounded.
29361         (__libc_start_main): Likewise.  Rename ubp_* variables and
29362         parameters.  Remove argv definitions conditional on
29363         [__BOUNDED_POINTERS__].
29364         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29365         __ptrvalue.
29366         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29367         use __unbounded.
29368         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29369         or __ptrvalue.
29370         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29371         use __unbounded.
29372         (__new_shmctl): Do not use __ptrvalue.
29373         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29374         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29375         Likewise.
29376         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29377         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29378         (__libc_sigaction): Likewise.
29379         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29380         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29381         Likewise.
29382         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29384 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29386         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29388         * string/mempcpy.c: Implement by calling memcpy.
29390 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29392         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29394         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29395         evaluation.
29397         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29398         values in the mantissa.
29400         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29401         minimize writes to Z.
29402         (sub_magnitudes): Simplify code a bit.
29404 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29406         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29407         from the message.  The linker prefixes all warnings with that already.
29409 2013-02-12  Andreas Schwab  <schwab@suse.de>
29411         [BZ #15078]
29412         * posix/regexec.c (extend_buffers): Add parameter min_len.
29413         (check_matching): Pass minimum needed length.
29414         (clean_state_log_if_needed): Likewise.
29415         (get_subexp): Likewise.
29416         * posix/Makefile (tests): Add bug-regex34.
29417         (bug-regex34-ENV): Define.
29418         * posix/bug-regex34.c: New file.
29420         [BZ #11561]
29421         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29422         elements compare against the byte sequence of it, not its name.
29423         * posix/Makefile (tests): Add bug-regex35.
29424         (bug-regex35-ENV): Define.
29425         * posix/bug-regex35.c: New file.
29427 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29429         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29430         comment.
29431         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29432         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29433         (CHECK_EOL): Add undef.
29435 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29437         * bits/stdlib-bsearch.h: New file.
29438         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29439         * stdlib/stdlib.h: Likewise.
29441 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29443         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29444         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29445         declaration.
29446         * manual/search.texi (Array Search Function): Add missing const in
29447         lfind prototype.
29448         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29449         declaration to use rlim_t.
29450         (Basic Scheduling Functions): Remove erroneous const from
29451         sched_getparam prototype.  Remove erroneous * from
29452         sched_get_priority_max and sched_get_priority_min prototypes.
29453         (Resource Usage): Fix summary @comment on vtimes to refer to
29454         sys/vtimes.h rather than vtimes.h.
29455         Add missing *s in vtimes prototype.
29456         (Limits on Resources): Fix ulimit prototype to return long int.
29457         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29458         prototypes to use long int rather than double.
29459         (BSD Random): Fix initstate and setstate to use char *, not void *.
29460         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29461         prototype to make second argument 'struct aiocb64 *const[]'.
29462         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29463         (Status of AIO Operations): Remove erroneous const in aio_return and
29464         aio_return64 prototypes.
29465         (Synchronizing I/O): Fix sync prototype to return void.
29466         * manual/startup.texi (Suboptions): Remove an erroneous const in
29467         getsubopt prototype.
29468         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29469         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29470         use size_t rather than int.
29471         (Scanning All Users): Likewise for getpwent_r.
29472         (Setting Groups): Add missing const to setgroups prototype.
29473         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29474         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29475         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29476         'const void *' rather than 'const char *'.
29477         (Host Address Functions): Likewise for inet_ntop.
29478         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29479         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29480         ssize_t for return value.
29481         (Sending Data): Likewise for send, sendto, sendmsg.
29482         (Socket Option Functions): Add a missing const in setsockopt prototype.
29483         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29484         use wchar_t for the argument.
29485         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29486         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29487         take no arguments.
29488         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29489         double/float/long double for second argument.
29490         Fix return types of significand, significandf, significandl.
29491         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29492         argument in fchmod prototype.
29493         (File Owner): Use uid_t and gid_t in fchown prototype.
29494         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29495         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29496         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29497         use 'const struct dirent **' as argument types to CMP function pointer
29498         argument.
29499         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29500         (File Times): Fix summary magic @comment for struct utimbuf and utime
29501         to refer to utime.h, not time.h.
29502         * manual/string.texi (Argz Functions): Add missing const in
29503         argz_extract and argz_next prototypes.
29504         (Finding Tokens in a String): Likewise for basename.
29505         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29506         (Copying and Concatenation): Fix typo in wmemmove prototype.
29507         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29508         (Signal Stack): Remove erroneous const in sigstack prototype.
29509         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29510         prototype.
29511         (Simple Calendar Time): Likewise for stime.
29512         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29513         prototype.
29514         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29515         say sys/sysctl.h instead.
29516         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29517         and vsyslog prototypes.
29519 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29521         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29522         Remove.
29524 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29526         * misc/sys/mman.h: Fix typo in mremap comment.
29528 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29530         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29531         the '\0' terminator.
29533 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29535         [BZ #13550]
29536         * debug/segfault.c: Don't include <bp-checks.h>.
29537         * sysdeps/generic/bp-checks.h: Remove file.
29538         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29539         (__GETDENTS): Don't use CHECK_N.
29540         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29541         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29542         (__getgroups): Don't use CHECK_N.
29543         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29544         (setgroups): Don't use CHECK_N.
29545         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29546         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29547         (__libc_msgrcv): Don't use CHECK_N.
29548         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29549         (__libc_msgsnd): Don't use CHECK_N.
29550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29551         <bp-checks.h>.
29552         (__libc_pread): Don't use CHECK_N.
29553         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29554         include <bp-checks.h>.
29555         (__libc_pread64): Don't use CHECK_N.
29556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29557         include <bp-checks.h>.
29558         (__libc_pwrite): Don't use CHECK_N.
29559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29560         include <bp-checks.h>.
29561         (__libc_pwrite64): Don't use CHECK_N.
29562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29563         <bp-checks.h>.
29564         (__libc_pread): Don't use CHECK_N.
29565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29566         include <bp-checks.h>.
29567         (__libc_pread64): Don't use CHECK_N.
29568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29569         include <bp-checks.h>.
29570         (__libc_pwrite): Don't use CHECK_N.
29571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29572         include <bp-checks.h>.
29573         (__libc_pwrite64): Don't use CHECK_N.
29574         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29575         (do_pread): Don't use CHECK_N.
29576         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29577         (do_pread64): Don't use CHECK_N.
29578         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29579         (do_pwrite): Don't use CHECK_N.
29580         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29581         (do_pwrite64): Don't use CHECK_N.
29582         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29583         (__libc_readv): Don't use CHECK_N.
29584         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29585         (semop): Don't use CHECK_N.
29586         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29587         <bp-checks.h>.
29588         (semtimedop): Don't use CHECK_N.
29589         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29590         (__libc_pread): Don't use CHECK_N.
29591         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29592         <bp-checks.h>.
29593         (__libc_pread64): Don't use CHECK_N.
29594         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29595         <bp-checks.h>.
29596         (__libc_pwrite): Don't use CHECK_N.
29597         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29598         <bp-checks.h>.
29599         (__libc_pwrite64): Don't use CHECK_N.
29600         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29601         <bp-checks.h>.
29602         (__libc_msgrcv): Don't use CHECK_N.
29603         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29604         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29605         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29606         (__libc_writev): Don't use CHECK_N.
29608 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29610         * string/strcpy.c: Removed unused variable.
29612         * Makeconfig (+sysdep-includes): Define with := rather than =.
29613         Use an existing include/ subdir of each sysdeps dir before it.
29615 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29617         * nscd/connection.c (register_traced_file): Comment function.
29618         [HAVE_INOTIFY] (union __inev): Define.
29619         [HAVE_INOTIFY] (inotify_check_files): New function.
29620         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29621         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29622         clear_db_cache.
29623         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29625 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29627         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29628         loaded if not already and that a failure is permanent.
29630 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29632         [BZ #15006]
29633         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29634         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29636 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29638         [BZ #13550]
29639         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29640         (CHECK_1_NULL_OK): Likewise.
29641         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29642         (__fxstat): Do not use CHECK_1.
29643         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29644         <bp-checks.h>.
29645         (___fxstat64): Do not use CHECK_1.
29646         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29647         <bp-checks.h>.
29648         (__fxstatat): Do not use CHECK_1.
29649         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29650         <bp-checks.h>.
29651         (__fxstatat64): Do not use CHECK_1.
29652         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29653         <bp-checks.h>.
29654         (__fxstat): Do not use CHECK_1.
29655         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29656         <bp-checks.h>.
29657         (__fxstatat): Do not use CHECK_1.
29658         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29659         <bp-checks.h>.
29660         (__getresgid): Do not use CHECK_1.
29661         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29662         <bp-checks.h>.
29663         (__getresuid): Do not use CHECK_1.
29664         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29665         <bp-checks.h>.
29666         (__lxstat): Do not use CHECK_1.
29667         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29668         <bp-checks.h>.
29669         (__old_msgctl): Do not use CHECK_1.
29670         (__new_msgctl): Likewise.
29671         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29672         <bp-checks.h>.
29673         (__new_setrlimit): Do not use CHECK_1.
29674         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29675         <bp-checks.h>.
29676         (__old_shmctl): Do not use CHECK_1.
29677         (__new_shmctl): Likewise.
29678         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29679         <bp-checks.h>.
29680         (__xstat): Do not use CHECK_1.
29681         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29682         (__lxstat): Do not use CHECK_1.
29683         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29684         <bp-checks.h>.
29685         (___lxstat64): Do not use CHECK_1.
29686         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29687         (__old_msgctl): Do not use CHECK_1.
29688         (__new_msgctl): Likewise.
29689         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29690         <bp-checks.h>.
29691         (__gettimeofday): Do not use CHECK_1.
29692         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29693         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29694         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29695         <bp-checks.h>.
29696         (__gettimeofday): Do not use CHECK_1.
29697         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29698         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29699         (__new_shmctl): Do not use CHECK_1.
29700         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29701         <bp-checks.h>.
29702         (do_sigtimedwait): Do not use CHECK_1.
29703         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29704         <bp-checks.h>.
29705         (do_sigwaitinfo): Do not use CHECK_1.
29706         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29707         <bp-checks.h>.
29708         (msgctl): Do not use CHECK_1.
29709         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29710         <bp-checks.h>.
29711         (shmctl): Do not use CHECK_1.
29712         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29713         (ustat): Do not use CHECK_1.
29714         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29715         <bp-checks.h>.
29716         (__fxstat): Do not use CHECK_1.
29717         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29718         <bp-checks.h>.
29719         (__fxstatat): Do not use CHECK_1.
29720         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29721         <bp-checks.h>.
29722         (__lxstat): Do not use CHECK_1.
29723         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29724         <bp-checks.h>.
29725         (__xstat): Do not use CHECK_1.
29726         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29727         (__xstat): Do not use CHECK_1.
29728         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29729         (___xstat64): Do not use CHECK_1.
29731         [BZ #13550]
29732         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29733         definitions.
29734         (CHECK_BOUNDS_HIGH): Likewise.
29735         * string/strcpy.c: Do not include <bp-checks.h>.
29736         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29738 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29740         * nscd/nscd-client.h (__nscd_drop_map_ref):
29741         Add __attribute__ ((unused)).
29742         * nis/nss-nisplus.h (niserr2nss): Likewise.
29744         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29745         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29747         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29748         Remove inline keyword.
29749         * include/rounding-mode.h (round_away): Likewise.
29750         * libio/wfileops.c (adjust_wide_data): Likewise.
29751         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29752         (__m128i_strloadu_tolower): Likewise.
29753         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29754         (__m128i_strloadu_tolower): Likewise.
29755         * time/mktime.c (ydhms_diff): Likewise.
29756         * locale/elem-hash.h (elem_hash): Likewise.
29757         * locale/setlocale.c (setdata): Likewise.
29758         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29759         (re_string_wchar_at): Likewise.
29760         (bitset_not, bitset_merge, bitset_mask): Likewise.
29761         [!(__GNUC__ > 3)] (inline): Remove macro.
29762         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29763         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29764         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29765         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29766         * string/memcmp.c (memcmp_bytes): Likewise.
29767         * locale/programs/locarchive.c (compute_hashval): Likewise.
29768         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29769         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29770         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29771         * nss/getent.c (print_rpc, print_protocols): Likewise.
29772         (print_passwd, print_group, print_aliases): Likewise.
29773         * nis/nss-nisplus.h (niserr2nss): Likewise.
29774         * nscd/connections.c (restart_p): Likewise.
29775         Change return type to bool.
29777 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29779         * Makeconfig (all-Depend-files): Add existing
29780         $(sorted-subdirs:=/Depend) files.
29781         (all-subdirs): Remove nss.
29782         * sysdeps/unix/inet/Subdirs: Add it here instead.
29783         * hesiod/Depend: New file.
29785         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29786         instead of calling alloca.
29788         * io/lseek.c (__lseek): Rename to __libc_lseek.
29789         Define __lseek as an alias.
29791         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29793 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29795         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29796         else clause and remove check for non-standard endianness.
29798 2013-02-04  David S. Miller  <davem@davemloft.net>
29800         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29802 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29804         [BZ #13550]
29805         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29806         (__ubp_memchr): Remove prototype.
29807         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29808         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29809         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29810         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29811         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29812         Remove alias.
29813         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29814         (__ubp_memchr): Likewise.
29815         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29816         (__ubp_memchr): Likewise.
29817         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29818         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29819         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29820         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29821         CHECK_STRING.
29822         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29823         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29824         (__getcwd): Do not use CHECK_STRING.
29825         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29826         <bp-checks.h>.
29827         (__real_chown): Do not use CHECK_STRING.
29828         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29829         <bp-checks.h>.
29830         (fchownat): Do not use CHECK_STRING.
29831         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29832         CHECK_STRING.
29833         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29834         <bp-checks.h>.
29835         (__lchown): Do not use CHECK_STRING.
29836         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29837         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29838         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29839         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29841         include <bp-checks.h>.
29842         (truncate64): Do not use CHECK_STRING.
29843         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29844         <bp-checks.h>.
29845         (__real_chown): Do not use CHECK_STRING.
29846         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29847         <bp-checks.h>.
29848         (__lchown): Do not use CHECK_STRING.
29849         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29850         <bp-checks.h>.
29851         (__chown): Do not use CHECK_STRING.
29852         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29853         <bp-checks.h>.
29854         (truncate64): Do not use CHECK_STRING.
29855         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29856         Likewise.
29857         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29858         (__xmknod): Do not use CHECK_STRING.
29859         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29860         <bp-checks.h>.
29861         (__xmknodat): Do not use CHECK_STRING.
29862         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29863         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29865 2013-02-04  Andreas Schwab  <schwab@suse.de>
29867         [BZ #14142]
29868         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29869         * include/netdb.h: Likewise for h_errno.
29870         * elf/tst-stackguard1.c: Include <tls.h>.
29872 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29874         * elf/link.h (struct link_map): Extend the l_addr comment.
29875         * include/link.h (struct link_map): Likewise.
29877 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29879         [BZ #13550]
29880         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29881         (BOUNDED_1): Remove macro.
29882         * debug/backtrace.c: Don't include <bp-checks.h>.
29883         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29884         (__backtrace): Likewise.
29885         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29886         <bp-checks.h>.
29887         (__backtrace): Don't use BOUNDED_1.
29888         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29889         <bp-checks.h>.
29890         (__backtrace): Don't use BOUNDED_1.
29891         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29892         (__backtrace): Don't use BOUNDED_1.
29893         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29894         (shmat): Don't use BOUNDED_N.
29896 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29898         [BZ #13550]
29899         * sysdeps/generic/bp-start.h: Remove file.
29900         * csu/libc-start.c: Don't include <bp-start.h>.
29901         (LIBC_START_MAIN): Set up __environ directly instead of using
29902         INIT_ARGV_and_ENVIRON.
29903         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29904         <bp-start.h>.
29906         [BZ #13550]
29907         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29908         definitions.
29909         (CHECK_FCNTL): Likewise.
29910         (CHECK_N_PAGES): Likewise.
29912         [BZ #13550]
29913         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29914         definitions.
29915         (CHECK_SIGSET_NULL_OK): Likewise.
29916         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29917         <bp-checks.h>.
29918         (sigpending): Don't use CHECK_SIGSET.
29919         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29920         <bp-checks.h>.
29921         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29922         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29923         <bp-checks.h>.
29924         (do_sigsuspend): Don't use CHECK_SIGSET.
29925         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29926         use CHECK_SIGSET.
29927         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29928         (do_sigwait): Don't use CHECK_SIGSET.
29929         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29930         use CHECK_SIGSET.
29931         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29932         include <bp-checks.h>.
29933         (sigpending): Don't use CHECK_SIGSET.
29934         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29935         include <bp-checks.h>.
29936         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29937         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29938         <bp-checks.h>.
29939         (sigpending): Don't use CHECK_SIGSET.
29940         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29941         <bp-checks.h>.
29942         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29944         [BZ #13550]
29945         * sysdeps/generic/bp-semctl.h: Remove file.
29946         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29947         <bp-checks.h> and <bp-semctl.h>.
29948         (__old_semctl): Don't use CHECK_SEMCTL.
29949         (__new_semctl): Likewise.
29950         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29951         and <bp-semctl.h>.
29952         (__old_semctl): Don't use CHECK_SEMCTL.
29953         (__new_semctl): Likewise.
29954         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29955         <bp-checks.h> and <bp-semctl.h>.
29956         (__old_semctl): Don't use CHECK_SEMCTL.
29957         (__new_semctl): Likewise.
29958         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29959         <bp-checks.h> and <bp-semctl.h>.
29960         (semctl): Don't use CHECK_SEMCTL.
29962         [BZ #13550]
29963         * Makerules (elide-bp-thunks): Remove variable.
29964         (elide-routines.oS): Don't use $(elide-bp-thunks).
29965         (elide-routines.os): Likewise.
29966         (elide-routines.o): Likewise.
29967         (elide-routines.op): Likewise.
29968         (elide-routines.og): Likewise.
29969         (objects): Don't use $(bp-thunks).
29970         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29971         include.
29972         (common-generated): Do not add s-proto-bp.d.
29973         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29974         (int): Likewise.
29975         (typ): Likewise.
29976         Do not generate makefile rules for bounded-pointer thunks.
29977         * sysdeps/generic/bp-thunks.h: Remove file.
29978         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29979         * sysdeps/unix/s-proto-bp.S: Likewise.
29981         [BZ #15062]
29982         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29983         parts of result separately when argument is not close to line from
29984         -i to i and one part of argument is small.
29985         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29986         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29987         * math/libm-test.inc (cacos_test): Add more tests.
29988         (casin_test): Likewise.
29989         (casinh_test): Likewise.
29990         * sysdeps/i386/fpu/libm-test-ulps: Update.
29991         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29993 2013-01-31  David S. Miller  <davem@davemloft.net>
29995         * po/de.po: Update from translation team.
29997 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29999         * time/tzfile.c: Include stdint.h for SIZE_MAX.
30001 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
30003         * configure.in (_AC_PROG_CC_C89): New definition.
30004         * configure: Regenerate.
30006         * configure.in (AC_PROG_CPP): New definition.
30007         * configure: Regenerate.
30009 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30011         * debug/tst-backtrace.h: New file.
30012         * debug/tst-backtrace2.c: Include tst-backtrace.h.
30013         (ret): Remove variable.
30014         (x): Likewise.
30015         (FAIL): Remove macro.
30016         (NO_INLINE): Likewise.
30017         (fn1): Use match function instead of strstr.
30018         * debug/tst-backtrace3.c: Include tst-backtrace.h.
30019         (ret): Remove variable.
30020         (x): Likewise.
30021         (FAIL): Remove macro.
30022         (NO_INLINE): Likewise.
30023         (fn): Use match function instead of strstr.
30024         * debug/tst-backtrace4.c: Include tst-backtrace.h.
30025         (ret): Remove variable.
30026         (x): Likewise.
30027         (FAIL): Remove macro.
30028         (NO_INLINE): Likewise.
30029         (handle_signal): Use match function instead of strstr.
30030         * debug/tst-backtrace5.c: Include tst-backtrace.h.
30031         (ret): Remove variable.
30032         (x): Likewise.
30033         (FAIL): Remove macro.
30034         (NO_INLINE): Likewise.
30035         (handle_signal): Use match function instead of strstr.
30037 2013-01-23  Roland McGrath  <roland@hack.frob.com>
30039         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
30041 2013-01-23  David S. Miller  <davem@davemloft.net>
30043         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
30044         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
30045         argument of CAS if possible.
30046         * sysdeps/sparc/sparc64/bits/atomic.h
30047         (__arch_compare_and_exchange_val_32_acq): Likewise.
30048         (__arch_compare_and_exchange_val_64_acq): Likewise.
30050 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
30052         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
30053         * sysdeps/posix/ulimit.c: ... this.
30054         Include <limits.h>.
30055         * sysdeps/unix/bsd/ulimit.c: Remove file.
30057 2013-01-23  Adam Conrad  <adconrad@0c3.net>
30059         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
30060         (LDFLAGS-tst-array5): Likewise.
30062 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
30064         [BZ #15036]
30065         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
30066         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
30067         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
30068         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
30070 2013-01-21  David S. Miller  <davem@davemloft.net>
30072         * sysdeps/sparc/backtrace.c: New file.
30073         * sysdeps/sparc/sparc32/backtrace.h: New file.
30074         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
30075         * sysdeps/sparc/sparc64/backtrace.h: New file.
30076         * sysdeps/sparc/sparc64/backtrace.c: Delete.
30077         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
30078         -funwind-tables.
30080 2013-01-21  Andreas Schwab  <schwab@suse.de>
30082         [BZ #15020]
30083         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
30084         closed its stdout.
30086 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
30088         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
30089         "mpa2.h".
30090         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30092 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
30093             Mark Mitchell  <mark@codesourcery.com>
30094             Tom de Vries  <tom@codesourcery.com>
30095             Paul Pluzhnikov  <ppluzhnikov@google.com>
30097         * debug/tst-backtrace2.c: New file.
30098         * debug/tst-backtrace3.c: Likewise.
30099         * debug/tst-backtrace4.c: Likewise.
30100         * debug/tst-backtrace5.c: Likewise.
30101         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
30102         (CFLAGS-tst-backtrace3.c): Likewise.
30103         (CFLAGS-tst-backtrace4.c): Likewise.
30104         (CFLAGS-tst-backtrace5.c): Likewise.
30105         (LDFLAGS-tst-backtrace2): Likewise.
30106         (LDFLAGS-tst-backtrace3): Likewise.
30107         (LDFLAGS-tst-backtrace4): Likewise.
30108         (LDFLAGS-tst-backtrace5): Likewise.
30109         (tests): Add new tests tst-backtrace2, tst-backtrace3,
30110         tst-backtrace4 and tst-backtrace5.
30112 2013-01-18  Anton Blanchard  <anton@samba.org>
30113             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
30115         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
30116         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
30117         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
30118         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
30119         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30120         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
30121         "+r" and remove output regs list as redundant.  Add explicit inline
30122         asm to specify register of return val to work around compiler codegen
30123         bug.  Remove (int) cast on return value.  Add return type parameter to
30124         use in macro so that this macro does not truncate return value for
30125         64-bit values.
30126         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
30127         pass to INTERNAL_VSYSCALL_NCS.
30128         (INLINE_VSYSCALL): Add 'long int' as return type to
30129         INTERNAL_VSYSCALL_NCS macro invocation.
30130         (INTERNAL_VSYSCALL): Add 'long int' as return type to
30131         INTERNAL_VSYSCALL_NCS macro invocation.
30132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30134 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
30136         [BZ #14496]
30137         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
30138         Fix application of SIMD FP exception mask.
30140         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
30141         mp_no from a power of two.
30142         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
30143         __mpexp_twomm1.  Use __pow_mp.
30145         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
30146         multiplication.
30148 2013-01-17  David S. Miller  <davem@davemloft.net>
30150         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30152 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30154         [BZ #15023]
30155         * include/complex.h: Condition contents on [!_COMPLEX_H].
30156         (__kernel_casinhf): New prototype.
30157         (__kernel_casinh): Likewise.
30158         (__kernel_casinhl): Likewise.
30159         * math/Makefile (libm_calls): Add k_casinh.
30160         * math/k_casinh.c: New file.
30161         * math/k_casinhf.c: Likewise.
30162         * math/k_casinhl.c: Likewise.
30163         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
30164         finite nonzero arguments.
30165         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
30166         finite nonzero arguments.
30167         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
30168         finite nonzero arguments.
30169         * math/s_casinh.c: Do not include <float.h>.
30170         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
30171         * math/s_casinhf.c: Do not include <float.h>.
30172         (__casinhf): Move code for finite nonzero arguments to
30173         k_casinhf.c.
30174         * math/s_casinhl.c: Do not include <float.h>.
30175         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
30176         redefine.
30177         (__casinhl): Move code for finite nonzero arguments to
30178         k_casinhl.c.
30179         * math/libm-test.inc (cacos_test): Add more tests.
30180         * sysdeps/i386/fpu/libm-test-ulps: Update.
30181         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30183 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
30185         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
30186         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
30187         [!HAVE_MREMAP]: Remove [defined linux] case.
30188         * malloc/arena.c: Do not include <malloc-sysdep.h>.
30190 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30192         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
30194 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
30196         * elf/elf.h (R_386_SIZE32): New relocation.
30197         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
30198         R_386_SIZE32.
30199         (elf_machine_rela): Likewise.
30200         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
30201         R_X86_64_SIZE64 and R_X86_64_SIZE32.
30203 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
30205         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
30206         (FP_FAST_FMA): Do not define.
30207         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
30208         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
30209         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
30210         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
30211         !_SOFT_FLOAT]: Likewise.
30212         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
30213         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
30214         value.
30215         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
30216         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
30217         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
30218         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
30219         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
30220         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
30221         file.
30223 2013-01-16  Andreas Schwab  <schwab@suse.de>
30225         [BZ #14327]
30226         * include/stdlib.h (__mktemp): Add declaration.
30227         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
30228         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
30230 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30232         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
30233         definitions.
30234         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30235         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
30236         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
30237         definitions here.
30238         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
30239         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
30240         definitions.
30241         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
30242         and ONE.
30243         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
30244         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
30245         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
30246         definitions.
30247         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
30248         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
30249         definitions.
30250         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30252         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30254 2013-01-15  David S. Miller  <davem@davemloft.net>
30256         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30257         trunc{,f} to libm-sysdep_routes.
30258         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30259         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30260         file.
30261         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30262         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30263         file.
30264         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30265         file.
30266         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30267         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30268         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30269         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30270         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30271         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30272         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30273         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30275         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30276         nearbyint{,f} to libm-sysdep_routes.
30277         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30278         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30279         New file.
30280         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30281         file.
30282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30283         New file.
30284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30285         file.
30286         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30287         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30288         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30289         file.
30290         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30291         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30292         file.
30293         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30294         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30295         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30297         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30298         libc_feholdexcept and libc_fesetenv.
30300 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30302         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30304 2013-01-14  David S. Miller  <davem@davemloft.net>
30306         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30307         (SPARC_ASM_VIS2_IFUNC): Likewise.
30308         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30309         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30310         use of 'siam' instruction.
30311         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30312         Likewise.
30313         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30314         Likewise.
30315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30316         Likewise.
30317         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30318         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30319         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30320         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30321         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30322         file.
30323         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30324         file.
30325         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30326         file.
30327         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30328         file.
30329         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30330         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30331         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30332         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30333         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30334         new VIS2 routines.
30335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30337         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30338         Likewise.
30339         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30340         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30341         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30342         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30343         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30344         routines to libm-sysdep_routines.
30345         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30348         fdim/fdimf to libm-sysdep_routines.
30349         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30350         file.
30351         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30353         file.
30354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30355         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30356         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30357         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30358         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30359         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30360         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30362 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30364         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30365         to optimize copies.
30367         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30368         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30369         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30371         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30372         local variable MPTWO.
30373         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30374         Likewise.
30376 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30378         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30379         GLOB_NOESCAPE.
30381 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30383         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30385 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30387         * manual/pattern.texi (glob_t): Document gl_flags.
30388         (glob64_t): Likewise.
30390 2013-01-11  David S. Miller  <davem@davemloft.net>
30392         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30393         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30394         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30395         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30396         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30397         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30398         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30399         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30400         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30401         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30402         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30403         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30404         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30406         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30407         sparc V9 rather than using V8 code.
30408         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30409         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30411         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30412         Move to...
30413         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30414         Here.
30416 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30418         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30419         not in the main loop.
30420         * configure: Regenerated.
30422 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30424         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30425         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30426         to just #else.
30427         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30428         [!__GLIBC_HAVE_LONG_LONG] case.
30429         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30430         condition to just #else.
30431         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30432         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30433         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30434         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30435         unconditional.
30436         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30437         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30438         #elif condition to just #else.
30439         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30440         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30441         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30442         #elif condition to just #else.
30444 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30446         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30447         (EF_MIPS_ARCH_64): Fix value.
30448         (EF_MIPS_ARCH_32R2): New.
30449         (EF_MIPS_ARCH_64R2): New.
30451 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30453         * Makeconfig (+link-pie-before-libc): New.
30454         (+link-pie-after-libc): Likewise.
30455         (+link-pie-tests): Likewise.
30456         (+link-pie): Rewritten.
30457         (link-before-libc): Remove $(config-LDFLAGS).
30458         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30459         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30460         (config-LDFLAGS): Renamed to ...
30461         (rtld-LDFLAGS): This.
30462         (rtld-tests-LDFLAGS): New macro.
30463         (link-libc-rpath-link): Likewise.
30464         (link-libc-tests-rpath-link): Likewise.
30465         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30466         (link-libc): Prepand $(link-libc-rpath-link).
30467         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30468         (test-program-prefix): New macro.
30469         (test-via-rtld-prefix): Likewise.
30470         (test-program-cmd): Likewise.
30471         (host-test-program-cmd): Likewise.
30472         * Makefile ($(common-objpfx)testrun.sh): Replace
30473         $(run-program-prefix) with $(test-program-prefix).
30474         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30475         $(rtld-LDFLAGS).
30476         ($(common-objpfx)shlib.lds): Likewise.
30477         (build-module-helper): Likewise.
30478         ($(common-objpfx)format.lds): Likewise.
30479         * Rules (binaries-pie-tests): New.
30480         (binaries-pie-notests): Likewise.
30481         (binaries-pie): Rewritten.
30482         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30483         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30484         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30485         (make-test-out): Replace $(host-built-program-cmd) with
30486         $(host-test-program-cmd).
30487         * config.make.in (build-hardcoded-path-in-tests): New variable.
30488         * configure.in (--enable-hardcoded-path-in-tests): New configure
30489         option.
30490         (hardcoded_path_in_tests): New AC_SUBST.
30491         * configure: Regenerated.
30492         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30493         $(built-program-cmd) with $(test-program-cmd).
30494         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30495         (test_program_cmd): This.
30496         * elf/Makefile ($(objpfx)order.out): Run test with
30497         $(test-program-prefix).
30498         ($(objpfx)order2.out): Likewise.
30499         ($(objpfx)tst-initorder.out): Likewise.
30500         ($(objpfx)tst-initorder2.out): Likewise.
30501         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30502         $(test-program-cmd).
30503         ($(objpfx)tst-array1-static.out): Likewise.
30504         ($(objpfx)tst-array2.out): Likewise.
30505         ($(objpfx)tst-array3.out): Likewise.
30506         ($(objpfx)tst-array4.out): Likewise.
30507         ($(objpfx)tst-array5.out): Likewise.
30508         ($(objpfx)tst-array5-static.out): Likewise.
30509         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30510         $(test-program-cmd).
30511         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30512         $(run-program-prefix) with $(test-program-prefix).
30513         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30514         (test_program_prefix): This.
30515         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30516         $(run-program-prefix) with $(test-program-prefix).
30517         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30518         (test_program_prefix): This.
30519         * iconvdata/tst-tables.sh: Likewise.
30520         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30521         $(run-program-prefix) with $(test-program-prefix).
30522         ($(objpfx)tst-translit.out): Likewise.
30523         ($(objpfx)tst-gettext2.out): Likewise.
30524         ($(objpfx)tst-gettext4.out): Likewise.
30525         ($(objpfx)tst-gettext6.out): Likewise.
30526         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30527         (test_program_prefix): This.
30528         * intl/tst-gettext2.sh: Likewise.
30529         * intl/tst-gettext4.sh  Likewise.
30530         * intl/tst-gettext6.sh: Likewise.
30531         * intl/tst-translit.sh: Likewise.
30532         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30533         with $(test-program-cmd).
30534         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30535         $(run-program-prefix) with $(test-program-prefix).
30536         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30537         (test_program_prefix): This.
30538         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30539         $(run-program-prefix) with $(test-program-prefix).
30540         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30541         (test_program_prefix): This.
30542         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30543         * posix/Makefile ($(objpfx)globtest.out): Replace
30544         $(run-via-rtld-prefix) and $(test-wrapper) with
30545         $(test-program-prefix) and $(test-via-rtld-prefix).
30546         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30547         $(test-program-prefix).
30548         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30549         $(host-test-program-cmd).
30550         (tst-spawn-ARGS): Likewise.
30551         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30552         $(test-program-prefix).
30553         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30554         (test_via_rtld_prefix): This.
30555         (test_wrapper): Renamed to ...
30556         (test_program_prefix): This.
30557         (run_program_prefix): Replaced by test_program_prefix.
30558         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30559         (test_program_prefix): This.
30560         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30561         with $(host-test-program-cmd).
30562         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30563         $(run-program-prefix) with $(test-program-prefix).
30564         ($(objpfx)tst-printf.out): Likewise.
30565         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30566         $(test-program-cmd).
30567         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30568         (test_program_prefix): This.
30569         * stdio-common/tst-unbputc.sh: Likewise.
30570         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30571         $(run-program-prefix) with $(test-program-prefix).
30572         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30573         (test_program_prefix): This.
30574         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30575         $(built-program-cmd) with $(test-program-cmd).
30577 2013-01-11  Andreas Jaeger  <aj@suse.de>
30579         [BZ #15003]
30580         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30581         value. Sync with Linux 3.7.
30583 2013-01-10  David S. Miller  <davem@davemloft.net>
30585         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30586         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30587         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30589 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30591         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30592         never set.
30593         * configure: Regenerated.
30595 2013-01-10  David S. Miller  <davem@davemloft.net>
30597         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30598         sparc V9 rather than using V8 code.
30599         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30600         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30602 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30604         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30605         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30606         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30607         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30608         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30609         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30610         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30611         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30612         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30613         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30614         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30615         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30616         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30617         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30618         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30619         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30620         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30621         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30622         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30623         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30624         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30625         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30626         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30627         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30628         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30629         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30630         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30632 2013-01-10  David S. Miller  <davem@davemloft.net>
30634         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30636 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30638         * posix/Makefile (tests-static): New variable.
30639         (tests): Add $(tests-static).
30640         (tst-exec-static-ARGS): New variable.
30641         (tst-spawn-static-ARGS): Likewise.
30642         * posix/tst-exec-static.c: New file.
30643         * posix/tst-spawn-static.c: Likewise.
30644         * posix/tst-exec.c: Support run directly.
30645         * posix/tst-spawn.c: Likewise.
30647 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30649         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30650         long.
30651         * math/bits/mathcalls.h (llrint): Likewise.
30652         (llround): Likewise.
30653         * stdlib/stdlib.h (struct drand48_data): Likewise.
30654         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30655         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30656         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30657         Likewise.
30658         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30659         Likewise.
30660         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30661         (elf_greg_t): Likewise.
30662         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30663         (__jmp_buf): Likewise.
30664         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30665         definitions.
30666         (llrint): Likewise, for all definitions.
30667         (llrintl): Likewise.
30669         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30670         Remove [__GNUC__] condition.
30671         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30672         condition to just [__USE_ISOC99].
30673         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30675 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30677         [BZ #14200]
30678         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30679         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30680         defined.
30681         (_POSIX_V6_ILP32_OFF32): Likewise.
30682         (_XBS5_ILP32_OFF32): Likewise.
30683         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30684         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30686 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30688         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30690         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30691         doubles __mpexp_twomm1.  Adjust usage.
30692         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30693         Remove.
30695 2013-01-10  Andreas Schwab  <schwab@suse.de>
30697         [BZ #14964]
30698         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30699         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30701 2013-01-09  David S. Miller  <davem@davemloft.net>
30703         [BZ #15003]
30704         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30705         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30706         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30707         (TCP_FASTOPEN): Define.
30708         (tcp_repair_opt): New structure.
30709         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30710         enum values.
30711         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30712         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30713         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30714         (tcp_cookie_transactions): New structure.
30716 2013-01-09  Anton Blanchard  <anton@samba.org>
30718         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30719         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30720         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30721         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30723 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30725         * include/features.h (__USE_ANSI): Remove.
30727 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30729         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30731         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30733 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30735         * sysdeps/s390/fpu/libm-test-ulps: Update.
30737         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30739         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30740         (__acr): Likewise.
30741         (__cpy): Likewise.
30742         (norm): Likewise.
30743         (denorm): Likewise.
30744         (__mp_dbl): Likewise.
30745         (__dbl_mp): Likewise.
30746         (add_magnitudes): Likewise.
30747         (sub_magnitudes): Likewise.
30748         (__add): Likewise.
30749         (__sub): Likewise.
30750         (__mul): Likewise.
30751         (__inv): Likewise.
30752         (__dvd): Likewise.
30753         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30754         (__acr): Likewise.
30755         (__cpy): Likewise.
30756         (norm): Likewise.
30757         (denorm): Likewise.
30758         (__mp_dbl): Likewise.
30759         (__dbl_mp): Likewise.
30760         (add_magnitudes): Likewise.
30761         (sub_magnitudes): Likewise.
30762         (__add): Likewise.
30763         (__sub): Likewise.
30764         (__mul): Likewise.
30765         (__inv): Likewise.
30766         (__dvd): Likewise.
30767         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30768         (__acr): Likewise.
30769         (__cpy): Likewise.
30770         (norm): Likewise.
30771         (denorm): Likewise.
30772         (__mp_dbl): Likewise.
30773         (__dbl_mp): Likewise.
30774         (add_magnitudes): Likewise.
30775         (sub_magnitudes): Likewise.
30776         (__add): Likewise.
30777         (__sub): Likewise.
30778         (__mul): Likewise.
30779         (__inv): Likewise.
30780         (__dvd): Likewise.
30782 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30784         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30785         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30786         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30787         2 && __USE_EXTERN_INLINES]: Likewise.
30789 2013-01-08  Andreas Jaeger  <aj@suse.de>
30791         [BZ# 14985]
30792         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30793         Remove.
30794         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30795         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30797 2013-01-07  Anton Blanchard  <anton@samba.org>
30799         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30800         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30801         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30802         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30803         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30804         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30805         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30806         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30807         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30808         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30809         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30810         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30811         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30812         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30813         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30814         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30815         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30816         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30817         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30818         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30819         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30820         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30821         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30822         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30823         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30824         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30825         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30826         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30827         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30828         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30829         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30830         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30831         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30832         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30833         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30834         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30835         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30836         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30837         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30838         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30839         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30840         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30841         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30843 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30845         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30846         (__MALLOC_PMT): Likewise.
30847         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30848         [__GNUC__], only on [_LIBC].
30849         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30850         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30851         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30852         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30853         forward declaration.
30854         (realloc_hook_ini): Likewise.
30855         (memalign_hook_ini): Likewise.
30856         (__libc_memalign): Do not use __MALLOC_PMT in variable
30857         declaration.
30858         (__libc_valloc): Likewise.
30859         (__libc_pvalloc): Likewise.
30860         (__libc_calloc): Likewise.
30861         (__posix_memalign): Likewise.
30863         [BZ #14996]
30864         * math/s_casinh.c: Include <float.h>.
30865         (__casinh): Do not do computation with squaring and square root
30866         for large arguments.
30867         * math/s_casinhf.c: Include <float.h>.
30868         (__casinhf): Do not do computation with squaring and square root
30869         for large arguments.
30870         * math/s_casinhl.c: Include <float.h>.
30871         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30872         (__casinhl): Do not do computation with squaring and square root
30873         for large arguments.
30874         * math/libm-test.inc (casin_test): Add more tests.
30875         (casinh_test): Likewise.
30876         * sysdeps/i386/fpu/libm-test-ulps: Update.
30877         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30879 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30881         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30882         (__x86_64_raw_data_cache_size): Likewise.
30883         (__x86_64_data_cache_size_half): Likewise.
30884         (__x86_64_raw_data_cache_size_half): Likewise.
30885         (__x86_64_shared_cache_size): Likewise.
30886         (__x86_64_raw_shared_cache_size): Likewise.
30887         (__x86_64_shared_cache_size_half): Likewise.
30888         (__x86_64_raw_shared_cache_size_half): Likewise.
30889         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30890         to ...
30891         (__x86_data_cache_size): This.
30892         (__x86_64_raw_data_cache_size): Renamed to ...
30893         (__x86_raw_data_cache_size): This.
30894         (__x86_64_data_cache_size_half): Renamed to ...
30895         (__x86_data_cache_size_half): This.
30896         (__x86_64_raw_data_cache_size_half): Renamed to ...
30897         (__x86_raw_data_cache_size_half): This.
30898         (__x86_64_shared_cache_size): Renamed to ...
30899         (__x86_shared_cache_size): This.
30900         (__x86_64_raw_shared_cache_size): Renamed to ...
30901         (__x86_raw_shared_cache_size): This.
30902         (__x86_64_shared_cache_size_half): Renamed to ...
30903         (__x86_shared_cache_size_half): This.
30904         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30905         (__x86_raw_shared_cache_size_half): This.
30906         * sysdeps/x86_64/memcpy.S: Updated.
30907         * sysdeps/x86_64/memset.S: Likewise.
30908         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30909         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30910         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30912 2013-01-04  David S. Miller  <davem@davemloft.net>
30914         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30916 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30918         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30919         1 to avoid redefinition warning.
30920         (__USE_GNU): Don't define.
30921         (init_signaling_nan): Protoize.
30923         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30925 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30927         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30928         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30929         (__cpymn): Likewise.
30930         (norm): Remove commented code.
30931         (denorm): Likewise.
30932         (__mp_dbl): Likewise.
30933         (__inv): Likewise.
30934         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30935         (__cpymn): Likewise.
30936         (norm): Remove commented code.
30937         (denorm): Likewise.
30938         (__mp_dbl): Likewise.
30939         (__inv): Likewise.
30941         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30942         mp_no value for 1.0 and 2.0.
30943         (norm): Use RADIXI instead of radixi.d.
30944         (denorm): Likewise.
30945         (__mul): Use 0.0 instead of zero.d.
30946         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30947         mp_no value for 1.0 and 2.0.
30948         (norm): Use RADIXI instead of radixi.d.
30949         (denorm): Likewise.
30950         (__mul): Use 0.0 instead of zero.d.
30952 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30954         [BZ #14994]
30955         * math/s_casinh.c (__casinh): Reduce finite argument to first
30956         quadrant then set signs of results at the end.
30957         * math/s_casinhf.c (__casinhf): Likewise.
30958         * math/s_casinhl.c (__casinhl): Likewise.
30959         * math/libm-test.inc (casin_test): Add more tests.
30960         (casinh_test): Likewise.
30961         * sysdeps/i386/fpu/libm-test-ulps: Update.
30962         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30964 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30966         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30968         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30970         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30971         declarations.
30972         (denorm): Likewise.
30973         (__mp_dbl): Likewise.
30974         (__inv): Likewise.
30976         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30977         and adjust the header comment.
30979         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30980         variable name from declaration.
30982 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30984         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30985         Initialize COMMON_CPUID_INDEX_7 element.
30986         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30987         (CPUID_RTM): Likewise.
30988         (HAS_RTM): Likewise.
30989         (COMMON_CPUID_INDEX_7): New enum.
30991 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30993         [BZ #14981]
30994         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30995         size is zero, record memory as freed.
30997 2013-01-03  Andreas Jaeger  <aj@suse.de>
30999         * po/ia.po: Add new Interlingua translation.
31001 2012-01-03  Allan McRae  <allan@archlinux.org>
31003         * locale/programs/localedef.c: Fix description of '--posix' flag.
31005 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
31007         * NEWS: Update dates in second copyright notice.
31008         * README: Update copyright dates in example.
31009         * manual/libc.texinfo: Update copyright dates.
31010         * scripts/test-installation.pl: Update copyright date in --version
31011         output.
31013         * hurd/ctty-input.c: Fix copyright notice formatting.
31014         * hurd/ctty-output.c: Likewise.
31015         * hurd/dtable.c: Likewise.
31016         * hurd/hurd-raise.c: Likewise.
31017         * hurd/hurdprio.c: Likewise.
31018         * hurd/msgportdemux.c: Likewise.
31019         * misc/sys/file.h: Likewise.
31020         * misc/sys/ioctl.h: Likewise.
31021         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
31022         * sysdeps/mach/hurd/chdir.c: Likewise.
31023         * sysdeps/mach/hurd/fchdir.c: Likewise.
31024         * sysdeps/mach/hurd/rename.c: Likewise.
31025         * sysdeps/mach/hurd/rmdir.c: Likewise.
31026         * sysdeps/mach/hurd/seekdir.c: Likewise.
31027         * sysdeps/mach/hurd/setsid.c: Likewise.
31028         * sysdeps/posix/wait3.c: Likewise.
31030         * All files with FSF copyright notices: Update copyright dates
31031         using scripts/update-copyrights.
31032         * intl/plural.c: Regenerated.
31033         * locale/programs/charmap-kw.h: Likewise.
31034         * locale/programs/locfile-kw.h: Likewise.
31036 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
31038         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
31039         four values.
31041         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
31042         calculation loop and add branch prediction.
31044         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
31045         check access beyond bounds of m1np.
31047         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31048         MPTWO.
31049         (__inv): Remove local variable MPTWO to use the global
31050         constant.
31051         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
31052         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31053         variable MPTWO.
31054         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
31055         MP3HALFS static const.
31057 2013-01-01  David S. Miller  <davem@davemloft.net>
31059         * po/ca.po: Update from translation team.
31061 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
31063         * scripts/update-copyrights: New file.
31064         * Makeconfig: Reformat copyright notice.
31065         * ctype/ctype.h: Likewise.
31066         * debug/swprintf_chk.c: Likewise.
31067         * elf/dl-cache.c: Likewise.
31068         * elf/dl-debug.c: Likewise.
31069         * elf/dl-object.c: Likewise.
31070         * grp/initgroups.c: Likewise.
31071         * hurd/Makefile: Likewise.
31072         * hurd/hurd/signal.h: Likewise.
31073         * hurd/hurdfault.c: Likewise.
31074         * hurd/hurdioctl.c: Likewise.
31075         * hurd/hurdlookup.c: Likewise.
31076         * hurd/intr-msg.c: Likewise.
31077         * iconv/gconv_open.c: Likewise.
31078         * libio/swprintf.c: Likewise.
31079         * locale/lc-ctype.c: Likewise.
31080         * locale/nl_langinfo.c: Likewise.
31081         * mach/Machrules: Likewise.
31082         * mach/Makefile: Likewise.
31083         * malloc/obstack.h: Likewise.
31084         * manual/Makefile: Likewise.
31085         * manual/tsort.awk: Likewise.
31086         * misc/bits/stab.def: Likewise.
31087         * nis/nis_print_group_entry.c: Likewise.
31088         * nis/nis_table.c: Likewise.
31089         * nis/nss_compat/compat-pwd.c: Likewise.
31090         * nis/nss_compat/compat-spwd.c: Likewise.
31091         * po/Makefile: Likewise.
31092         * posix/fnmatch.c: Likewise.
31093         * posix/regex.h: Likewise.
31094         * resolv/Makefile: Likewise.
31095         * resolv/nss_dns/dns-network.c: Likewise.
31096         * resolv/res_hconf.c: Likewise.
31097         * scripts/gen-sorted.awk: Likewise.
31098         * soft-fp/soft-fp.h: Likewise.
31099         * stdio-common/printf.h: Likewise.
31100         * stdlib/monetary.h: Likewise.
31101         * stdlib/random.c: Likewise.
31102         * stdlib/random_r.c: Likewise.
31103         * sysdeps/generic/Makefile: Likewise.
31104         * sysdeps/gnu/Makefile: Likewise.
31105         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
31106         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
31107         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
31108         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
31109         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
31110         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
31111         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
31112         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
31113         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
31114         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
31115         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
31116         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
31117         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
31118         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
31119         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
31120         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
31121         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
31122         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
31123         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
31124         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
31125         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
31126         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
31127         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
31128         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
31129         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
31130         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
31131         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
31132         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
31133         * sysdeps/mach/hurd/errnos.awk: Likewise.
31134         * sysdeps/mach/hurd/fork.c: Likewise.
31135         * sysdeps/mach/hurd/getcwd.c: Likewise.
31136         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
31137         * sysdeps/mach/hurd/mmap.c: Likewise.
31138         * sysdeps/mach/hurd/utimes.c: Likewise.
31139         * sysdeps/mach/hurd/xmknod.c: Likewise.
31140         * sysdeps/posix/profil.c: Likewise.
31141         * sysdeps/posix/readdir_r.c: Likewise.
31142         * sysdeps/powerpc/bits/mathdef.h: Likewise.
31143         * sysdeps/powerpc/bits/setjmp.h: Likewise.
31144         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
31145         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
31146         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
31147         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
31148         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
31149         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
31150         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31151         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
31152         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
31153         * sysdeps/pthread/lio_listio.c: Likewise.
31154         * sysdeps/sparc/dl-procinfo.h: Likewise.
31155         * sysdeps/unix/i386/sysdep.S: Likewise.
31156         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
31157         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
31158         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
31159         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
31160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
31161         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
31162         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
31163         * sysdeps/unix/sysv/linux/speed.c: Likewise.
31164         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
31165         * sysdeps/wordsize-32/divdi3.c: Likewise.
31166         * time/sys/time.h: Likewise.
31167         * wcsmbs/Makefile: Likewise.
31169 2013-01-01  David S. Miller  <davem@davemloft.net>
31171         * po/fr.po: Update from translation team.
31173         * catgets/gencat.c: Update copyright year.
31174         * csu/version.c: Likewise.
31175         * debug/catchsegv.sh: Likewise.
31176         * debug/pcprofiledump.c: Likewise.
31177         * debug/xtrace.sh: Likewise.
31178         * elf/ldconfig.c: Likewise.
31179         * elf/ldd.bash.in: Likewise.
31180         * elf/pldd.c: Likewise.
31181         * elf/sotruss.ksh: Likewise.
31182         * elf/sprof.c: Likewise.
31183         * iconv/iconv_prog.c: Likewise.
31184         * iconv/iconvconfig.c: Likewise.
31185         * locale/programs/locale.c: Likewise.
31186         * locale/programs/localedef.c: Likewise.
31187         * login/programs/pt_chown.c: Likewise.
31188         * malloc/memusage.sh: Likewise.
31189         * malloc/memusagestat.c: Likewise.
31190         * malloc/mtrace.pl: Likewise.
31191         * nscd/nscd.c: Likewise.
31192         * nss/getent.c: Likewise.
31193         * nss/makedb.c: Likewise.
31194         * posix/getconf.c: Likewise.
31196 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
31198         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
31199         numbers.
31201 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
31203         * math/bits/mathcalls.h (modf): Use __nonnull.
31205 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31207         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
31208         (split): Use macro CN instead of the bare value.
31209         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
31210         could be used.
31211         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
31212         instead of the bare value.
31213         (power1): Likewise.
31215 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31217         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
31218         __ATAN_TWOM.
31219         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31221         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
31222         their values.
31223         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
31224         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31225         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
31226         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
31228 2012-12-28  Andreas Jaeger  <aj@suse.de>
31230         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
31231         values are from Linux 3.7.
31233         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
31234         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
31236 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31238         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
31239         TRUE case.
31241         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
31242         (norm): Likewise.
31243         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
31244         variables with preprocessor constants.
31245         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
31246         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
31247         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
31249 2012-12-27  Bruno Haible  <bruno@clisp.org>
31251         [BZ #14317]
31252         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31253         only if needed.
31255 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31257         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31258         and use variable directly.
31259         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31261         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31262         MPONE.
31263         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31264         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31265         variable MPONE.
31266         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31267         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31268         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31269         include directive.  Remove local variable MPONE.
31270         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31271         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31272         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31274 2012-12-25  David S. Miller  <davem@davemloft.net>
31276         * version.h (RELEASE): Set to "development".
31277         (VERSION): Set to "2.17.90".
31278         * NEWS: Add 2.18 section.
31280 2012-12-21  David S. Miller  <davem@davemloft.net>
31282         * po/hr.po: Update from translation team.
31284 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31286         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31288 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31290         * NEWS:  Mention new memcpy for MIPS.
31292 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31294         * manual/contrib.texi (Contributors): Spelling correction.
31296 2012-12-15  David S. Miller  <davem@davemloft.net>
31298         * po/ru.po: Update from translation team.
31300 2012-12-13  David S. Miller  <davem@davemloft.net>
31302         * NEWS: Mention IFUNC testsuite enhancements.
31304         * po/pl.po: Update from translation team.
31305         * po/bg.po: Likewise.
31307         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31308         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31310 2012-12-11  David S. Miller  <davem@davemloft.net>
31312         * po/sv.po: Update from translation team.
31314         * po/vi.po: Update from translation team.
31316         * po/cs.po: Update from translation team.
31318         * po/de.po: Update from translation team.
31319         * po/eo.po: Likewise.
31320         * po/nl.po: Likewise.
31322 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31324         [BZ #14246]
31325         * manual/argp.texi (Argp Helper Functions): Move node to follow
31326         Argp Parsing State.
31328         [BZ #14872]
31329         * manual/conf.texi (Limits on File System Capacity): Mention if
31330         terminating null is included in the max size.
31332 2012-12-10  Andreas Jaeger  <aj@suse.de>
31334         * po/cs.po: Update from translation team.
31336 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31338         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31339         void pointer and cast to uintptr_t.
31340         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31341         path.
31342         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31343         * sysdeps/s390/s390-64/memset.S: Likewise.
31345 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31347         [BZ #14833]
31348         * menual/message.texi (Message Translation): Fix typos.
31349         (Helper programs for gettext): Likewise.
31351 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31353         [BZ #14898]
31354         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31355         Change to -1.
31357 2012-12-07  David S. Miller  <davem@davemloft.net>
31359         * po/libc.pot: Update.
31361 2012-12-07  Richard Henderson  <rth@redhat.com>
31363         [BZ #10114]
31364         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31365         normal/normal case to before the switch.
31366         (_FP_DIV): Likewise.
31368 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31369             Mike Frysinger  <vapier@gentoo.org>
31371         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31372         check for __NR_fadvise64_64.
31374 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31376         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31377         0, not just to plain "0" as a statement.
31378         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31379         with cw.
31381 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31383         * NEWS: Use sourceware.org in Bugzilla URL.
31385 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31388         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31390         * stdio-common/tst-put-error.c (do_test): Add newline to the
31391         padded test to ensure flush.
31393 2012-12-05  Jeff Law  <law@redhat.com>
31395         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31397 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31399         * README: Don't refer to ports add-on as distributed separately.
31400         Mention AArch64 in list of systems supported in the ports add-on.
31402         * LICENSES: Add more non-FSF copyright and license notices.
31404         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31405         ((unused)).
31407         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31409         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31410         10000 as width of padded output.
31412 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31414         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31416         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31417         variable LX with __attribute__ ((unused)).
31418         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31419         Likewise.
31420         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31421         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31422         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31423         with __attribute__ ((unused)).
31425 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31427         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31429 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31431         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31432         (CFLAGS-nldbl-acos.c): New variable.
31433         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31434         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31435         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31436         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31437         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31438         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31439         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31440         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31441         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31442         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31443         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31444         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31445         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31446         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31447         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31448         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31449         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31450         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31451         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31452         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31453         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31454         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31455         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31456         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31457         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31458         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31459         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31460         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31461         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31462         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31463         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31464         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31465         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31466         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31467         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31468         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31469         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31470         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31471         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31472         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31473         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31474         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31475         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31476         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31477         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31478         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31479         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31480         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31481         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31482         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31483         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31484         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31485         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31486         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31487         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31488         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31489         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31490         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31491         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31492         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31493         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31494         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31495         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31496         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31497         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31498         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31499         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31500         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31501         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31502         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31503         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31504         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31505         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31506         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31507         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31508         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31509         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31510         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31511         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31512         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31513         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31514         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31515         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31516         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31517         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31518         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31519         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31520         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31521         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31522         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31523         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31524         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31525         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31526         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31527         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31528         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31529         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31532         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31534         [BZ #14914]
31535         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31536         whole low double instead of just low 47 bits when splitting values
31537         into two parts.
31539 2012-12-03  Allan McRae  <allan@archlinux.org>
31541         * manual/stdio.texi (Predefined Printf Handlers): Remove
31542         @hsep and @vsep usage.
31544 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31546         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31547         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31549 2012-12-03  Jeff Law  <law@redhat.com>
31551         * time/sys/time.h (settimeofday): Do not mark TV argument
31552         as __nonnull.
31554 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31556         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31557         when currently writing and seek to current position when not.
31558         * libio/Makefile (tests): Remove bug-fclose1.
31559         * libio/bug-fclose1.c: Delete.
31561 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31563         * manual/arith.texi (feenableexcept): Fix typo.
31564         (fedisableexcept): Likewise.
31566 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31568         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31569         second, differently-typed declaration, rather than a cast.
31571 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31573         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31574         * include/rpc/svc.h: ... here.
31576 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31578         [BZ #13013]
31579         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31580         depending n and resplen2 to catch cases where answer
31581         equals answerp2.
31583 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31585         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31586         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31588 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31590         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31592 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31594         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31596 2012-11-28  Jeff Law  <law@redhat.com>
31598         [BZ #13761]
31599         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31600         dataset_temporary.  Track alloca usage into alloca_used.
31601         If dataset is large allocate and release it via malloc/free.
31603 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31605         [BZ #14197]
31606         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31608 2012-11-28  David S. Miller  <davem@davemloft.net>
31610         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31612 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31614         [BZ #14803]
31615         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31616         of pi/2 rounded to nearest to 64 bits.
31617         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31618         nearest to 64 bits.
31619         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31620         bits.
31622 2012-11-28  Jeff Law <law@redhat.com>
31623             Martin Osvald <mosvald@redhat.com>
31625         [BZ #14889]
31626         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31627         * sunrpc/svc.c: Include time.h.
31628         (__svc_accept_failed): New function.
31629         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31630         any reason other than EINTR, call __svc_accept_failed.
31631         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31632         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31634 2012-11-28  Andreas Schwab  <schwab@suse.de>
31636         * scripts/abilist.awk: Also handle indirect functions in .opd
31637         section.
31639 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31641         [BZ #13881]
31642         * sysdeps/x86/fpu/powl_helper.c: New file.
31643         * sysdeps/x86/fpu/Makefile: Likewise.
31644         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31645         (p3): New object.
31646         (__ieee754_powl): Use __powl_helper for finite arguments except
31647         integer exponents below 8.
31648         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31649         (p3): New object.
31650         (__ieee754_powl): Use __powl_helper for finite arguments except
31651         integer exponents below 8.
31652         * math/libm-test.inc (pow_test): Add more tests and enable some
31653         previously disabled tests.
31654         * sysdeps/i386/fpu/libm-test-ulps: Update.
31655         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31657 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31658             Carlos O'Donell  <carlos_odonell@mentor.com>
31660         * nss/makedb.c (is_prime): Assert that input is odd and greater
31661         than 4.  Note that fact in a comment too.
31662         (next_prime): Add 4 to input.
31664 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31666         [BZ #11741]
31667         * libio/Makefile (tests): Add test case tst-fwrite-error.
31668         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31669         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31670         * libio/tst-fwrite-error.c: New test case.
31672 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31674         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31675         before casting to void *.
31676         * include/libc-internal.h (__pointer_type): New macro.
31677         (__integer_if_pointer_type_sub): Likewise.
31678         (__integer_if_pointer_type): Likewise.
31679         (cast_to_integer): Likewise.
31680         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31681         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31682         before casting to atomic64_t.
31683         (atomic_exchange_acq): Likewise.
31684         (__arch_exchange_and_add_body): Likewise.
31685         (__arch_add_body): Likewise.
31686         (atomic_add_negative): Likewise.
31687         (atomic_add_zero): Likewise.
31689 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31691         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31692         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31693         (add_fdes): Likewise.
31694         (linear_search_fdes): Likewise.
31695         (binary_search_unencoded_fdes): Likewise.
31697 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31699         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31701 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31703         * configure.in: Autodetect C++ header directories.
31704         * configure: Regenerated.
31706 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31708         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31710 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31712         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31714 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31716         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31717         LDBL_MANT_DIG == 106]: Disable some tests.
31718         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31719         Likewise.
31720         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31721         Likewise.
31723         [BZ #14871]
31724         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31725         input for small inputs.  Return +/- pi/2 for large inputs.
31726         * math/libm-test.inc (atan_test): Add more tests.
31728         * sysdeps/generic/unwind-dw2-fde-glibc.c
31729         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31730         __attribute__ ((unused)).
31732         [BZ #14645]
31733         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31734         x * y if x and y are nonzero and z is zero.
31736         [BZ #14811]
31737         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31738         nonzero exponents with absolute value below 0x1p-117 to +/-
31739         0x1p-117.
31741         [BZ #14869]
31742         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31743         up arguments below 2**-450, not just those below 2**-500.
31744         * math/libm-test.inc (hypot_test): Add another test.
31746         [BZ #14868]
31747         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31748         Return a+b for ratio over 2**120, not 2**60.
31749         * math/libm-test.inc (hypot_test): Add another test.
31751         * math/libm-test.inc (clog_test): Use
31752         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31753         (clog10_test): Likewise.
31755         [BZ #6778]
31756         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31758 2012-11-22  Andreas Schwab  <schwab@suse.de>
31760         * sysdeps/i386/fpu/libm-test-ulps: Update.
31762 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31764         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31765         printf output with newline.
31767 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31769         [BZ #14865]
31770         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31771         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31772         -z nodlopen, -z initfirst and -z execstack support.
31773         * configure: Regenerated.
31775         * elf/elf.h (DF_1_NODIRECT): New macro.
31776         (DF_1_IGNMULDEF): Likewise.
31777         (DF_1_NOKSYMS): Likewise.
31778         (DF_1_NOHDR): Likewise.
31779         (DF_1_EDITED): Likewise.
31780         (DF_1_NORELOC): Likewise.
31781         (DF_1_SYMINTPOSE): Likewise.
31782         (DF_1_GLOBAUDIT): Likewise.
31783         (DF_1_SINGLETON): Likewise.
31784         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31785         DT_1_SUPPORTED_MASK bits.
31786         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31788 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31790         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31792 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31794         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31795         macro.
31797         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31798         (sendmmsg): Move declarations...
31799         * socket/sys/socket.h: ... here.
31800         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31801         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31802         include it from...
31803         * socket/recvmmsg.c: ... this new file.
31804         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31805         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31806         definition of __sendmmsg hidden.
31807         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31808         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31809         Move ENOSYS stub into and include it from...
31810         * socket/sendmmsg.c: ... this new file.
31811         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31812         (sysdep_routines): Move recvmmsg and sendmmsg...
31813         * socket/Makefile (routines): ... here.
31814         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31815         (GLIBC_PRIVATE): Add __sendmmsg.
31816         * include/sys/socket.h (__sendmmsg): Add declarations.
31817         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31818         sendmmsg.
31820 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31822         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31823         variable I1 with __attribute__ ((unused)).
31824         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31826 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31828         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31829         DUMMY variables with __attribute__ ((unused)).
31831         * bits/byteswap.h: Include <bits/types.h>.
31832         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31834 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31836         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31837         string_t.  Do not manually set errno.
31838         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31839         length with __strnlen.  Make sure to both set errno and return it on
31840         failure.
31842 2012-11-19  David S. Miller  <davem@davemloft.net>
31844         With help from Joseph Myers.
31845         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31846         very large arguments properly.
31847         * math/libm-test.inc (atan_test): New tests.
31848         (atan2_test): New tests.
31849         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31850         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31852 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31854         [BZ #14856]
31855         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31856         Define to 3.
31858         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31859         [POSIX] (EADDRNOTAVAIL): Likewise.
31860         [POSIX] (EAFNOSUPPORT): Likewise.
31861         [POSIX] (EALREADY): Likewise.
31862         [POSIX] (ECONNABORTED): Likewise.
31863         [POSIX] (ECONNREFUSED): Likewise.
31864         [POSIX] (ECONNRESET): Likewise.
31865         [POSIX] (EDESTADDRREQ): Likewise.
31866         [POSIX] (EDQUOT): Likewise.
31867         [POSIX] (EHOSTUNREACH): Likewise.
31868         [POSIX] (EIDRM): Likewise.
31869         [POSIX] (EISCONN): Likewise.
31870         [POSIX] (ELOOP): Likewise.
31871         [POSIX] (EMULTIHOP): Likewise.
31872         [POSIX] (ENETDOWN): Likewise.
31873         [POSIX] (ENETUNREACH): Likewise.
31874         [POSIX] (ENOBUFS): Likewise.
31875         [POSIX] (ENODATA): Likewise.
31876         [POSIX] (ENOLINK): Likewise.
31877         [POSIX] (ENOMSG): Likewise.
31878         [POSIX] (ENOPROTOOPT): Likewise.
31879         [POSIX] (ENOSR): Likewise.
31880         [POSIX] (ENOSTR): Likewise.
31881         [POSIX] (ENOTCONN): Likewise.
31882         [POSIX] (ENOTSOCK): Likewise.
31883         [POSIX] (EOPNOTSUPP): Likewise.
31884         [POSIX] (EOVERFLOW): Likewise.
31885         [POSIX] (EPROTO): Likewise.
31886         [POSIX] (EPROTONOSUPPORT): Likewise.
31887         [POSIX] (EPROTOTYPE): Likewise.
31888         [POSIX] (ESTALE): Likewise.
31889         [POSIX] (ETIME): Likewise.
31890         [POSIX] (ETXTBSY): Likewise.
31891         [POSIX] (EWOULDBLOCK): Likewise.
31892         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31893         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31894         [POSIX] (SEEK_CUR): Likewise.
31895         [POSIX] (SEEK_END): Likewise.
31896         [POSIX || UNIX98] (mode_t): Do not require.
31897         [POSIX] (off_t): Likewise.
31898         [POSIX] (pid_t): Likewise.
31899         [POSIX] (sys/stat.h): Do not allow header.
31900         [POSIX] (unistd.h): Likewise.
31901         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31902         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31903         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31904         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31905         require.
31906         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31907         sigevent): Specify elements.
31908         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31909         entry.
31910         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31911         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31913         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31914         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31915         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31916         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31917         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31918         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31919         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31920         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31921         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31922         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31923         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31924         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31925         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31926         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31927         Likewise.
31928         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31929         Likewise.
31930         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31931         Likewise.
31932         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31933         Likewise.
31934         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31935         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31936         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31937         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31938         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31939         Specify lower bound on value.
31940         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31941         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31942         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31943         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31944         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31945         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31946         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31947         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31948         value.
31949         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31950         as optional.
31951         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31952         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31953         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31954         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31955         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31956         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31957         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31958         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31959         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31960         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31961         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31962         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31963         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31964         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31965         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31966         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31967         entry.
31968         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31969         optional.
31970         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31971         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31972         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31973         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31974         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31975         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31976         Likewise.
31977         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31978         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31979         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31980         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31981         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31982         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31983         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31984         as optional.
31985         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31986         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31987         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31988         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31989         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31990         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31991         specify as optional.
31992         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31993         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31994         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31995         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31996         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31997         [XPG3] (NL_LANGMAX): Likewise.
31998         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31999         [POSIX || XPG3] (NL_NMAX): Likewise.
32000         [POSIX || XPG3] (NL_SETMAX): Likewise.
32001         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
32002         [XPG3] (NZERO): Likewise.
32003         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
32004         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
32005         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
32006         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
32007         (REG_ERANGE): Expect.
32008         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
32009         optional-constant.
32010         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
32011         Use (void) in prototype.
32012         [POSIX] (*_t): Allow.
32013         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
32014         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
32015         (WRDE_BADVAL): Expect.
32017         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
32018         expect.
32019         [XPG3 || XPG4] (O_RSYNC): Likewise.
32020         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
32021         Likewise.
32022         [XPG3 || XPG4] (pthread_sigmask): Likewise.
32023         [XPG3 || XPG4] (sigqueue): Likewise.
32024         [XPG3 || XPG4] (sigtimedwait): Likewise.
32025         [XPG3 || XPG4] (sigwaitinfo): Likewise.
32026         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
32027         [XPG3 || XPG4] (vsnprintf): Likewise.
32028         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
32029         Likewise.
32030         [XPG3 || XPG4] (blksize_t): Likewise.
32031         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
32032         Likewise.
32033         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
32034         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
32035         [XPG3 || XPG4] (struct itimerspec): Likewise.
32036         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
32037         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
32038         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
32039         [XPG3 || XPG4] (clockid_t): Likewise.
32040         [XPG3 || XPG4] (timer_t): Likewise.
32041         [XPG3 || XPG4] (clock_getres): Likewise.
32042         [XPG3 || XPG4] (clock_gettime): Likewise.
32043         [XPG3 || XPG4] (clock_settime): Likewise.
32044         [XPG3 || XPG4] (nanosleep): Likewise.
32045         [XPG3 || XPG4] (timer_create): Likewise.
32046         [XPG3 || XPG4] (timer_delete): Likewise.
32047         [XPG3 || XPG4] (timer_gettime): Likewise.
32048         [XPG3 || XPG4] (timer_getoverrun): Likewise.
32049         [XPG3 || XPG4] (timer_settime): Likewise.
32050         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
32051         [XPG3 || XPG4] (getlogin_r): Likewise.
32052         [XPG3 || XPG4] (pread): Likewise.
32053         [XPG3 || XPG4] (pthread_atfork): Likewise.
32054         [XPG3 || XPG4] (pwrite): Likewise.
32056         [BZ #14835]
32057         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
32058         <bits/siginfo.h>.
32060 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
32062         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
32063         finalizing MALLSTREAM.
32065         * sysdeps/mach/hurd/syncfs.c: New file.
32067 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32069         [BZ #14719]
32070         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
32071         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
32072         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
32073         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
32074         (_nss_dns_gethostbyname4_r): Likewise.
32075         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
32076         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
32078 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
32080         [BZ #13763]
32081         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
32083 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
32085         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
32086         * elf/cache.c (print_entry): Print ",AArch64" for
32087         FLAG_AARCH64_LIB64
32089         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
32090         * elf/cache.c (print_entry): Print ",hard-float" for
32091         FLAG_ARM_LIBHF.
32093 2012-11-18  David S. Miller  <davem@davemloft.net>
32095         With help from Joseph Myers.
32096         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
32097         cutoff to 2**-13.
32098         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
32099         cutoff to 2**-25.
32100         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
32101         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
32102         small.
32103         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
32104         * math/libm-test.inc (y0_test): New tests.
32105         (y1_test): New tests.
32106         * sysdeps/i386/fpu/libm-test-ulps: Update.
32107         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32108         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32110 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
32112         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
32113         64-bit targets.
32114         * configure: Regenerated.
32116 2012-11-17  David S. Miller  <davem@davemloft.net>
32118         [BZ #14811]
32119         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
32120         nonzero exponents with absolute value below 0x1p-128 to +/-
32121         0x1p-128.
32123 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
32125         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
32127         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
32129         * posix/getconf-speclist.c: New file.
32130         * posix/posix-envs.def: Likewise.
32131         * posix/confstr.c (START_ENV_GROUP): New macro.
32132         (END_ENV_GROUP): Likewise.
32133         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32134         (KNOWN_PRESENT_ENV_STRING): Likewise.
32135         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32136         (UNKNOWN_ENVIRONMENT): Likewise.
32137         (confstr): Include posix-envs.def instead of handling
32138         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
32139         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
32140         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
32141         (END_ENV_GROUP): Likewise.
32142         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
32143         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
32144         (UNKNOWN_ENVIRONMENT): Likewise.
32145         (__sysconf): Include posix-envs.def instead of handling associated
32146         cases directly here.
32147         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
32148         preprocessing getconf-speclist.c rather than running getconf or
32149         generating empty file.
32151 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
32153         * scripts/check-local-headers.sh: Ignore 'mach' headers.
32155 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
32157         [BZ #14672]
32158         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
32160 2012-11-16  David S. Miller  <davem@davemloft.net>
32162         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
32163         smaller than LDBL_EPSILON/2.0L, just return xm1.
32165 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
32167         * elf/tst-array1.c (init): Set constructor priority to 1000.
32168         (fini): Set destructor priority to 1000.
32169         * elf/tst-array2dep.c: Likewise.
32171 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32173         [BZ #11741]
32174         * libio/fileops.c (_IO_new_file_write): Correctly return error.
32175         (_IO_new_file_xsputn): Also return EOF if none of the input
32176         data was written when overflow failed.
32177         * libio/iopadn.c (_IO_padn): Likewise.
32178         * libio/iowpadn.c (_IO_wpadn): Likewise.
32179         * stdio-common/tst-put-error.c: Add copyright notice.
32180         (do_test): Add case for printing padded string.
32181         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
32182         _IO_padn returned error.
32183         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
32184         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
32185         return EOF.
32187 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
32189         * libio/libioP.h: Add comment note that the references to C++
32190         bits are now obsolete.
32192 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32194         * math/libm-test.inc (check_complex): Use asprintf.
32196 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
32198         * debug/pcprofiledump.c (print_version): Update copyright year.
32199         * malloc/memusagestat.c (print_version): Likewise.
32201 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
32203         [BZ #14831]
32204         * elf/Makefile (tests): Add tst-audit8.
32205         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
32206         ($(objpfx)tst-audit8.out): New target.
32207         (tst-audit8-ENV): New variable.
32208         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
32209         audit if l_reloc_result is NULL.
32210         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
32211         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
32212         * elf/tst-audit8.c: New file.
32214 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32216         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
32217         * misc/Makefile (CFLAGS-select.c): Define.
32218         * posix/Makefile (CFLAGS-pause.c): Define.
32220 2012-11-13  David S. Miller  <davem@davemloft.net>
32222         * crypt/Makefile: Move test targets after toplevel Rules
32223         inclusion.  Grab any necessary sysdep routines when linking.
32224         * crypt/md5.c (md5_process_block): Remove define, we will always
32225         name it __md5_process_block.
32226         (md5_finish_ctx): Update md5_process_block call.
32227         (md5_stream): Likewise.
32228         (md5_process_bytes): Likewise.
32229         (md5_process_block): Rename to __md5_process_block and move to ...
32230         * crypt/md5-block.c: ... here.
32231         * crypt/sha256.c (sha256_process_block): Move to ...
32232         * crypt/sha256-block.c: ... here.
32233         * crypt/sha512.c (sha512_process_block): Move to ...
32234         * crypt/sha512-block.c: ... here.
32235         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
32236         path.
32237         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
32238         * sysdeps/sparc/sparc64/multiarch/Makefile
32239         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
32240         crypt subdir.
32241         (localedef-aux): Add md5 crypto assembler when in locale subdir.
32242         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
32243         multiarch changes.
32244         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
32245         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
32246         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
32247         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
32248         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
32249         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
32250         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
32251         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
32252         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32253         file.
32254         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32255         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32256         file.
32257         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32259 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32261         * timezone/tzselect.ksh: Update from tzcode git revision
32262         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32263         * timezone/zdump.c: Likewise.
32264         * timezone/zic.c: Likewise.
32265         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32266         in TZVERSION setting, not $(PKGVERSION).
32267         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32268         REPORT_BUGS_TO settings.
32270         [BZ #14838]
32271         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32272         macro.
32274 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32276         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32277         detection to immediately after _FP_ROUND().
32278         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32279         bits are 0.
32281 2012-11-11  David S. Miller  <davem@davemloft.net>
32283         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32284         inttypes.h
32285         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32286         __close rather than their public counterparts.
32288 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32290         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32291         file.
32292         [UNIX98] (sem_timedwait): Do not expect.
32293         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32294         [XPG4 || UNIX98] (sockatmark): Do not expect.
32295         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32296         (clock_getcpuclockid): Do not expect.
32297         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32298         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32299         Do not expect.
32300         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32301         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32302         [UNIX98] (vwscanf): Likewise.
32303         [UNIX98] (vswscanf): Likewise.
32305 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32307         * timezone/version.h: Remove file.
32308         * timezone/README: Do not refer to version.h.
32309         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32310         $(objpfx)version.h.
32311         ($(objpfx)zdump.o): Likewise.
32312         ($(objpfx)version.h): New target.
32314         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32315         2012i.
32316         * timezone/README: Don't mention modification to tzselect.ksh.
32317         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32318         work on unmodified tzselect.ksh.  Substitute version numbers in
32319         tzselect.ksh.
32321         * Makefile (format-me): Remove.
32322         (INSTALL): Adjust indentation.  Use commands directly instead of
32323         using $(format-me).
32325         * aclocal.m4 (ACX_PKGVERSION): New macro.
32326         (ACX_BUGURL): Likewise.
32327         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32328         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32329         (REPORT_BUGS_TO): Likewise.
32330         * configure: Regenerated.
32331         * config.h.in (PKGVERSION): New macro.
32332         (REPORT_BUGS_TO): Likewise.
32333         * config.make.in (PKGVERSION): New variable.
32334         (PKGVERSION_TEXI): Likewise.
32335         (REPORT_BUGS_TO): Likewise.
32336         (REPORT_BUGS_TEXI): Likewise.
32337         * Makefile (format-me): Use -I$(common-objpfx)manual.
32338         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32339         ($(common-objpfx)manual/%): New target.
32340         (manual/%): Remove target.
32341         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32342         (print_version): Use PKGVERSION.
32343         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32344         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32345         and REPORT_BUGS_TO.
32346         ($(objpfx)xtrace): Likewise.
32347         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32348         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32349         (print_version): Use PKGVERSION.
32350         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32351         (do_version): Use PKGVERSION.
32352         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32353         REPORT_BUGS_TO.
32354         (common-ldd-rewrite): Likewise.
32355         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32356         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32357         (print_version): Use PKGVERSION.
32358         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32359         * elf/pldd.c (argp_program_bug_address): Remove variable.
32360         (more_help): New function.
32361         (argp): Use more_help.
32362         (print_version): Use PKGVERSION.
32363         * elf/sln.c (main): Use PKGVERSION.
32364         (usage): Use REPORT_BUGS_TO.
32365         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32366         (top level): Use PKGVERSION.
32367         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32368         (print_version): Use PKGVERSION.
32369         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32370         (print_version): Use PKGVERSION.
32371         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32372         (print_version): Use PKGVERSION.
32373         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32374         (print_version): Use PKGVERSION.
32375         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32376         (print_version): Use PKGVERSION.
32377         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32378         (print_version): Use PKGVERSION.
32379         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32380         and BUGURL.
32381         ($(objpfx)memusage): Likewise.
32382         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32383         (do_version): Use PKGVERSION.
32384         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32385         (print_version): Use PKGVERSION.
32386         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32387         ($PKGVERSION): New variable.
32388         ($REPORT_BUGS_TO): Likewise.
32389         (usage): Use $REPORT_BUGS_TO.
32390         (top level): Use $PKGVERSION.
32391         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32392         ($(objpfx)pkgvers.texi): New rule.
32393         ($(objpfx)stamp-pkgvers): Likewise.
32394         * manual/install.texi: Include pkgvers.texi.
32395         (--with-pkgversion): Document new configure option.
32396         (--with-bugurl): Likewise.
32397         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32398         than necessarily for this particular distribution.  Use
32399         REPORT_BUGS_TO for where to report bugs.
32400         * INSTALL: Regenerated.
32401         * manual/libc.texinfo: Include pkgvers.texi.
32402         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32403         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32404         (print_version): Use PKGVERSION.
32405         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32406         (print_version): Use PKGVERSION.
32407         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32408         (print_version): Use PKGVERSION.
32409         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32410         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32411         macro.
32412         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32413         (print_version): Use PKGVERSION.
32414         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32415         (print_version): Use PKGVERSION.
32416         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32417         and PKGVERSION.
32419         * timezone/checktab.awk: Update from tzcode 2012i.
32420         * timezone/ialloc.c: Likewise.
32421         * timezone/private.h: Likewise.
32422         * timezone/scheck.c: Likewise.
32423         * timezone/tzfile.h: Likewise.
32424         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32425         (TZVERSION): Hardcode tzcode version number.
32426         * timezone/zdump.c: Update from tzcode 2012i.
32427         * timezone/zic.c: Likewise.
32428         * timezone/version.h: New file.
32429         * timezone/README: Describe version.h.  Update upstream location.
32431         [BZ #14824]
32432         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32433         (mktemp): Enable declaration.
32434         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32435         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32436         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32437         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32438         Likewise.
32439         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32440         Likewise.
32441         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32442         Likewise.
32443         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32444         Likewise.
32445         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32446         Likewise.
32447         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32448         Likewise.
32450         [BZ #14821]
32451         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32452         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32453         for copies of such integer values.
32454         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32455         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32457 2012-11-09  Andreas Jaeger  <aj@suse.de>
32459         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32460         definitions and declarations that are provided by
32461         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32463 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32465         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32466         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32467         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32468         definition.
32470 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32472         * elf/elf.h: Update comment before AArch64 relocations.
32474 2012-11-07  David S. Miller  <davem@davemloft.net>
32476         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32477         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32478         (__start_context): Declare.
32479         (__makecontext_ret): Delete.
32480         (__makecontext): Hook up __start_context instead of
32481         __makecontext_ret.
32482         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32483         (sysdep_routines): Add __start_context when in stdlib.
32485 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32487         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32488         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32489         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32490         hardcoded "nm".
32491         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32492         (READELF): New variable.  Use it instead of hardcoded "readelf".
32494 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32496         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32497         * sysdeps/x86/Makefile: Here.
32498         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32499         * sysdeps/x86/tst-xmmymm.sh: This.
32501 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32503         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32504         expectations.
32505         [UNIX98] (pthread_barrier_t): Do not expect.
32506         [UNIX98] (pthread_barrierattr_t): Likewise.
32507         [UNIX98] (pthread_spinlock_t): Likewise.
32508         [UNIX98] (pthread_barrier_destroy): Likewise.
32509         [UNIX98] (pthread_barrier_init): Likewise.
32510         [UNIX98] (pthread_barrier_wait): Likewise.
32511         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32512         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32513         [UNIX98] (pthread_barrierattr_init): Likewise.
32514         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32515         [UNIX98] (pthread_getcpuclockid): Likewise.
32516         [UNIX98] (pthread_mutex_timedlock): Likewise.
32517         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32518         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32519         [UNIX98] (pthread_sigmask): Likewise.
32520         [UNIX98] (pthread_spin_destroy): Likewise.
32521         [UNIX98] (pthread_spin_init): Likewise.
32522         [UNIX98] (pthread_spin_lock): Likewise.
32523         [UNIX98] (pthread_spin_trylock): Likewise.
32524         [UNIX98] (pthread_spin_unlock): Likewise.
32525         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32526         Do not expect.
32527         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32528         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32529         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32530         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32531         [XPG3 || XPG4] (pthread_key_t): Likewise.
32532         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32533         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32534         [XPG3 || XPG4] (pthread_once_t): Likewise.
32535         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32536         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32537         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32538         [XPG3 || XPG4] (pthread_t): Likewise.
32540         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32541         not expect.
32542         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32544         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32545         Change function return type to int.
32547         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32548         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32549         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32550         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32551         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32552         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32553         [!POSIX] (posix_madvise): Likewise.
32554         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32555         && !UNIX98].
32556         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32557         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32558         (mode_t): Likewise.
32559         (posix_mem_offset): Likewise.
32560         (posix_typed_mem_get_info): Likewise.
32561         (posix_typed_mem_open): Likewise.
32563         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32564         Change condition to [XOPEN2K8].
32566         * conform/conformtest.pl: Preprocess allow-header data with -x c
32567         instead of from stdin.
32568         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32569         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32570         [C99-based standards] (cerfc): Likewise.
32571         [C99-based standards] (cexp2): Likewise.
32572         [C99-based standards] (cexpm1): Likewise.
32573         [C99-based standards] (clog10): Likewise.
32574         [C99-based standards] (clog1p): Likewise.
32575         [C99-based standards] (clog2): Likewise.
32576         [C99-based standards] (clgamma): Likewise.
32577         [C99-based standards] (ctgamma): Likewise.
32578         [C99-based standards] (cerff): Likewise.
32579         [C99-based standards] (cerfcf): Likewise.
32580         [C99-based standards] (cexp2f): Likewise.
32581         [C99-based standards] (cexpm1f): Likewise.
32582         [C99-based standards] (clog10f): Likewise.
32583         [C99-based standards] (clog1pf): Likewise.
32584         [C99-based standards] (clog2f): Likewise.
32585         [C99-based standards] (clgammaf): Likewise.
32586         [C99-based standards] (ctgammaf): Likewise.
32587         [C99-based standards] (cerfl): Likewise.
32588         [C99-based standards] (cerfcl): Likewise.
32589         [C99-based standards] (cexp2l): Likewise.
32590         [C99-based standards] (cexpm1l): Likewise.
32591         [C99-based standards] (clog10l): Likewise.
32592         [C99-based standards] (clog1pl): Likewise.
32593         [C99-based standards] (clog2l): Likewise.
32594         [C99-based standards] (clgammal): Likewise.
32595         [C99-based standards] (ctgammal): Likewise.
32596         * conform/data/inttypes.h-data [C99-based standards]: Include
32597         stdint.h-data.  Remove all expectations for stdint.h contents.
32598         [C99-based standards] (PRI*): Do not allow.
32599         [C99-based standards] (SCN*): Likewise.
32600         [C99-based standards] (*_t): Likewise.
32601         [C99-based-standards] (PRId8): Expect macro.
32602         [C99-based-standards] (PRIi8): Likewise.
32603         [C99-based-standards] (PRIo8): Likewise.
32604         [C99-based-standards] (PRIu8): Likewise.
32605         [C99-based-standards] (PRIx8): Likewise.
32606         [C99-based-standards] (PRIX8): Likewise.
32607         [C99-based-standards] (SCNd8): Likewise.
32608         [C99-based-standards] (SCNi8): Likewise.
32609         [C99-based-standards] (SCNo8): Likewise.
32610         [C99-based-standards] (SCNu8): Likewise.
32611         [C99-based-standards] (SCNx8): Likewise.
32612         [C99-based-standards] (PRIdLEAST8): Likewise.
32613         [C99-based-standards] (PRIiLEAST8): Likewise.
32614         [C99-based-standards] (PRIoLEAST8): Likewise.
32615         [C99-based-standards] (PRIuLEAST8): Likewise.
32616         [C99-based-standards] (PRIxLEAST8): Likewise.
32617         [C99-based-standards] (PRIXLEAST8): Likewise.
32618         [C99-based-standards] (SCNdLEAST8): Likewise.
32619         [C99-based-standards] (SCNiLEAST8): Likewise.
32620         [C99-based-standards] (SCNoLEAST8): Likewise.
32621         [C99-based-standards] (SCNuLEAST8): Likewise.
32622         [C99-based-standards] (SCNxLEAST8): Likewise.
32623         [C99-based-standards] (PRIdFAST8): Likewise.
32624         [C99-based-standards] (PRIiFAST8): Likewise.
32625         [C99-based-standards] (PRIoFAST8): Likewise.
32626         [C99-based-standards] (PRIuFAST8): Likewise.
32627         [C99-based-standards] (PRIxFAST8): Likewise.
32628         [C99-based-standards] (PRIXFAST8): Likewise.
32629         [C99-based-standards] (SCNdFAST8): Likewise.
32630         [C99-based-standards] (SCNiFAST8): Likewise.
32631         [C99-based-standards] (SCNoFAST8): Likewise.
32632         [C99-based-standards] (SCNuFAST8): Likewise.
32633         [C99-based-standards] (SCNxFAST8): Likewise.
32634         [C99-based-standards] (PRId16): Likewise.
32635         [C99-based-standards] (PRIi16): Likewise.
32636         [C99-based-standards] (PRIo16): Likewise.
32637         [C99-based-standards] (PRIu16): Likewise.
32638         [C99-based-standards] (PRIx16): Likewise.
32639         [C99-based-standards] (PRIX16): Likewise.
32640         [C99-based-standards] (SCNd16): Likewise.
32641         [C99-based-standards] (SCNi16): Likewise.
32642         [C99-based-standards] (SCNo16): Likewise.
32643         [C99-based-standards] (SCNu16): Likewise.
32644         [C99-based-standards] (SCNx16): Likewise.
32645         [C99-based-standards] (PRIdLEAST16): Likewise.
32646         [C99-based-standards] (PRIiLEAST16): Likewise.
32647         [C99-based-standards] (PRIoLEAST16): Likewise.
32648         [C99-based-standards] (PRIuLEAST16): Likewise.
32649         [C99-based-standards] (PRIxLEAST16): Likewise.
32650         [C99-based-standards] (PRIXLEAST16): Likewise.
32651         [C99-based-standards] (SCNdLEAST16): Likewise.
32652         [C99-based-standards] (SCNiLEAST16): Likewise.
32653         [C99-based-standards] (SCNoLEAST16): Likewise.
32654         [C99-based-standards] (SCNuLEAST16): Likewise.
32655         [C99-based-standards] (SCNxLEAST16): Likewise.
32656         [C99-based-standards] (PRIdFAST16): Likewise.
32657         [C99-based-standards] (PRIiFAST16): Likewise.
32658         [C99-based-standards] (PRIoFAST16): Likewise.
32659         [C99-based-standards] (PRIuFAST16): Likewise.
32660         [C99-based-standards] (PRIxFAST16): Likewise.
32661         [C99-based-standards] (PRIXFAST16): Likewise.
32662         [C99-based-standards] (SCNdFAST16): Likewise.
32663         [C99-based-standards] (SCNiFAST16): Likewise.
32664         [C99-based-standards] (SCNoFAST16): Likewise.
32665         [C99-based-standards] (SCNuFAST16): Likewise.
32666         [C99-based-standards] (SCNxFAST16): Likewise.
32667         [C99-based-standards] (PRId32): Likewise.
32668         [C99-based-standards] (PRIi32): Likewise.
32669         [C99-based-standards] (PRIo32): Likewise.
32670         [C99-based-standards] (PRIu32): Likewise.
32671         [C99-based-standards] (PRIx32): Likewise.
32672         [C99-based-standards] (PRIX32): Likewise.
32673         [C99-based-standards] (SCNd32): Likewise.
32674         [C99-based-standards] (SCNi32): Likewise.
32675         [C99-based-standards] (SCNo32): Likewise.
32676         [C99-based-standards] (SCNu32): Likewise.
32677         [C99-based-standards] (SCNx32): Likewise.
32678         [C99-based-standards] (PRIdLEAST32): Likewise.
32679         [C99-based-standards] (PRIiLEAST32): Likewise.
32680         [C99-based-standards] (PRIoLEAST32): Likewise.
32681         [C99-based-standards] (PRIuLEAST32): Likewise.
32682         [C99-based-standards] (PRIxLEAST32): Likewise.
32683         [C99-based-standards] (PRIXLEAST32): Likewise.
32684         [C99-based-standards] (SCNdLEAST32): Likewise.
32685         [C99-based-standards] (SCNiLEAST32): Likewise.
32686         [C99-based-standards] (SCNoLEAST32): Likewise.
32687         [C99-based-standards] (SCNuLEAST32): Likewise.
32688         [C99-based-standards] (SCNxLEAST32): Likewise.
32689         [C99-based-standards] (PRIdFAST32): Likewise.
32690         [C99-based-standards] (PRIiFAST32): Likewise.
32691         [C99-based-standards] (PRIoFAST32): Likewise.
32692         [C99-based-standards] (PRIuFAST32): Likewise.
32693         [C99-based-standards] (PRIxFAST32): Likewise.
32694         [C99-based-standards] (PRIXFAST32): Likewise.
32695         [C99-based-standards] (SCNdFAST32): Likewise.
32696         [C99-based-standards] (SCNiFAST32): Likewise.
32697         [C99-based-standards] (SCNoFAST32): Likewise.
32698         [C99-based-standards] (SCNuFAST32): Likewise.
32699         [C99-based-standards] (SCNxFAST32): Likewise.
32700         [C99-based-standards] (PRId64): Likewise.
32701         [C99-based-standards] (PRIi64): Likewise.
32702         [C99-based-standards] (PRIo64): Likewise.
32703         [C99-based-standards] (PRIu64): Likewise.
32704         [C99-based-standards] (PRIx64): Likewise.
32705         [C99-based-standards] (PRIX64): Likewise.
32706         [C99-based-standards] (SCNd64): Likewise.
32707         [C99-based-standards] (SCNi64): Likewise.
32708         [C99-based-standards] (SCNo64): Likewise.
32709         [C99-based-standards] (SCNu64): Likewise.
32710         [C99-based-standards] (SCNx64): Likewise.
32711         [C99-based-standards] (PRIdLEAST64): Likewise.
32712         [C99-based-standards] (PRIiLEAST64): Likewise.
32713         [C99-based-standards] (PRIoLEAST64): Likewise.
32714         [C99-based-standards] (PRIuLEAST64): Likewise.
32715         [C99-based-standards] (PRIxLEAST64): Likewise.
32716         [C99-based-standards] (PRIXLEAST64): Likewise.
32717         [C99-based-standards] (SCNdLEAST64): Likewise.
32718         [C99-based-standards] (SCNiLEAST64): Likewise.
32719         [C99-based-standards] (SCNoLEAST64): Likewise.
32720         [C99-based-standards] (SCNuLEAST64): Likewise.
32721         [C99-based-standards] (SCNxLEAST64): Likewise.
32722         [C99-based-standards] (PRIdFAST64): Likewise.
32723         [C99-based-standards] (PRIiFAST64): Likewise.
32724         [C99-based-standards] (PRIoFAST64): Likewise.
32725         [C99-based-standards] (PRIuFAST64): Likewise.
32726         [C99-based-standards] (PRIxFAST64): Likewise.
32727         [C99-based-standards] (PRIXFAST64): Likewise.
32728         [C99-based-standards] (SCNdFAST64): Likewise.
32729         [C99-based-standards] (SCNiFAST64): Likewise.
32730         [C99-based-standards] (SCNoFAST64): Likewise.
32731         [C99-based-standards] (SCNuFAST64): Likewise.
32732         [C99-based-standards] (SCNxFAST64): Likewise.
32733         [C99-based-standards] (PRIdMAX): Likewise.
32734         [C99-based-standards] (PRIiMAX): Likewise.
32735         [C99-based-standards] (PRIoMAX): Likewise.
32736         [C99-based-standards] (PRIuMAX): Likewise.
32737         [C99-based-standards] (PRIxMAX): Likewise.
32738         [C99-based-standards] (PRIXMAX): Likewise.
32739         [C99-based-standards] (SCNdMAX): Likewise.
32740         [C99-based-standards] (SCNiMAX): Likewise.
32741         [C99-based-standards] (SCNoMAX): Likewise.
32742         [C99-based-standards] (SCNuMAX): Likewise.
32743         [C99-based-standards] (SCNxMAX): Likewise.
32744         [C99-based-standards] (PRIdPTR): Likewise.
32745         [C99-based-standards] (PRIiPTR): Likewise.
32746         [C99-based-standards] (PRIoPTR): Likewise.
32747         [C99-based-standards] (PRIuPTR): Likewise.
32748         [C99-based-standards] (PRIxPTR): Likewise.
32749         [C99-based-standards] (PRIXPTR): Likewise.
32750         [C99-based-standards] (SCNdPTR): Likewise.
32751         [C99-based-standards] (SCNiPTR): Likewise.
32752         [C99-based-standards] (SCNoPTR): Likewise.
32753         [C99-based-standards] (SCNuPTR): Likewise.
32754         [C99-based-standards] (SCNxPTR): Likewise.
32755         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32756         allow.
32757         * conform/data/stdint.h-data: Update comments to clarify
32758         requirements.
32759         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32760         type.
32761         [C99-based standards] (INT8_MAX): Likewise.
32762         [C99-based standards] (INT16_MIN): Likewise.
32763         [C99-based standards] (INT16_MAX): Likewise.
32764         [C99-based standards] (INT32_MIN): Likewise.
32765         [C99-based standards] (INT32_MAX): Likewise.
32766         [C99-based standards] (INT64_MIN): Likewise.
32767         [C99-based standards] (INT64_MAX): Likewise.
32768         [C99-based standards] (UINT8_MAX): Likewise.
32769         [C99-based standards] (UINT16_MAX): Likewise.
32770         [C99-based standards] (UINT32_MAX): Likewise.
32771         [C99-based standards] (UINT64_MAX): Likewise.
32772         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32773         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32774         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32775         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32776         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32777         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32778         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32779         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32780         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32781         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32782         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32783         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32784         [C99-based standards] (INT_FAST8_MIN): Likewise.
32785         [C99-based standards] (INT_FAST8_MAX): Likewise.
32786         [C99-based standards] (INT_FAST16_MIN): Likewise.
32787         [C99-based standards] (INT_FAST16_MAX): Likewise.
32788         [C99-based standards] (INT_FAST32_MIN): Likewise.
32789         [C99-based standards] (INT_FAST32_MAX): Likewise.
32790         [C99-based standards] (INT_FAST64_MIN): Likewise.
32791         [C99-based standards] (INT_FAST64_MAX): Likewise.
32792         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32793         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32794         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32795         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32796         [C99-based standards] (INTPTR_MIN): Likewise.
32797         [C99-based standards] (INTPTR_MAX): Likewise.
32798         [C99-based standards] (UINTPTR_MAX): Likewise.
32799         [C99-based standards] (INTMAX_MIN): Likewise.
32800         [C99-based standards] (INTMAX_MAX): Likewise.
32801         [C99-based standards] (UINTMAX_MAX): Likewise.
32802         [C99-based standards] (PTRDIFF_MIN): Likewise.
32803         [C99-based standards] (PTRDIFF_MAX): Likewise.
32804         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32805         [C99-based standards] (SIZE_MAX): Likewise.
32806         [C99-based standards] (WCHAR_MAX): Likewise.
32807         [C99-based standards] (WINT_MAX): Likewise.
32808         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32809         constraint on value.
32810         [C99-based standards] (WCHAR_MIN): Likewise.
32811         [C99-based standards] (WINT_MIN): Likewise.
32812         [C99-based standards] (*_t): Allow.
32813         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32814         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32815         Include math.h-data and complex.h-data.  Remove all expectations
32816         of math.h and complex.h contents.
32817         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32818         at end of line.
32819         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32820         (struct tm): Expect tag.
32821         [C99-based-standards] (wcstof): Expect function.
32822         [C99-based-standards] (wcstold): Likewise.
32823         [C99-based-standards] (wcstoll): Likewise.
32824         [C99-based-standards] (wcstoull): Likewise.
32825         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32826         macro-int-constant.  Specify type.
32827         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32828         constraint on value.
32829         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32830         Specify type.
32831         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32832         Specify value.
32833         [ISO C standards]: Do not allow headers.
32834         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32835         wcs[abcdefghijklmnopqrstuvwxyz]*.
32836         [ISO C standards] (*_t): Do not allow.
32837         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32838         Expect function.
32839         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32840         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32841         Specify type.
32842         [ISO C standards]: Do not allow headers.
32843         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32844         is[abcdefghijklmnopqrstuvwxyz]*.
32845         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32846         to[abcdefghijklmnopqrstuvwxyz]*.
32847         [ISO C standards] (*_t): Do not allow.
32848         * conform/data/stdalign.h-data: New file.
32849         * conform/data/stdbool.h-data: Likewise.
32850         * conform/data/stdnoreturn.h-data: Likewise.
32852 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32854         [BZ #14815]
32855         * manual/filesys.texi (Directory Entries): Typo fix.
32856         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32858 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32860         * elf/elf.h (EM_AARCH64): New macro.
32861         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32862         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32863         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32864         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32865         (R_AARCH64_TLSDESC): Likewise.
32866         (NT_ARM_TLS): Likewise.
32867         (NT_ARM_HW_BREAK): Likewise.
32868         (NT_ARM_HW_WATCH): Likewise.
32870 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32872         [BZ #14811]
32873         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32874         (__ieee754_powl): Saturate nonzero exponents with absolute value
32875         below 0x1p-79 to +/- 0x1p-79.
32876         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32877         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32878         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32879         nonzero exponents with absolute value below 0x1p-32 to +/-
32880         0x1p-32.
32881         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32882         (__ieee754_powl): Saturate nonzero exponents with absolute value
32883         below 0x1p-79 to +/- 0x1p-79.
32884         * math/libm-test.inc (pow_test): Add more tests.
32886 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32888         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32889         _dl_s390_cap_flags with kernel. Increase string length.
32890         (_dl_s390_platforms): Add z196 and zEC12.
32892 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32894         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32895         Change XOPEN21K to XOPEN2K.
32897 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32899         * string/memmove.c: Use memcpy when possible.
32901 2012-11-06  Andreas Jaeger  <aj@suse.de>
32903         * po/eo.po: Update from translation team.
32905 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32907         [BZ #14793]
32908         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32909         exponent and small x and y exponents, scale x or y up.  Increase
32910         by 2 the exponent used in scaling up.
32911         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32912         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32913         * math/libm-test.inc (fma_test): Add more tests.
32914         (fma_test_towardzero): Likewise.
32915         (fma_test_downward): Likewise.
32916         (fma_test_upward): Likewise.
32918 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32920         [BZ #14805]
32921         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32922         fenv_t *.
32924         [BZ #14801]
32925         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32926         namespace for names of struct fields.
32927         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32928         fenv_t fields.
32929         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32930         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32932 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32934         [BZ #3665]
32935         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32937 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32939         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32940         PTR_DEMANGLE.
32942         [BZ #5246]
32943         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32944         PTR_DEMANGLE.
32946 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32948         [BZ #14797]
32949         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32950         definitely overflow as x * y not x * y + z.
32951         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32952         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32953         * math/libm-test.inc (fma_test): Add more tests.
32954         (fma_test_towardzero): Likewise.
32955         (fma_test_downward): Likewise.
32956         (fma_test_upward): Likewise.
32958 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32960         [BZ #157]
32962         * include/stub-tag.h: Remove file.
32963         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32964         '#include' of it.
32965         * manual/maint.texi (Porting): Don't reference it.
32966         * Makerules ($(objpfx)stubs): Likewise.
32967         * dirent/closedir.c: Don't include <stub-tag.h>.
32968         * dirent/dirfd.c: Likewise.
32969         * dirent/fdopendir.c: Likewise.
32970         * dirent/getdents.c: Likewise.
32971         * dirent/getdents64.c: Likewise.
32972         * dirent/opendir.c: Likewise.
32973         * dirent/readdir.c: Likewise.
32974         * dirent/readdir64.c: Likewise.
32975         * dirent/readdir64_r.c: Likewise.
32976         * dirent/readdir_r.c: Likewise.
32977         * dirent/rewinddir.c: Likewise.
32978         * dirent/seekdir.c: Likewise.
32979         * dirent/telldir.c: Likewise.
32980         * gmon/profil.c: Likewise.
32981         * grp/setgroups.c: Likewise.
32982         * inet/if_index.c: Likewise.
32983         * io/access.c: Likewise.
32984         * io/chdir.c: Likewise.
32985         * io/chmod.c: Likewise.
32986         * io/chown.c: Likewise.
32987         * io/close.c: Likewise.
32988         * io/dup.c: Likewise.
32989         * io/dup2.c: Likewise.
32990         * io/dup3.c: Likewise.
32991         * io/euidaccess.c: Likewise.
32992         * io/faccessat.c: Likewise.
32993         * io/fchdir.c: Likewise.
32994         * io/fchmod.c: Likewise.
32995         * io/fchmodat.c: Likewise.
32996         * io/fchown.c: Likewise.
32997         * io/fchownat.c: Likewise.
32998         * io/fcntl.c: Likewise.
32999         * io/flock.c: Likewise.
33000         * io/fstatfs.c: Likewise.
33001         * io/fstatfs64.c: Likewise.
33002         * io/fstatvfs.c: Likewise.
33003         * io/fstatvfs64.c: Likewise.
33004         * io/futimens.c: Likewise.
33005         * io/fxstat.c: Likewise.
33006         * io/fxstat64.c: Likewise.
33007         * io/fxstatat.c: Likewise.
33008         * io/fxstatat64.c: Likewise.
33009         * io/getcwd.c: Likewise.
33010         * io/isatty.c: Likewise.
33011         * io/lchmod.c: Likewise.
33012         * io/lchown.c: Likewise.
33013         * io/link.c: Likewise.
33014         * io/linkat.c: Likewise.
33015         * io/lseek.c: Likewise.
33016         * io/lseek64.c: Likewise.
33017         * io/lxstat64.c: Likewise.
33018         * io/mkdir.c: Likewise.
33019         * io/mkdirat.c: Likewise.
33020         * io/mkfifo.c: Likewise.
33021         * io/mkfifoat.c: Likewise.
33022         * io/open.c: Likewise.
33023         * io/open64.c: Likewise.
33024         * io/openat.c: Likewise.
33025         * io/openat64.c: Likewise.
33026         * io/pipe.c: Likewise.
33027         * io/pipe2.c: Likewise.
33028         * io/poll.c: Likewise.
33029         * io/posix_fadvise.c: Likewise.
33030         * io/posix_fadvise64.c: Likewise.
33031         * io/posix_fallocate.c: Likewise.
33032         * io/posix_fallocate64.c: Likewise.
33033         * io/read.c: Likewise.
33034         * io/readlink.c: Likewise.
33035         * io/readlinkat.c: Likewise.
33036         * io/rmdir.c: Likewise.
33037         * io/sendfile.c: Likewise.
33038         * io/sendfile64.c: Likewise.
33039         * io/statfs.c: Likewise.
33040         * io/statfs64.c: Likewise.
33041         * io/statvfs.c: Likewise.
33042         * io/statvfs64.c: Likewise.
33043         * io/symlink.c: Likewise.
33044         * io/symlinkat.c: Likewise.
33045         * io/ttyname.c: Likewise.
33046         * io/ttyname_r.c: Likewise.
33047         * io/umask.c: Likewise.
33048         * io/unlink.c: Likewise.
33049         * io/unlinkat.c: Likewise.
33050         * io/utime.c: Likewise.
33051         * io/utimensat.c: Likewise.
33052         * io/write.c: Likewise.
33053         * io/xmknod.c: Likewise.
33054         * io/xmknodat.c: Likewise.
33055         * io/xstat.c: Likewise.
33056         * io/xstat64.c: Likewise.
33057         * login/getpt.c: Likewise.
33058         * login/grantpt.c: Likewise.
33059         * login/unlockpt.c: Likewise.
33060         * math/e_acoshl.c: Likewise.
33061         * math/e_acosl.c: Likewise.
33062         * math/e_asinl.c: Likewise.
33063         * math/e_atan2l.c: Likewise.
33064         * math/e_atanhl.c: Likewise.
33065         * math/e_coshl.c: Likewise.
33066         * math/e_expl.c: Likewise.
33067         * math/e_fmodl.c: Likewise.
33068         * math/e_gammal_r.c: Likewise.
33069         * math/e_hypotl.c: Likewise.
33070         * math/e_j0l.c: Likewise.
33071         * math/e_j1l.c: Likewise.
33072         * math/e_jnl.c: Likewise.
33073         * math/e_lgammal_r.c: Likewise.
33074         * math/e_log10l.c: Likewise.
33075         * math/e_log2l.c: Likewise.
33076         * math/e_logl.c: Likewise.
33077         * math/e_powl.c: Likewise.
33078         * math/e_rem_pio2l.c: Likewise.
33079         * math/e_sinhl.c: Likewise.
33080         * math/e_sqrtl.c: Likewise.
33081         * math/fclrexcpt.c: Likewise.
33082         * math/fedisblxcpt.c: Likewise.
33083         * math/feenablxcpt.c: Likewise.
33084         * math/fegetenv.c: Likewise.
33085         * math/fegetexcept.c: Likewise.
33086         * math/fegetround.c: Likewise.
33087         * math/feholdexcpt.c: Likewise.
33088         * math/fesetenv.c: Likewise.
33089         * math/fesetround.c: Likewise.
33090         * math/feupdateenv.c: Likewise.
33091         * math/fgetexcptflg.c: Likewise.
33092         * math/fraiseexcpt.c: Likewise.
33093         * math/fsetexcptflg.c: Likewise.
33094         * math/ftestexcept.c: Likewise.
33095         * math/k_cosl.c: Likewise.
33096         * math/k_rem_pio2l.c: Likewise.
33097         * math/k_sinl.c: Likewise.
33098         * math/k_tanl.c: Likewise.
33099         * math/s_asinhl.c: Likewise.
33100         * math/s_atanl.c: Likewise.
33101         * math/s_cbrtl.c: Likewise.
33102         * math/s_erfl.c: Likewise.
33103         * math/s_expm1l.c: Likewise.
33104         * math/s_log1pl.c: Likewise.
33105         * math/s_tanhl.c: Likewise.
33106         * misc/acct.c: Likewise.
33107         * misc/brk.c: Likewise.
33108         * misc/chflags.c: Likewise.
33109         * misc/chroot.c: Likewise.
33110         * misc/fchflags.c: Likewise.
33111         * misc/fgetxattr.c: Likewise.
33112         * misc/flistxattr.c: Likewise.
33113         * misc/fremovexattr.c: Likewise.
33114         * misc/fsetxattr.c: Likewise.
33115         * misc/fsync.c: Likewise.
33116         * misc/ftruncate.c: Likewise.
33117         * misc/futimes.c: Likewise.
33118         * misc/futimesat.c: Likewise.
33119         * misc/getdomain.c: Likewise.
33120         * misc/getdtsz.c: Likewise.
33121         * misc/gethostid.c: Likewise.
33122         * misc/gethostname.c: Likewise.
33123         * misc/getloadavg.c: Likewise.
33124         * misc/getpagesize.c: Likewise.
33125         * misc/getsysstats.c: Likewise.
33126         * misc/getxattr.c: Likewise.
33127         * misc/gtty.c: Likewise.
33128         * misc/ioctl.c: Likewise.
33129         * misc/lgetxattr.c: Likewise.
33130         * misc/listxattr.c: Likewise.
33131         * misc/llistxattr.c: Likewise.
33132         * misc/lremovexattr.c: Likewise.
33133         * misc/lsetxattr.c: Likewise.
33134         * misc/lutimes.c: Likewise.
33135         * misc/madvise.c: Likewise.
33136         * misc/mincore.c: Likewise.
33137         * misc/mlock.c: Likewise.
33138         * misc/mlockall.c: Likewise.
33139         * misc/mmap.c: Likewise.
33140         * misc/mprotect.c: Likewise.
33141         * misc/msync.c: Likewise.
33142         * misc/munlock.c: Likewise.
33143         * misc/munlockall.c: Likewise.
33144         * misc/munmap.c: Likewise.
33145         * misc/preadv.c: Likewise.
33146         * misc/preadv64.c: Likewise.
33147         * misc/ptrace.c: Likewise.
33148         * misc/pwritev.c: Likewise.
33149         * misc/pwritev64.c: Likewise.
33150         * misc/readv.c: Likewise.
33151         * misc/reboot.c: Likewise.
33152         * misc/remap_file_pages.c: Likewise.
33153         * misc/removexattr.c: Likewise.
33154         * misc/revoke.c: Likewise.
33155         * misc/select.c: Likewise.
33156         * misc/setdomain.c: Likewise.
33157         * misc/setegid.c: Likewise.
33158         * misc/seteuid.c: Likewise.
33159         * misc/sethostid.c: Likewise.
33160         * misc/sethostname.c: Likewise.
33161         * misc/setregid.c: Likewise.
33162         * misc/setreuid.c: Likewise.
33163         * misc/setxattr.c: Likewise.
33164         * misc/sstk.c: Likewise.
33165         * misc/stty.c: Likewise.
33166         * misc/swapoff.c: Likewise.
33167         * misc/swapon.c: Likewise.
33168         * misc/sync.c: Likewise.
33169         * misc/syncfs.c: Likewise.
33170         * misc/syscall.c: Likewise.
33171         * misc/truncate.c: Likewise.
33172         * misc/ualarm.c: Likewise.
33173         * misc/usleep.c: Likewise.
33174         * misc/ustat.c: Likewise.
33175         * misc/utimes.c: Likewise.
33176         * misc/vhangup.c: Likewise.
33177         * misc/writev.c: Likewise.
33178         * posix/_exit.c: Likewise.
33179         * posix/alarm.c: Likewise.
33180         * posix/execve.c: Likewise.
33181         * posix/fexecve.c: Likewise.
33182         * posix/fork.c: Likewise.
33183         * posix/fpathconf.c: Likewise.
33184         * posix/getaddrinfo.c: Likewise.
33185         * posix/getegid.c: Likewise.
33186         * posix/geteuid.c: Likewise.
33187         * posix/getgid.c: Likewise.
33188         * posix/getgroups.c: Likewise.
33189         * posix/getlogin.c: Likewise.
33190         * posix/getlogin_r.c: Likewise.
33191         * posix/getpgid.c: Likewise.
33192         * posix/getpid.c: Likewise.
33193         * posix/getppid.c: Likewise.
33194         * posix/getresgid.c: Likewise.
33195         * posix/getresuid.c: Likewise.
33196         * posix/getsid.c: Likewise.
33197         * posix/getuid.c: Likewise.
33198         * posix/glob64.c: Likewise.
33199         * posix/nanosleep.c: Likewise.
33200         * posix/pathconf.c: Likewise.
33201         * posix/pause.c: Likewise.
33202         * posix/posix_madvise.c: Likewise.
33203         * posix/pread.c: Likewise.
33204         * posix/pread64.c: Likewise.
33205         * posix/pwrite.c: Likewise.
33206         * posix/pwrite64.c: Likewise.
33207         * posix/sched_getaffinity.c: Likewise.
33208         * posix/sched_getp.c: Likewise.
33209         * posix/sched_gets.c: Likewise.
33210         * posix/sched_primax.c: Likewise.
33211         * posix/sched_primin.c: Likewise.
33212         * posix/sched_rr_gi.c: Likewise.
33213         * posix/sched_setaffinity.c: Likewise.
33214         * posix/sched_setp.c: Likewise.
33215         * posix/sched_sets.c: Likewise.
33216         * posix/sched_yield.c: Likewise.
33217         * posix/setgid.c: Likewise.
33218         * posix/setlogin.c: Likewise.
33219         * posix/setpgid.c: Likewise.
33220         * posix/setresgid.c: Likewise.
33221         * posix/setresuid.c: Likewise.
33222         * posix/setsid.c: Likewise.
33223         * posix/setuid.c: Likewise.
33224         * posix/sleep.c: Likewise.
33225         * posix/spawni.c: Likewise.
33226         * posix/sysconf.c: Likewise.
33227         * posix/times.c: Likewise.
33228         * posix/wait.c: Likewise.
33229         * posix/wait3.c: Likewise.
33230         * posix/wait4.c: Likewise.
33231         * posix/waitpid.c: Likewise.
33232         * resolv/gai_sigqueue.c: Likewise.
33233         * resource/getpriority.c: Likewise.
33234         * resource/getrlimit.c: Likewise.
33235         * resource/getrusage.c: Likewise.
33236         * resource/nice.c: Likewise.
33237         * resource/setpriority.c: Likewise.
33238         * resource/setrlimit.c: Likewise.
33239         * resource/ulimit.c: Likewise.
33240         * rt/aio_cancel.c: Likewise.
33241         * rt/aio_fsync.c: Likewise.
33242         * rt/aio_read.c: Likewise.
33243         * rt/aio_sigqueue.c: Likewise.
33244         * rt/aio_suspend.c: Likewise.
33245         * rt/aio_write.c: Likewise.
33246         * rt/clock_getres.c: Likewise.
33247         * rt/clock_gettime.c: Likewise.
33248         * rt/clock_nanosleep.c: Likewise.
33249         * rt/clock_settime.c: Likewise.
33250         * rt/lio_listio.c: Likewise.
33251         * rt/mq_close.c: Likewise.
33252         * rt/mq_getattr.c: Likewise.
33253         * rt/mq_notify.c: Likewise.
33254         * rt/mq_open.c: Likewise.
33255         * rt/mq_receive.c: Likewise.
33256         * rt/mq_send.c: Likewise.
33257         * rt/mq_setattr.c: Likewise.
33258         * rt/mq_timedreceive.c: Likewise.
33259         * rt/mq_timedsend.c: Likewise.
33260         * rt/mq_unlink.c: Likewise.
33261         * rt/shm_open.c: Likewise.
33262         * rt/shm_unlink.c: Likewise.
33263         * rt/timer_create.c: Likewise.
33264         * rt/timer_delete.c: Likewise.
33265         * rt/timer_getoverr.c: Likewise.
33266         * rt/timer_gettime.c: Likewise.
33267         * rt/timer_settime.c: Likewise.
33268         * setjmp/__longjmp.c: Likewise.
33269         * setjmp/setjmp.c: Likewise.
33270         * signal/kill.c: Likewise.
33271         * signal/killpg.c: Likewise.
33272         * signal/raise.c: Likewise.
33273         * signal/sigaction.c: Likewise.
33274         * signal/sigaltstack.c: Likewise.
33275         * signal/sigblock.c: Likewise.
33276         * signal/sigignore.c: Likewise.
33277         * signal/sigintr.c: Likewise.
33278         * signal/signal.c: Likewise.
33279         * signal/sigpause.c: Likewise.
33280         * signal/sigpending.c: Likewise.
33281         * signal/sigqueue.c: Likewise.
33282         * signal/sigreturn.c: Likewise.
33283         * signal/sigset.c: Likewise.
33284         * signal/sigsetmask.c: Likewise.
33285         * signal/sigstack.c: Likewise.
33286         * signal/sigsuspend.c: Likewise.
33287         * signal/sigtimedwait.c: Likewise.
33288         * signal/sigvec.c: Likewise.
33289         * signal/sigwait.c: Likewise.
33290         * signal/sigwaitinfo.c: Likewise.
33291         * signal/sysv_signal.c: Likewise.
33292         * socket/accept.c: Likewise.
33293         * socket/accept4.c: Likewise.
33294         * socket/bind.c: Likewise.
33295         * socket/connect.c: Likewise.
33296         * socket/getpeername.c: Likewise.
33297         * socket/getsockname.c: Likewise.
33298         * socket/getsockopt.c: Likewise.
33299         * socket/isfdtype.c: Likewise.
33300         * socket/listen.c: Likewise.
33301         * socket/recv.c: Likewise.
33302         * socket/recvfrom.c: Likewise.
33303         * socket/recvmsg.c: Likewise.
33304         * socket/send.c: Likewise.
33305         * socket/sendmsg.c: Likewise.
33306         * socket/sendto.c: Likewise.
33307         * socket/setsockopt.c: Likewise.
33308         * socket/shutdown.c: Likewise.
33309         * socket/sockatmark.c: Likewise.
33310         * socket/socket.c: Likewise.
33311         * socket/socketpair.c: Likewise.
33312         * stdio-common/ctermid.c: Likewise.
33313         * stdio-common/cuserid.c: Likewise.
33314         * stdio-common/remove.c: Likewise.
33315         * stdio-common/rename.c: Likewise.
33316         * stdio-common/renameat.c: Likewise.
33317         * stdio-common/tempname.c: Likewise.
33318         * stdlib/getcontext.c: Likewise.
33319         * stdlib/makecontext.c: Likewise.
33320         * stdlib/setcontext.c: Likewise.
33321         * stdlib/swapcontext.c: Likewise.
33322         * stdlib/system.c: Likewise.
33323         * streams/fattach.c: Likewise.
33324         * streams/fdetach.c: Likewise.
33325         * streams/getmsg.c: Likewise.
33326         * streams/getpmsg.c: Likewise.
33327         * streams/putmsg.c: Likewise.
33328         * streams/putpmsg.c: Likewise.
33329         * sysdeps/unix/bsd/getpt.c: Likewise.
33330         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33331         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33332         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33334         Likewise.
33335         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33336         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33337         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33338         * sysvipc/msgctl.c: Likewise.
33339         * sysvipc/msgget.c: Likewise.
33340         * sysvipc/msgrcv.c: Likewise.
33341         * sysvipc/msgsnd.c: Likewise.
33342         * sysvipc/semctl.c: Likewise.
33343         * sysvipc/semget.c: Likewise.
33344         * sysvipc/semop.c: Likewise.
33345         * sysvipc/semtimedop.c: Likewise.
33346         * sysvipc/shmat.c: Likewise.
33347         * sysvipc/shmctl.c: Likewise.
33348         * sysvipc/shmdt.c: Likewise.
33349         * sysvipc/shmget.c: Likewise.
33350         * termios/tcdrain.c: Likewise.
33351         * termios/tcflow.c: Likewise.
33352         * termios/tcflush.c: Likewise.
33353         * termios/tcgetattr.c: Likewise.
33354         * termios/tcgetpgrp.c: Likewise.
33355         * termios/tcsendbrk.c: Likewise.
33356         * termios/tcsetattr.c: Likewise.
33357         * termios/tcsetpgrp.c: Likewise.
33358         * time/adjtime.c: Likewise.
33359         * time/clock.c: Likewise.
33360         * time/getitimer.c: Likewise.
33361         * time/gettimeofday.c: Likewise.
33362         * time/setitimer.c: Likewise.
33363         * time/settimeofday.c: Likewise.
33364         * time/stime.c: Likewise.
33365         * time/time.c: Likewise.
33367 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33369         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33370         /usr/old/bin.
33372         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33373         instead of spaces.
33374         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33376 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33378         [BZ #14796]
33379         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33380         FE_TONEAREST before applying Dekker multiplication and Knuth
33381         addition.  Clear inexact exceptions and check for exact zero
33382         results afterwards.
33383         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33384         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33385         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33386         * math/libm-test.inc (fma_test): Add more tests.
33387         (fma_test_towardzero): Likewise.
33388         (fma_test_downward): Likewise.
33389         (fma_test_upward): Likewise.
33390         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33391         function.
33392         (libc_fesetround): New macro.
33393         (libc_fesetroundf): Likewise.
33394         (libc_fesetroundl): Likewise.
33395         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33396         function.
33397         (libc_fesetround_387): Likewise.
33398         (libc_fesetroundf): New macro.
33399         (libc_fesetround): Likewise.
33400         (libc_fesetroundl): Likewise.
33401         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33402         function.
33403         (libc_fesetroundf): New macro.
33404         (libc_fesetround): Likewise.
33405         (libc_fesetroundl): Likewise.
33406         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33407         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33408         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33409         libm_hidden_ver.
33410         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33411         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33412         libm_hidden_def.
33413         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33414         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33415         libm_hidden_ver.
33416         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33417         libm_hidden_def.
33419         [BZ #3439]
33420         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33421         integer constant usable in #if and use that to give value to enum
33422         constant.
33423         (FE_DIVBYZERO): Likewise.
33424         (FE_UNDERFLOW): Likewise.
33425         (FE_OVERFLOW): Likewise.
33426         (FE_INVALID): Likewise.
33427         (FE_INVALID_SNAN): Likewise.
33428         (FE_INVALID_ISI): Likewise.
33429         (FE_INVALID_IDI): Likewise.
33430         (FE_INVALID_ZDZ): Likewise.
33431         (FE_INVALID_IMZ): Likewise.
33432         (FE_INVALID_COMPARE): Likewise.
33433         (FE_INVALID_SOFTWARE): Likewise.
33434         (FE_INVALID_SQRT): Likewise.
33435         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33436         (FE_TONEAREST): Likewise.
33437         (FE_TOWARDZERO): Likewise.
33438         (FE_UPWARD): Likewise.
33439         (FE_DOWNWARD): Likewise.
33440         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33441         (FE_DIVBYZERO): Likewise.
33442         (FE_OVERFLOW): Likewise.
33443         (FE_UNDERFLOW): Likewise.
33444         (FE_INEXACT): Likewise.
33445         (FE_TONEAREST): Likewise.
33446         (FE_DOWNWARD): Likewise.
33447         (FE_UPWARD): Likewise.
33448         (FE_TOWARDZERO): Likewise.
33449         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33450         (FE_UNDERFLOW): Likewise.
33451         (FE_OVERFLOW): Likewise.
33452         (FE_DIVBYZERO): Likewise.
33453         (FE_INVALID): Likewise.
33454         (FE_TONEAREST): Likewise.
33455         (FE_TOWARDZERO): Likewise.
33456         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33457         (FE_OVERFLOW): Likewise.
33458         (FE_UNDERFLOW): Likewise.
33459         (FE_DIVBYZERO): Likewise.
33460         (FE_INEXACT): Likewise.
33461         (FE_TONEAREST): Likewise.
33462         (FE_TOWARDZERO): Likewise.
33463         (FE_UPWARD): Likewise.
33464         (FE_DOWNWARD): Likewise.
33465         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33466         (FE_DIVBYZERO): Likewise.
33467         (FE_OVERFLOW): Likewise.
33468         (FE_UNDERFLOW): Likewise.
33469         (FE_INEXACT): Likewise.
33470         (FE_TONEAREST): Likewise.
33471         (FE_DOWNWARD): Likewise.
33472         (FE_UPWARD): Likewise.
33473         (FE_TOWARDZERO): Likewise.
33475 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33477         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33479 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33481         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33482         commands.  Quote $PWD.
33483         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33484         -x" by "export".
33485         (remove_newlines): Remove.
33487 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33489         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33490         * stdlib/stdlib.h (atof): Moved to ...
33491         * include/bits/stdlib-float.h: Here.  New file.
33492         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33493         * stdlib/bits/stdlib-float.h: New file.
33494         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33495         -mno-sse -mno-mmx.
33496         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33497         <xmmintrin.h>.
33499 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33501         * conform/conformtest.pl (@headers): Add fenv.h.
33502         * conform/data/fenv.h-data: New file.
33503         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33504         include of <math/fenv.h>.
33506         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33507         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33508         && !UNIX98].  Enables tests for XOPEN2K8.
33509         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33510         POSIX2008]: Likewise.
33512         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33513         (struct rusage): Do not expect type or its members.
33515         [BZ #3439]
33516         * math/math.h (FP_NAN): Define macro to integer constant usable in
33517         #if and use that to give value to enum constant.
33518         (FP_INFINITE): Likewise.
33519         (FP_ZERO): Likewise.
33520         (FP_SUBNORMAL): Likewise.
33521         (FP_NORMAL): Likewise.
33523 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33525         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33526         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33527         arguments.
33529 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33531         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33532         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33533         autoconf-time if not.
33534         * configure.in: Remove AC_PREREQ.
33536 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33538         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33539         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33540         of the internal implementation.
33542 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33544         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33545         except include of <misc/sys/syslog.h>.
33547 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33550         function returns with a NULL context exit with zero.
33552 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33554         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33556 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33558         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33559         (run_program_cmd): This.
33560         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33561         (tst_langinfo): New variable.  Use it.
33563 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33565         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33566         floating point opcodes.
33568 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33570         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33571         variable.
33573         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33575         * sysdeps/mach/hurd/powerpc: Remove directory.
33576         * sysdeps/mach/powerpc: Likewise.
33578 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33580         * scripts/check-local-headers.sh: Ignore c++ headers.
33582 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33584         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33585         __libc_cleanup_region_start argument.
33587 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33589         [BZ #14784]
33590         [BZ #14785]
33591         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33592         x * y using scaling, not as x * y + z.
33593         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33594         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33595         * math/libm-test.inc (fma_test): Add more tests.
33596         (fma_test_towardzero): Likewise.
33597         (fma_test_downward): Likewise.
33598         (fma_test_upward): Likewise.
33600 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33602         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33604 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33606         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33607         New variable.
33609 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33611         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33613 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33616         Fix sort order.
33617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33618         Likewise.
33620 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33623         Fix the order of the list for glibc 2.17.
33624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33625         Likewise.
33627 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33629         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33631 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33633         [BZ #14610]
33634         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33635         for low part of x being zero before using __atanl (y).
33636         * math/libm-test.inc (atan2_test): Add another test.
33638         * manual/install.texi (Configuring and compiling): Document
33639         general use of test-wrapper and test-wrapper-env.
33640         * INSTALL: Regenerated.
33642         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33643         (__fma): Do not extract and scale down low bits on after-rounding
33644         systems when result rounded to normal precision would have normal
33645         exponent.
33646         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33647         (__fmal): Do not extract and scale down low bits on after-rounding
33648         systems when result rounded to normal precision would have normal
33649         exponent.
33650         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33651         (__fmal): Do not extract and scale down low bits on after-rounding
33652         systems when result rounded to normal precision would have normal
33653         exponent.
33654         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33655         macro.
33656         (fma_test): Add more tests.
33657         (fma_test_towardzero): Likewise.
33658         (fma_test_downward): Likewise.
33659         (fma_test_upward): Likewise.
33661 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33663         * sysdeps/i386/tininess.h: Renamed to ...
33664         * sysdeps/x86/tininess.h: This.
33665         * sysdeps/x86_64/tininess.h: Removed.
33667 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33669         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33670         input.  Use $(build-program-cmd).
33671         ($(objpfx)tst-array1-static.out): Likewise.
33672         ($(objpfx)tst-array2.out): Likewise.
33673         ($(objpfx)tst-array3.out): Likewise.
33674         ($(objpfx)tst-array4.out): Likewise.
33675         ($(objpfx)tst-array5.out): Likewise.
33676         ($(objpfx)tst-array5-static.out): Likewise.
33678 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33680         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33681         if defined.
33683         * nss/nsswitch.h (nss_interface_function): Provide new
33684         macro for use with NSS functions.
33685         * grp/initgroups.c: Use new macro.
33686         * nss/getXXbyYY.c: Likewise.
33687         * nss/getXXbyYY_r.c: Likewise.
33688         * nss/getXXent.c: Likewise.
33689         * nss/getXXent_r.c: Likewise.
33690         * sysdeps/posix/getaddrinfo.c: Likewise.
33692 2012-10-30  Andreas Jaeger  <aj@suse.de>
33694         * po/ru.po: Update Russion translation from translation project.
33696 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33698         [BZ #14152]
33699         [BZ #14783]
33700         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33701         result and shift together with sticky bit instead of replicating
33702         round-to-nearest rounding.
33703         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33704         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33705         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33706         missing underflow exceptions.
33707         (fma_test_towardzero): Add more tests.
33708         (fma_test_downward): Likewise.
33709         (fma_test_upward): Likewise.
33711         [BZ #14047]
33712         * sysdeps/generic/tininess.h: New file.
33713         * sysdeps/i386/tininess.h: Likewise.
33714         * sysdeps/sh/tininess.h: Likewise.
33715         * sysdeps/x86_64/tininess.h: Likewise.
33716         * stdlib/tst-strtod-underflow.c: Likewise.
33717         * stdlib/tst-tininess.c: Likewise.
33718         * stdlib/strtod_l.c: Include <tininess.h>.
33719         (round_and_return): Do not set errno for exact underflow cases.
33720         Force an underflow exception when setting errno for underflow.
33721         Determine underflow based on rounding to normal precision if
33722         TININESS_AFTER_ROUNDING.
33723         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33724         ERANGE for exact underflow cases.
33725         * stdlib/Makefile (tests): Add tst-tininess and
33726         tst-strtod-underflow.
33727         ($(objpfx)tst-tininess): Use $(link-libm).
33728         ($(objpfx)tst-strtod-underflow): Likewise.
33730 2012-10-30  Andreas Jaeger  <aj@suse.de>
33732         [BZ#14767]
33733         * elf/Makefile (tests): Remove conditional for have-initfini-array
33734         since this is now always required and the variable does not exist
33735         anymore.
33736         (tests-static): Likewise.
33737         (modules-names): Likewise.
33739         * po/eo.po: Add Esperanto translation from translation project.
33741         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33742         merged with constructor/destructor.
33743         (init_array): Likewise.
33744         * elf/tst-array2dep.c (fini_array): Likewise.
33745         (init_array): Likewise.
33747 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33749         * manual/message.texi: Delete @cartouche tags.
33751 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33753         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33754         EOPNOTSUPP.
33755         * sysdeps/mach/hurd/fsync.c: Likewise.
33757         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33758         [_POSIX_REALTIME_SIGNALS]: Change condition to
33759         [_POSIX_REALTIME_SIGNALS > 0].
33761 2012-10-27  Andreas Jaeger  <aj@suse.de>
33763         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33764         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33765         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33766         [__WORDSIZE != 64]: Likewise.
33768 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33770         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33771         *  iconvdata/tst-tables.sh: Likewise.
33773 2012-10-25  David S. Miller  <davem@davemloft.net>
33775         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33776         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33777         of strtoull.
33779         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33780         ifunc-impl-list.c
33781         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33782         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33783         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33784         file.
33786 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33788         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33789         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33790         __getdirentries.
33792 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33793             Jim Blandy  <jimb@codesourcery.com>
33795         * scripts/cross-test-ssh.sh: New file.
33796         * manual/install.texi (Configuring and compiling): Document use of
33797         cross-test-ssh.sh.
33798         * INSTALL: Regenerated.
33800 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33802         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33803         EOPNOTSUPP.
33805 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33807         * Makeconfig (run-program-prefix): Fix comment.
33809 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33810             Jim Blandy  <jimb@codesourcery.com>
33812         * Makeconfig (test-wrapper): New variable,
33813         (test-wrapper-env): Likewise.
33814         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33815         (run-built-tests): Define to yes.
33816         (run-program-prefix): Use $(test-wrapper).
33817         (built-program-cmd): Likewise.
33818         * Rules (make-test-out): Use $(test-wrapper-env) and
33819         $(host-built-program-cmd).
33820         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33821         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33822         tst-pathopt.sh.
33823         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33824         $(test-wrapper-env) to tst-rtld-load-self.sh.
33825         ($(objpfx)order2.out): Use $(test-wrapper).
33826         ($(objpfx)tst-initorder.out): Likewise.
33827         ($(objpfx)tst-initorder2.out): Likewise.
33828         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33829         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33830         (test_wrapper_env): New variable.  Use it to run ld.so.
33831         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33832         Use it to run ld.so.
33833         (test_wrapper_env): Likewise.
33834         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33835         $(test-wrapper) to run-iconv-test.sh.
33836         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33837         (ICONV): Use $test_wrapper.
33838         * posix/Makefile ($(objpfx)globtest.out): Pass
33839         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33840         globtest.sh, not $(run-program-prefix).
33841         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33842         (test_wrapper): Likewise.
33843         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33844         set together with run_via_rtld_prefix.
33845         (run_program_prefix): Define in terms of test_wrapper and
33846         run_via_rtld_prefix.
33848 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33850         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33851         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33852         Targets removed.
33854         [BZ #14743]
33855         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33856         Declare __clock_getres, __clock_gettime, __clock_settime,
33857         __clock_nanosleep, and __clock_getcpuclockid.
33858         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33859         Remove librt_hidden_def (clock_gettime).
33860         * sysdeps/unix/clock_gettime.c: Likewise.
33861         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33862         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33863         * rt/clock_getres.c: Define __clock_getres as an alias.
33864         * sysdeps/posix/clock_getres.c: Likewise.
33865         * rt/clock_settime.c: Define __clock_settime as an alias.
33866         * sysdeps/unix/clock_settime.c: Likewise.
33867         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33868         * sysdeps/unix/clock_nanosleep.c: Likewise.
33869         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33870         * rt/clock-compat.c: New file.
33871         * rt/Makefile (librt-routines): Add clock-compat and move
33872         $(clock-routines) to ...
33873         (routines): ... here, new variable.
33874         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33875         Don't add get_clockfreq here.
33876         * rt/Versions (libc: GLIBC_2.17): New version set.
33877         Add clock_* symbols here.
33878         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33879         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33880         (GLIBC_2.17): Add clock_* symbols.
33881         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33882         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33883         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33885         Likewise.
33886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33887         Likewise.
33888         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33889         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33890         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33891         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33892         * NEWS: Mention the move.
33894         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33895         Use __open, __read, __close rather than their public counterparts.
33896         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33897         (__get_clockfreq_via_cpuinfo): Likewise.
33898         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33899         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33901         * config.h.in (HAVE_IFUNC): New #undef.
33902         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33903         was successful.
33904         * configure: Regenerated.
33906 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33908         * configure.in: Move READELF check to start of file.
33909         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33910         libc_cv_asm_gnu_indirect_function in the process.
33911         * configure: Regenerated.
33913 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33915         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33916         send the output to /dev/null.
33917         (libc_cv_cc_with_libunwind): Likewise.
33918         (libc_cv_as_noexecstack): Likewise.
33919         * configure: Regenerate.
33921 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33923         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33925         * posix/globtest.sh (TMPDIR): Do not set.
33926         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33927         (testout): Likewise.
33929 2012-10-24  Andreas Jaeger  <aj@suse.de>
33931         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33932         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33933         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33934         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33935         posix_fadvise64, posix_fallocate64.
33937         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33938         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33939         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33940         Likewise.
33941         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33942         Likewise.
33943         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33945         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33946         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33947         <bits/fcntl-linux.h>.
33948         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33950         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33951         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33952         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33953         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33954         [__WORDSIZE != 64]: Likewise.
33956 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33958         * Makeconfig (run-built-tests): New variable.
33959         * Rules [$(cross-compiling) = yes]: Change condition to
33960         [$(run-built-tests) = no].
33961         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33962         to [$(run-built-tests) = yes].
33963         * elf/Makefile [$(cross-compiling) = no]: Likewise
33964         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33965         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33966         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33967         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33968         * io/Makefile [$(cross-compiling) = no]: Likewise.
33969         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33970         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33971         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33972         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33973         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33974         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33975         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33976         * string/Makefile [$(cross-compiling) = no]: Likewise.
33978         * posix/Makefile ($(objpfx)globtest.out): Pass
33979         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33980         $(rtld-installed-name).
33981         * posix/globtest.sh (elf_objpfx): Remove variable.
33982         (rtld_installed_name): Likewise.
33983         (library_path): Likewise.
33984         (run_program_prefix): New variable.  Use for running globtest
33985         binary.
33987 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33988             Joseph Myers  <joseph@codesourcery.com>
33990         * Makeconfig (host-built-program-cmd): New variable.
33991         * elf/Makefile (tst-stackguard1-ARGS): Use
33992         $(host-built-program-cmd).
33993         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33994         (tst-spawn-ARGS): Likewise.
33995         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33997 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33998             Jim Blandy  <jimb@codesourcery.com>
34000         * Makeconfig (run-via-rtld-prefix): New variable.
34001         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
34002         (built-program-cmd): Likewise.
34004 2012-10-22  Andreas Jaeger  <aj@suse.de>
34006         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
34007         __O_RSYNC if it exists, otherwise to O_SYNC.
34009 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
34010             Joseph Myers  <joseph@codesourcery.com>
34012         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
34013         /dev/null.
34014         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
34015         from /dev/null
34016         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
34017         /dev/null.
34019 2012-10-22  Andreas Jaeger  <aj@suse.de>
34021         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
34022         Define always.
34023         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
34025         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34026         bits/fcntl-linux.h.
34028         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
34029         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
34031         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
34032         to __O_LARGEFILE.
34033         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
34034         to __O_LARGEFILE.
34036 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
34037             Joseph Myers  <joseph@codesourcery.com>
34039         * config.make.in (NM): New variable.
34041 2012-10-21  Andreas Jaeger  <aj@suse.de>
34043         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
34044         definitions and declarations that are provided by
34045         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
34047 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34049         [BZ #14683]
34050         * elf/Makefile (tests-static): Add tst-leaks1-static.
34051         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
34052         ($(objpfx)tst-leaks1-static): New rule.
34053         ($(objpfx)tst-leaks1-static-mem): Likewise.
34054         (tst-leaks1-static-ENV): New macro.
34055         * elf/dl-open.c (dl_open_worker): Check the main application
34056         only if SHARED is defined.
34057         * elf/tst-leaks1-static.c: New file.
34059 2012-10-20  Andreas Jaeger  <aj@suse.de>
34061         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
34062         generic values for Linux.
34063         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
34064         and declarations that are provided by <bits/fcntl-linux.h> and
34065         include <bits/fcntl-linux.h>.
34066         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
34067         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
34069 2012-10-20  Roland McGrath  <roland@hack.frob.com>
34071         * io/fcntl.h: Move include of <bits/types.h> to the top and
34072         include it unconditionally.
34074 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
34076         * wcsmbs/Makefile (tests-ifunc): New variable.
34077         (tests): Add $(tests-ifunc).
34078         * wcsmbs/test-wcschr-ifunc.c: New file.
34079         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
34080         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
34081         * wcsmbs/test-wcslen-ifunc.c: Likewise.
34082         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
34083         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
34085         * string/Makefile (tests-ifunc): New variable.
34086         (tests): Add $(tests-ifunc).
34087         * string/test-memccpy.c (TEST_NAME): New macro.
34088         * string/test-memchr.c (TEST_NAME): Likewise.
34089         * string/test-memcmp.c (TEST_NAME): Likewise.
34090         * string/test-memcpy.c (TEST_NAME): Likewise.
34091         * string/test-memmem.c (TEST_NAME): Likewise.
34092         * string/test-memmove.c (TEST_NAME): Likewise.
34093         * string/test-memset.c (TEST_NAME): Likewise.
34094         * string/test-rawmemchr.c (TEST_NAME): Likewise.
34095         * string/test-stpcpy.c (TEST_NAME): Likewise.
34096         * string/test-stpncpy.c (TEST_NAME): Likewise.
34097         * string/test-strcasecmp.c (TEST_NAME): Likewise.
34098         * string/test-strcasestr.c (TEST_NAME): Likewise.
34099         * string/test-strcat.c (TEST_NAME): Likewise.
34100         * string/test-strchr.c (TEST_NAME): Likewise.
34101         * string/test-strcmp.c(TEST_NAME): Likewise.
34102         * string/test-strcpy.c (TEST_NAME): Likewise.
34103         * string/test-strcspn.c (TEST_NAME): Likewise.
34104         * string/test-strlen.c (TEST_NAME): Likewise.
34105         * string/test-strncasecmp.c (TEST_NAME): Likewise.
34106         * string/test-strncmp.c (TEST_NAME): Likewise.
34107         * string/test-strncpy.c (TEST_NAME): Likewise.
34108         * string/test-strnlen.c (TEST_NAME): Likewise.
34109         * string/test-strpbrk.c (TEST_NAME): Likewise.
34110         * string/test-strrchr.c (TEST_NAME): Likewise.
34111         * string/test-strspn.c (TEST_NAME): Likewise.
34112         * string/test-strstr.c (TEST_NAME): Likewise.
34113         * string/test-bcopy-ifunc.c: New file.
34114         * string/test-bzero-ifunc.c: Likewise.
34115         * string/test-memccpy-ifunc.c: Likewise.
34116         * string/test-memchr-ifunc.c: Likewise.
34117         * string/test-memcmp-ifunc.c: Likewise.
34118         * string/test-memcpy-ifunc.c: Likewise.
34119         * string/test-memmem-ifunc.c: Likewise.
34120         * string/test-memmove-ifunc.c: Likewise.
34121         * string/test-mempcpy-ifunc.c: Likewise.
34122         * string/test-memset-ifunc.c: Likewise.
34123         * string/test-rawmemchr-ifunc.c: Likewise.
34124         * string/test-stpcpy-ifunc.c: Likewise.
34125         * string/test-stpncpy-ifunc.c: Likewise.
34126         * string/test-strcasecmp-ifunc.c: Likewise.
34127         * string/test-strcasestr-ifunc.c: Likewise.
34128         * string/test-strcat-ifunc.c: Likewise.
34129         * string/test-strchr-ifunc.c: Likewise.
34130         * string/test-strchrnul-ifunc.c: Likewise.
34131         * string/test-strcmp-ifunc.c: Likewise.
34132         * string/test-strcpy-ifunc.c: Likewise.
34133         * string/test-strcspn-ifunc.c: Likewise.
34134         * string/test-strlen-ifunc.c: Likewise.
34135         * string/test-strncasecmp-ifunc.c: Likewise.
34136         * string/test-strncat-ifunc.c: Likewise.
34137         * string/test-strncmp-ifunc.c: Likewise.
34138         * string/test-strncpy-ifunc.c: Likewise.
34139         * string/test-strnlen-ifunc.c: Likewise.
34140         * string/test-strpbrk-ifunc.c: Likewise.
34141         * string/test-strrchr-ifunc.c: Likewise.
34142         * string/test-strspn-ifunc.c: Likewise.
34143         * string/test-strstr-ifunc.c: Likewise.
34145         * debug/Makefile (tests-ifunc): New variable.
34146         (tests): Add $(tests-ifunc).
34147         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
34148         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
34149         * debug/test-stpcpy_chk-ifunc.c: New file.
34150         * debug/test-strcpy_chk-ifunc.c: Likewise.
34152 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
34154         [BZ #13601]
34155         * elf/dl-load.c (open_verify): Retry read if the entire ELF
34156         header is not read in.
34158 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
34160         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
34161         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
34162         directly.  Pass built executable to script as
34163         $(built-program-cmd).
34164         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
34165         $testprogram without using LD_LIBRARY_PATH and $ldso.
34167         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
34168         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
34169         $(rtld-installed-name).
34170         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
34171         (rtld_installed_name): Likewise.
34172         (library_path): Likewise.
34173         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
34174         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
34175         $(run-program-prefix) to tst-tables.sh.
34176         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
34177         it to run tst-table-from and tst-table-to.
34178         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
34179         Pass it to tst-table.sh.
34180         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
34181         $(run-program-prefix) to tst-gettext.sh.
34182         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
34183         tst-translit.sh.
34184         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
34185         tst-gettext2.sh.
34186         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
34187         to run tst-gettext.
34188         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
34189         to run tst-gettext2.
34190         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
34191         to run tst-translit.
34192         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
34193         $(run-program-prefix) to tst-mtrace.sh.
34194         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
34195         to run tst-mtrace.
34196         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
34197         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
34198         $(rtld-installed-name).
34199         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
34200         (rtld_installed_name): Likewise.
34201         (run_program_prefix): New variable.  Use it to run wordexp-test.
34203         * Makeconfig (ARCH): Remove all definitions.
34204         (machine): Likewise.
34205         [ARCH]: Remove conditional code.
34206         [!objdir]: Give error.
34207         [!objdir] (objpfx): Remove.
34208         [!objdir] (common-objpfx): Likewise.
34209         [!objdir] (common-objdir): Likewise.
34210         * configure.in (config_makefile): Remove.  Hardcode Makefile in
34211         AC_CONFIG_FILES call.
34212         * configure: Regenerated.
34214         [BZ #13888]
34215         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
34216         or TMPDIR.
34217         (testout): Likewise.
34219         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
34220         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
34221         $(rtld-installed-name).
34222         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
34223         (rtld_installed_name): Likwise.
34224         (runit): Remove function.
34225         (run_getconf): New variable,  Use it for running getconf binary.
34227 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
34229         [BZ #14716]
34230         * string/test-memmem.c (check_result): New function.
34231         (do_one_test): Use it.
34232         (check1): New function.
34233         (test_main): Use it.
34235 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
34237         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
34239 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
34241         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
34242         (_G_LSEEK64): Likewise.
34243         (_G_MMAP64): Likewise.
34244         (_G_FSTAT64): Likewise.
34245         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
34246         (_G_LSEEK64): Likewise.
34247         (_G_MMAP64): Likewise.
34248         (_G_FSTAT64): Likewise.
34249         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
34250         unconditional.  Call __mmap64 directly.
34251         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
34252         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34253         __lseek64 directly.
34254         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34255         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34256         __mmap64 directly.
34257         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34258         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34259         __lseek64 directly.
34260         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34261         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34262         __lseek64 directly.
34263         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34264         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34265         __lseek64 directly.
34266         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34267         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34268         __fxstat64 directly.
34269         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34270         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34271         unconditional.
34272         (freopen64) [!_G_OPEN64]: Remove conditional code.
34273         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34274         unconditional.
34275         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34276         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34277         unconditional.
34278         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34279         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34280         unconditional.
34281         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34282         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34283         unconditional.
34284         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34285         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34286         unconditional.
34287         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34288         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34289         unconditional.
34290         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34291         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34292         unconditional.
34293         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34295 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34297         [BZ #12140]
34298         * manual/memory.texi (Malloc Tunable Parameters): Add note
34299         about free list pointers overwriting some perturb bytes.
34300         Wording suggested by Roland McGrath.
34302 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34304         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34305         (lgamma_test): Likewise.
34306         (tgamma_test): Likewise.
34308 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34310         [BZ #14700]
34311         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34312         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34314 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34316         * NEWS: Mention BZ #14716.
34317         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34318         when removing AVAILABLE1_USES_J macro.
34320 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34322         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34323         (__bswap_64): __uint64_t for unsigned 64-bit int.
34325 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34327         * include/string.h (memmem): Declare libc hidden alias.
34328         * string/memmem.c (memmem): Define libc hidden alias.
34329         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34330         __read, __close instead of open, read, close.
34332 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34334         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34335         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34336         global and hidden.
34337         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34338         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34339         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34340         Likewise.
34341         (__rawmemchr_sse2): Likewise.
34342         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34343         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34344         (__strchr_sse2): Likewise.
34345         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34346         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34347         (__strcasecmp_sse2): Likewise.
34348         (__strncasecmp_sse2): Likewise.
34349         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34350         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34351         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34352         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34353         (__strrchr_sse2): Likewise.
34354         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34355         ifunc-impl-list.c.
34356         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34357         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34358         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34359         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34360         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34361         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34362         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34363         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34364         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34365         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34366         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34367         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34368         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34369         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34370         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34371         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34372         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34373         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34374         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34375         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34376         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34377         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34378         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34379         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34380         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34381         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34382         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34383         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34384         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34385         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34387         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34388         global and hidden.
34389         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34390         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34391         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34392         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34393         Likewise.
34394         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34395         Likewise.
34396         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34397         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34398         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34399         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34400         ifunc-impl-list.c.
34401         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34402         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34403         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34404         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34405         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34406         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34407         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34408         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34409         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34410         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34411         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34412         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34413         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34414         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34415         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34416         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34417         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34418         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34419         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34420         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34421         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34422         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34423         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34424         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34425         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34426         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34427         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34428         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34429         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34430         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34431         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34432         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34433         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34434         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34435         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34436         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34437         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34438         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34439         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34440         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34441         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34443         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34444         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34445         * include/ifunc-impl-list.h: New file.
34446         * misc/ifunc-impl-list.c: Likewise.
34447         * misc/Makefile (routines): Add ifunc-impl-list.
34448         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34449         * string/test-string.h: Include <ifunc-impl-list.h>.
34450         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34451         TEST_NAME]: New variables.
34452         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34453         are defined.
34454         (test_init): Call __libc_ifunc_impl_list to initialize
34455         func_list if TEST_IFUNC and TEST_NAME are defined.
34457         * string/Makefile (strop-tests): Add bcopy and bzero.
34458         * string/test-bcopy.c: New file.
34459         * string/test-bzero.c: Likewise.
34460         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34461         defined.
34462         * string/test-memset.c: Support bzero test if TEST_BZERO is
34463         defined.
34464         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34465         __libc_memmove.
34466         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34467         __libc_memset.
34468         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34469         of memset.
34471 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34473         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34474         * configure: Regenerated.
34476         * Makeconfig (+link-static-before-libc): Don't include
34477         $(link-static-libc).
34479         * libio/libio.h (_IO_pos_t): Remove.
34481 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34483         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34484         McGrath.
34486 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34488         * crypt/crypt-entry.c: Include fips-private.h.
34489         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34490         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34491         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34492         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34494 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34496         * crypt/crypt-private.h: Include stdbool.h.
34497         (_ufc_setup_salt_r): Return bool.
34498         * crypt/crypt-entry.c: Include errno.h.
34499         (__crypt_r): Return NULL with EINVAL for bad salt.
34500         * crypt/crypt_util.c (bad_for_salt): New.
34501         (_ufc_setup_salt_r): Check that salt is long enough and within
34502         the specified alphabet.
34503         * crypt/badsalttest.c: New file.
34504         * crypt/Makefile (tests): Add it.
34505         ($(objpfx)badsalttest): New.
34507 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34509         * NEWS: Add entry for BZ #14602.
34511 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34513         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34514         type-generic.
34515         * math/libm-test.inc: Update comment listing what functions and
34516         macros are tested.
34517         (isgreater_test): New function.
34518         (isgreaterequal_test): Likewise.
34519         (isless_test): Likewise.
34520         (islessequal_test): Likewise.
34521         (islessgreater_test): Likewise.
34522         (isunordered_test): Likewise.
34523         (main): Call the new functions.
34525 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34527         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34528         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34529         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34530         * sysdeps/i386/configure: Regenerated.
34531         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34532         * sysdeps/mach/configure: Regenerated.
34533         * sysdeps/mach/hurd/configure: Regenerated.
34534         * sysdeps/powerpc/configure: Regenerated.
34535         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34536         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34537         * sysdeps/s390/s390-32/configure: Regenerated.
34538         * sysdeps/s390/s390-64/configure: Regenerated.
34539         * sysdeps/sh/configure: Regenerated.
34540         * sysdeps/sparc/configure: Regenerated.
34541         * sysdeps/unix/sysv/linux/configure: Regenerated.
34542         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34543         * sysdeps/x86_64/configure: Regenerated.
34545         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34546         defined.  Don't check if MAP is NULL.
34548 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34550         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34551         (_G_stat64): Likewise.
34552         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34553         (_G_stat64): Likewise.
34554         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34555         instead of struct _G_stat64.
34556         * libio/fileops.c (mmap_remap_check): Likewise.
34557         (decide_maybe_mmap): Likewise.
34558         (_IO_new_file_seekoff): Likewise.
34559         (_IO_file_stat): Likewise.
34560         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34561         _G_off64_t.
34562         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34563         instead of struct _G_stat64.
34564         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34566 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34568         [BZ #14602]
34569         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34570         Replace with ...
34571         (CHECK_EOL): New macro.
34572         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34573         CHECK_EOL.
34574         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34575         Replace with CHECK_EOL.
34576         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34577         Replace with CHECK_EOL.
34579 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34581         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34582         type-generic.
34583         * math/libm-test.inc: Update comment listing what functions and
34584         macros are tested.
34585         (finite_test): New function.
34586         (isinf_test): Likewise.
34587         (isnan_test): Likewise.
34588         (fpclassify_test): Test subnormal input.
34589         (isfinite_test): Likewise.
34590         (isnormal_test): Likewise.
34591         (main): Call the new functions.
34593 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34595         [BZ #14660]
34596         * Makerules (%.dynsym): Force C locale when running
34597         $(OBJDUMP) --dynamic-syms.
34599 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34601         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34602         <stdint.h>.
34604 2012-10-06  David S. Miller  <davem@davemloft.net>
34606         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34607         upper 32-bits of the length value in %o2 since we use branch-on-register
34608         tests which consider the entire 64-bit register.
34610 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34612         * string/test-strstr.c (check2): Add a test for page boundary.
34614 2012-10-05  David S. Miller  <davem@davemloft.net>
34616         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34617         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34618         file.
34619         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34620         sysdep_routines.
34621         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34622         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34623         and bzero when HWCAP_SPARC_CRYPTO is present.
34625 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34627         [BZ #14602]
34628         * string/test-strstr.c (check2): New function.
34629         (test_main): Call check2.
34631         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34632         and bug-strchr1.
34633         * string/bug-strcasestr1.c (do_test): Moved to ...
34634         * string/test-strcasestr.c (check1): Here.  New function.
34635         (do_one_test): Break out result checking code into ...
34636         (check_result): This.  New function.
34637         (do_one_test): Call check_result.
34638         (test_main): Call check1.
34639         * string/bug-strchr1.c (do_test): Moved to ...
34640         * string/test-strchr.c (check1): Here.  New function.
34641         (do_one_test): Break out result checking code into ...
34642         (check_result): This.  New function.
34643         (do_one_test): Call check_result.
34644         (test_main): Call check1.
34645         * string/bug-strstr1.c (main): Moved to ...
34646         * string/test-strstr.c (check1): Here.  New function.
34647         (do_one_test): Break out result checking code into ...
34648         (check_result): This.  New function.
34649         (do_one_test): Call check_result.
34650         (test_main): Call check1.
34651         * string/bug-strcasestr1.c: Removed.
34652         * string/bug-strchr1.c: Likewise.
34653         * string/bug-strstr1.c: Likewise.
34655         * elf/Makefile (dl-routines): Add hwcaps.
34656         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34657         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34658         (_dl_important_hwcaps): Moved to ...
34659         * elf/dl-hwcaps.c: Here.  New file.
34660         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34662         [BZ #14557]
34663         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34664         if IS_IN_rtld isn't defined.
34666         * elf/dl-support.c (_dl_sysinfo_map): New.
34667         Include "get-dynamic-info.h" and "setup-vdso.h".
34668         (_dl_non_dynamic_init): Call setup_vdso.
34669         * elf/dynamic-link.h: Don't include <assert.h>.
34670         (elf_get_dynamic_info): Moved to ...
34671         * elf/get-dynamic-info.h: Here.  New file.
34672         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34673         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34674         * elf/setup-vdso.h: Here.  New file.
34675         * elf/rtld.c: Include "setup-vdso.h".
34676         (dl_main): Call setup_vdso.
34678 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34680         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34681         creal in comment listing functions tested.  List finite, isinf,
34682         isnan, isless, islessequal, isgreater, isgreaterequal,
34683         islessgreater, isunordered, lgamma_r and pow10 as functions and
34684         macros not tested.  Mention which functions not tested are aliases
34685         for other functions.  Fix typo.  Note that signs of NaNs are not
34686         tested.
34688         * scripts/config.guess: Update from config.git.
34689         * scripts/config.sub: Likewise.
34691 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34693         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34694         * misc/madvise.c (madvise): Renamed to __madvise.
34695         Make madvise a weak alias.
34696         * include/sys/mman.h: Declare __madvise.
34697         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34698         * sysdeps/unix/syscalls.list
34699         (madvise): Make __madvise the strong name, and madvise a weak alias.
34700         * sysdeps/unix/sysv/linux/syscalls.list
34701         (madvise, mmap): Remove redundant entries.
34702         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34703         * malloc/malloc.c (mtrim): Likewise.
34704         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34706 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34708         * sysdeps/mach/hurd/dl-cache.c: File removed.
34709         * config.h.in (USE_LDCONFIG): New #undef.
34710         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34711         * configure: Regenerated.
34712         * elf/Makefile (dl-routines): Add dl-cache only under
34713         [$(use-ldconfig) = yes].
34714         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34715         cache on [USE_LDCONFIG].
34716         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34717         [USE_LDCONFIG].
34718         * elf/rtld.c (dl_main): Likewise.
34720 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34722         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34723         _SC_LEVEL4_CACHE_LINESIZE.
34725 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34727         * sysdeps/unix/bsd/confstr.h: File removed.
34729 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34731         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34732         sys/sdt-config.h.
34734 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34736         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34737         Make 'mapoff' field ElfW(Off) rather than off_t.
34739 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34741         * nscd/Makefile: Remove nscd-cflags and all its users.
34742         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34743         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34745         [BZ #10631]
34746         * malloc.c (malloc_printerr): Clarify error message.
34748 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34750         [BZ #14648]
34751         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34752         Set bit_FMA_Usable if FMA is supported.
34753         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34754         macro.
34755         (bit_FMA4_Usable): Updated.
34756         (index_FMA_Usable): New macro.
34757         (CPUID_FMA): Likewise
34758         (HAS_FMA): Defined with bit_FMA_Usable.
34760 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34762         * bits/types.h (__swblk_t): Type removed.
34763         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34764         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34765         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34766         (__SWBLK_T_TYPE): Likewise.
34767         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34768         (__SWBLK_T_TYPE): Likewise.
34769         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34770         (__SWBLK_T_TYPE): Likewise.
34771         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34772         (__SWBLK_T_TYPE): Likewise.
34774 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34775             Honza Horak <hhorak@redhat.com>
34777         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34778         (xdr_mapname): Use YPMAXMAP as maxsize.
34779         (xdr_peername): Use YPMAXPEER as maxsize.
34780         (xdr_keydat): Use YPAXRECORD as maxsize.
34781         (xdr_valdat): Use YPMAXRECORD as maxsize.
34783 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34785         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34787         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34788         * csu/init-first.c: ... here.
34789         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34790         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34791         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34792         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34793         * sysdeps/i386/init-first.c: File removed.
34794         * sysdeps/sh/init-first.c: File removed.
34796 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34798         [BZ #14645]
34799         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34800         if x * y might underflow to zero and z is zero.
34801         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34802         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34803         * math/libm-test.inc (min_subnorm_value): New variable.
34804         (fma_test): Add more tests.
34805         (fma_test_towardzero): Likewise.
34806         (fma_test_downward): Likewise
34807         (fma_test_upward): Likewise.
34808         (initialize): Set min_subnorm_value.
34810 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34812         [BZ #14638]
34813         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34814         0 + 0.
34815         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34816         mode for addition resulting in exact zero.
34817         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34818         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34819         exact 0 + 0.
34820         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34821         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34822         * math/libm-test.inc (fma_test): Add more tests.
34823         (fma_test_towardzero): New function.
34824         (fma_test_downward): Likewise.
34825         (fma_test_upward): Likewise.
34826         (main): Call the new functions.
34828 2012-09-28  David S. Miller  <davem@davemloft.net>
34830         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34832 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34834         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34835         instead of SIGALRM.
34837         * sysdeps/gnu/_G_config.h: Moved to ...
34838         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34839         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34840         * sysdeps/generic/_G_config.h: ... here.
34842         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34844         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34846         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34847         Conditionalize target on [libnss_test1.so-version].
34849         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34851         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34852         (elfobjdir): Move out of conditionals.
34854         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34855         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34856         (__nss_lookup_function): Conditionalize label remove_from_tree on
34857         [!DO_STATIC_NSS || SHARED], matching its only use.
34859 2012-09-28  David S. Miller  <davem@davemloft.net>
34861         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34862         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34863         file.
34864         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34865         sysdep_routines.
34866         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34867         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34868         when HWCAP_SPARC_CRYPTO is present.
34870 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34872         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34874 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34876         [BZ #6530]
34877         * stdio-common/vfprintf.c (process_string_arg): Revert
34878         2000-07-22 change.
34880 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34882         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34883         for testcase.
34884         * stdio-common/tst-sprintf.c: Include <locale.h>
34885         (main): Test sprintf's handling of incomplete multibyte
34886         characters.
34888 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34890         * elf/dl-runtime.c (VERSYMIDX): Removed.
34891         * elf/dl-version.c (VERSYMIDX): Likewise.
34892         * elf/do-rel.h (VERSYMIDX): Likewise.
34893         (VALIDX): Likewise.
34894         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34895         * elf/rtld.c (VALIDX): Likewise.
34896         (ADDRIDX): Likewise.
34897         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34898         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34899         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34900         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34901         (VALIDX): Likewise.
34902         (ADDRIDX): Likewise.
34904 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34906         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34908 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34910         [BZ #11438]
34911         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34912         to global scope.
34913         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34914         addresses are in the same scope as 192.0.2/24.
34915         * posix/gai.conf: Document new scope table defaults.
34917 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34919         [BZ #5298]
34920         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34921         for ftell.  Compute offsets from write pointers instead.
34922         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34924 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34926         [BZ #14543]
34927         * libio/Makefile (tests): New test case tst-fseek.
34928         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34929         combination works in wide mode.
34930         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34931         state when the external buffer state changes.
34933 2012-09-27  David S. Miller  <davem@davemloft.net>
34935         [BZ #14376]
34936         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34937         pass reloc->r_addend in as the 'high' argument to
34938         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34940         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34942 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34944         * rt/tst-aio2.c: Include <pthread.h>.
34945         * rt/tst-aio3.c: Likewise.
34947 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34949         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34951 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34953         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34954         contents on [SHARED].
34956 2012-09-26  Marek Polacek  <polacek@redhat.com>
34958         [BZ #14530]
34959         [BZ #13741]
34960         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34961         for C++ and GCC <4.3 as well as for non GCC compilers.
34963 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34965         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34967 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34969         * Makefile.in (all, install): Declare with .PHONY.
34970         Reported by Michael Hope <michael.hope@linaro.org>.
34972 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34974         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34975         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34976         system header.
34977         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34978         Likewise.
34979         (sydep_routines): Add the new and the internal functions.
34980         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34981         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34983         (GLIBC_2.17): Add the new function.
34984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34985         (GLIBC_2.17): Likewise.
34986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34987         (GLIBC_2.17): Likewise.
34988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34989         (GLIBC_2.17): Likewise.
34990         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34992 2012-09-25  Alan Modra  <amodra@gmail.com>
34994         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34995         Add release barrier before setting once_control to say
34996         initialisation is done.  Add hints on lwarx.  Use macro in
34997         place of isync.
34998         (clear_once_control): Add release barrier.
35000 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35002         [BZ #13629]
35003         * math/s_clog.c (__clog): Handle more values close to |z| = 1
35004         specially.
35005         * math/s_clog10.c (__clog10): Likewise.
35006         * math/s_clog10f.c (__clog10f): Likewise.
35007         * math/s_clog10l.c (__clog10l): Likewise.
35008         * math/s_clogf.c (__clogf): Likewise.
35009         * math/s_clogl.c (__clogl): Likewise.
35010         * math/Makefile (libm-calls): Add x2y2m1.
35011         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
35012         (__x2y2m1): Likewise.
35013         (__x2y2m1l): Likewise.
35014         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
35015         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
35016         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
35017         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
35018         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
35019         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
35020         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
35021         * sysdeps/i386/fpu/libm-test-ulps: Update.
35022         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35024         [BZ #14621]
35025         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
35026         int as type of variable DEPTH.
35027         (glob): Use size_t instead of int as type of variables NEWCOUNT
35028         and OLD_PATHC.
35030 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35032         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35033         Add s_sincosf-sse2.
35034         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
35035         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
35036         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
35037         macros for using routine as __sincosf_ia32.
35038         Use macro for function declaration and weak_alias.
35039         * sysdeps/i386/fpu/libm-test-ulps: Update.
35041         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
35042         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35044         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
35045         subnormal argument.
35046         * math/s_cexpf.c (__cexpf): Likewise.
35047         * math/s_csinf.c (__csinf): Likewise.
35048         * math/s_csinhf.c (__csinhf): Likewise.
35049         * math/s_ctanf.c (__ctanf): Likewise.
35050         * math/s_ctanhf.c (__ctanhf): Likewise.
35051         * math/s_ccosh.c (__ccoshf): Likewise.
35052         * math/s_cexp.c (__cexpl): Likewise.
35053         * math/s_csin.c (__csin): Likewise.
35054         * math/s_csinh.c (__csinh): Likewise.
35055         * math/s_ctan.c (__ctan): Likewise.
35056         * math/s_ctanh.c (ctanh): Likewise.
35057         * math/s_ccoshl.c (__ccoshl): Likewise.
35058         * math/s_cexpl.c (__cexpl): Likewise.
35059         * math/s_csinl.c (__csinl): Likewise.
35060         * math/s_csinhl.c (__csinhl): Likewise.
35061         * math/s_ctanl.c (__ctanl): Likewise.
35062         * math/s_ctanhl.c (__ctanhl): Likewise.
35064 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
35066         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
35067         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
35068         (_IO_off_t): Define to __off_t, not _G_off_t.
35069         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
35070         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
35071         (_IO_wint_t): Define to wint_t, not _G_wint_t.
35072         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
35073         type of __dummy and __dummy2 fields.
35074         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
35075         (_G_ssize_t): Likewise.
35076         (_G_off_t): Likewise.
35077         (_G_pid_t): Likewise.
35078         (_G_uid_t): Likewise.
35079         (_G_wchar_t): Likewise.
35080         (_G_wint_t): Likewise.
35081         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
35082         (_G_ssize_t): Likewise.
35083         (_G_off_t): Likewise.
35084         (_G_pid_t): Likewise.
35085         (_G_uid_t): Likewise.
35086         (_G_wchar_t): Likewise.
35087         (_G_wint_t): Likewise.
35088         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
35089         (_G_ssize_t): Likewise.
35090         (_G_off_t): Likewise.
35091         (_G_pid_t): Likewise.
35092         (_G_uid_t): Likewise.
35093         (_G_wchar_t): Likewise.
35094         (_G_wint_t): Likewise.
35096 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35098         * malloc/arena.c: Include malloc-sysdep.h.
35099         (shrink_heap): Use check_may_shrink_heap to decide if madvise
35100         is sufficient to shrink the heap or an unmap is needed.
35101         * sysdeps/generic/malloc-sysdep.h: New file.  Define
35102         new function check_may_shrink_heap.
35103         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
35104         new function check_may_shrink_heap.
35106 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
35108         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
35109         comments.
35111 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
35113         * catgets/test-gencat.sh: Add "set -e".
35114         * elf/tst-pathopt.sh: Likewise.
35115         * grp/tst_fgetgrent.sh: Likewise.
35116         * iconvdata/run-iconv-test.sh: Likewise.
35117         * intl/tst-gettext.sh: Likewise.
35118         * intl/tst-gettext2.sh: Likewise.
35119         * intl/tst-gettext4.sh: Likewise.
35120         * intl/tst-gettext6.sh: Likewise.
35121         * intl/tst-translit.sh: Likewise.
35122         * io/ftwtest-sh: Likewise.
35123         * libio/test-freopen.sh: Likewise.
35124         * malloc/tst-mtrace.sh: Likewise.
35125         * posix/globtest.sh: Likewise.
35126         * posix/tst-getconf.sh: Likewise.
35127         * posix/wordexp-tst.sh: Likewise.
35128         * stdio-common/tst-printf.sh: Likewise.
35129         * stdio-common/tst-unbputc.sh: Likewise.
35130         * stdlib/tst-fmtmsg.sh: Likewise.
35131         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35132         * catgets/Makefile: Do not specify -e option when running
35133         testsuite shell scripts.
35134         * elf/Makefile: Likewise.
35135         * grp/Makefile: Likewise.
35136         * iconvdata/Makefile: Likewise.
35137         * intl/Makefile: Likewise.
35138         * io/Makefile: Likewise.
35139         * libio/Makefile: Likewise.
35140         * malloc/Makefile: Likewise.
35141         * posix/Makefile: Likewise.
35142         * stdio-common/Makefile: Likewise.
35143         * stdlib/Makefile: Likewise.
35144         * sysdeps/x86_64/Makefile: Likewise.
35146         * io/ftwtest-sh: Add copyright header.
35147         * posix/globtest.sh: Likewise.
35148         * posix/tst-getconf.sh: Likewise.
35149         * posix/wordexp-tst.sh: Likewise.
35150         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
35152 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
35154         [BZ #13679]
35155         * Makeconfig (+link): Defined as $(+link-static) if
35156         $(build-shared) isn't yes.
35157         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
35158         isn't yes.
35159         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
35161         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
35163         [BZ #14562]
35164         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
35165         new chunk size with MALLOC_ALIGN_MASK.
35167 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
35169         [BZ #5044]
35170         * stdio-common/printf_fphex.c: Include <stdbool.h> and
35171         <rounding-mode.h>.
35172         (__printf_fphex): Determine rounding using get_rounding_mode and
35173         round_away.
35174         * stdio-common/tst-printf-round.c (struct hex_test): New
35175         structure.
35176         (hex_tests): New variable.
35177         (test_hex_in_one_mode): New function.
35178         (do_test): Also run tests for hex float output.
35180 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
35182         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35183         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35184         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
35185         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
35186         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
35187         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
35188         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35189         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
35191 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
35193         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
35194         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
35195         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
35196         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
35198 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
35200         [BZ #14579]
35201         * elf/rtld.c (dl_main): Limit the check for self loading to normal
35202         mode only.
35203         * elf/tst-rtld-load-self.sh: New test.
35204         * elf/Makefile: Run it.
35206 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
35208         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
35209         (tst-writev-ENV): Remove.
35210         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
35212 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
35214         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
35216 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
35218         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
35219         unconditional.
35220         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
35221         Likewise.
35222         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
35223         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
35224         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
35225         Likewise.
35227 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
35229         [BZ #14587]
35230         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
35231         * config.make.in (have-cpp-asm-debuginfo): Removed.
35232         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
35233         * configure: Regenerated.
35235 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
35237         [BZ #5044]
35238         * stdio-common/printf_fp.c: Include <stdbool.h> and
35239         <rounding-mode.h>.
35240         (___printf_fp): Determine rounding using get_rounding_mode and
35241         round_away.
35242         * stdio-common/tst-printf-round.c: New file.
35243         * stdio-common/Makefile (tests): Add tst-printf-round.
35244         (link-libm): New variable.
35245         ($(objpfx)tst-printf-round): Depend in $(link-libm).
35247 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
35249         [BZ #14576]
35250         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
35251         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
35252         Likewise.
35253         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35254         Likewise.
35256 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35258         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35259         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35260         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35261         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35263 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35265         [BZ #14518]
35266         * include/rounding-mode.h: New file.
35267         * sysdeps/generic/get-rounding-mode.h: Likewise.
35268         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35269         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35270         (MAX_VALUE): New macro.
35271         (MIN_VALUE): Likewise.
35272         (overflow_value): New function.
35273         (underflow_value): Likewise.
35274         (round_and_return): Use overflow_value and underflow_value to
35275         determine return values in overflow and underflow cases.  Use
35276         round_away to determine rounding depending on rounding mode.
35277         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35278         determine return values in overflow and underflow cases.
35279         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35280         (struct test_results): New structure.
35281         (struct test): Use struct test_results to store expected results
35282         for all rounding modes.
35283         (TEST): Include expected results for all rounding modes.
35284         (test_in_one_mode): New function.
35285         (do_test): Use test_in_one_mode to compute and check results.
35286         Check results for all rounding modes.
35287         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35288         $(link-libm).
35290 2012-12-09  Allan McRae  <allan@archlinux.org>
35292         * sysdeps/i386/fpu/libm-test-ulps: Update
35294 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35296         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35297         (_G_int32_t): Likewise.
35298         (_G_uint16_t): Likewise.
35299         (_G_uint32_t): Likewise.
35300         (_G_HAVE_BOOL): Likewise.
35301         (_G_HAVE_ATEXIT): Likewise.
35302         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35303         (_G_HAVE_IO_FILE_OPEN): Likewise.
35304         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35305         (_G_int32_t): Likewise.
35306         (_G_uint16_t): Likewise.
35307         (_G_uint32_t): Likewise.
35308         (_G_HAVE_BOOL): Likewise.
35309         (_G_HAVE_ATEXIT): Likewise.
35310         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35311         (_G_HAVE_IO_FILE_OPEN): Likewise.
35312         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35313         (_G_int32_t): Likewise.
35314         (_G_uint16_t): Likewise.
35315         (_G_uint32_t): Likewise.
35316         (_G_HAVE_BOOL): Likewise.
35317         (_G_HAVE_ATEXIT): Likewise.
35318         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35319         (_G_HAVE_IO_FILE_OPEN): Likewise.
35321 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35323         * csu/libc-tls.c: Update copyright years.
35325 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35327         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35328         [!_G_USING_THUNKS]: Remove conditional code.
35329         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35330         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35332         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35333         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35334         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35335         (_G_VTABLE_LABEL_PREFIX): Likewise.
35336         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35337         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35338         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35339         (_G_VTABLE_LABEL_PREFIX): Likewise.
35340         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35341         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35342         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35343         (_G_VTABLE_LABEL_PREFIX): Likewise.
35344         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35346 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35348         * libio/Makefile: Include ../Makeconfig before tests.
35349         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35350         only if $(build-shared) is yes.
35352         * iconv/gconv_db.c: Update copyright years.
35354 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35356         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35357         unwind info if defined PIC. Fix special cases description.
35358         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35360         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35361         DP_HI_MASK entry.
35362         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35364 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35366         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35368         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35369         is NULL.
35371         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35372         (LDLIBS-tst-chk4): This.
35373         (LDFLAGS-tst-chk5): Renamed to ...
35374         (LDLIBS-tst-chk5): This.
35375         (LDFLAGS-tst-chk6): Renamed to ...
35376         (LDLIBS-tst-chk6): This.
35377         (LDFLAGS-tst-lfschk4): Renamed to ...
35378         (LDLIBS-tst-lfschk4): This.
35379         (LDFLAGS-tst-lfschk5): Renamed to ...
35380         (LDLIBS-tst-lfschk5): This.
35381         (LDFLAGS-tst-lfschk6): Renamed to ...
35382         (LDLIBS-tst-lfschk6): This.
35384         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35385         on $(common-objpfx)soversions.mk.
35387 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35389         [BZ #10014]
35390         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35391         example host name.
35393 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35395         * malloc/arena.c (arena_get_retry): New function that gets
35396         another arena for the caller to try its request on.
35397         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35398         current arena cannot fulfill the request.
35399         (__libc_memalign): Likewise.
35400         (__libc_memalign): Likewise.
35401         (__libc_pvalloc): Likewise.
35402         (__libc_calloc): Likewise.
35404 2012-09-05  John Tobey  <john.tobey@gmail.com>
35406         [BZ #13542]
35407         * manual/arith.texi (Operations on Complex): Fix description
35408         of carg branch cut.
35410 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35412         [BZ #10014]
35413         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35414         host name.
35416         [BZ #10038]
35417         * manual/memory.texi (Memory): Make order of menu items match
35418         order of sections.
35420 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35422         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35423         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35424         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35426 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35428         * csu/libc-tls.c (static_dtv): Renamed to ...
35429         (_dl_static_dtv): This.  Make it global.
35430         (_dl_initial_dtv): Removed.
35431         (__libc_setup_tls): Updated.
35432         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35433         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35434         DL_INITIAL_DTV.
35436 2012-09-06  Petr Machata  <pmachata@redhat.com>
35438         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35439         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35440         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35441         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35443 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35445         [BZ #14545]
35446         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35447         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35448         freeing dtv[-1].
35450 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35452         [BZ #14544]
35453         * Makeconfig (link-static-before-libc): Replace $(+prector)
35454         with $(+prectorT).
35455         (link-static-after-libc): Replace $(+postctor) with
35456         $(+postctorT).
35457         (link-bounded): Replace $(+prector)/$(+postctor) with
35458         $(+prectorT)/$(+postctorT).
35459         (+prectorT): New macro.
35460         (+postctorT): Likewise.
35462 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35464         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35465         (round_str): Handle values above the maximum for IBM long double
35466         as inexact.
35467         * stdlib/tst-strtod-round.c (tests): Regenerated.
35469 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35471         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35472         assembler flag.
35473         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35474         zarch_nohighgprs around the zarch optimized routines.
35475         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35476         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35477         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35478         for zarch.
35480 2012-09-05  David S. Miller  <davem@davemloft.net>
35482         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35484         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35485         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35486         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35487         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35488         entries.
35490 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35492         * malloc/arena.c: Fold copyright years.
35493         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35495 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35497         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35499 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35501         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35503 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35505         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35506         change internal state upon failure.
35508 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35510         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35511         * malloc/memusage.c (mmap): Likewise.
35512         (mmap64, mremap): Likewise.  Adjust name in comment.
35514 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35516         * libio/fileops.c: Fix typos in comments.
35517         * libio/oldfileops.c: Likewise.
35518         * libio/wfileops.c: Likewise.
35520 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35522         [BZ #1349]
35523         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35524         (tst-malloc-usable-ENV): Set environment for test case.
35525         * malloc/hooks.c (malloc_check_get_size): New function to get
35526         requested size.
35527         * malloc/malloc.c (musable): Use malloc_check_get_size.
35528         * malloc/tst-malloc-usable.c: New test case.
35530 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35532         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35534 2012-09-05  Allan McRae  <allan@archlinux.org>
35536         [BZ #13966]
35537         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35538         determine header location.
35539         * configure: Regenerated.
35541 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35543         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35544         float format.
35545         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35546         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35547         format.
35548         (test): Regenerate.
35550 2012-09-04  David S. Miller  <davem@davemloft.net>
35552         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35553         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35554         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35556 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35558         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35559         failures.
35561         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35563 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35565         [BZ #9914]
35566         * libio/iogetdelim.c: Include <limits.h>.
35567         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35568         + len + 1 would overflow.
35570 2012-09-03  Andreas Jaeger  <aj@suse.de>
35572         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35573         * sysdeps/i386/fpu/libm-test-ulps: Update.
35575 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35577         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35578         Add s_sinf-sse2, s_conf-sse2.
35580         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35581         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35582         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35583         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35585         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35586         for using routine as __sinf_ia32.
35587         Use macro for function declaration and weak_alias.
35588         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35589         for using routine as __cosf_ia32.
35590         Use macro for function declaration and weak_alias.
35592         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35593         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35595         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35596         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35597         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35599         * math/libm-test.inc (cos_test): Add more test cases.
35600         (sin_test): Likewise.
35601         (sincos_test): Likewise.
35603 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35605         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35606         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35607         hidden.
35608         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35610 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35612         [BZ #14538]
35613         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35614         first element of the GOT.
35615         (elf_machine_load_address): Return the difference between
35616         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35618 2012-09-01  Allan McRae  <allan@archlinux.org>
35620         [BZ #13412]
35621         * configure.in (AWK): Require gawk version 3.0 or later.
35622         * configure: Regenerated.
35624 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35626         * sysdeps/unix/sysv/linux/kernel-features.h
35627         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35628         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35629         [__NR_clock_getres]: Make code unconditional.
35630         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35631         (clock_getcpuclockid): Remove code left unreachable by removal of
35632         conditionals.
35633         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35634         code unconditional.
35635         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35636         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35637         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35638         Make code unconditional.
35639         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35640         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35641         * sysdeps/unix/sysv/linux/clock_settime.c
35642         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35643         conditional code.
35644         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35645         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35647 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35649         [BZ #14476]
35650         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35651         scripts/test-installation.pl.
35653         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35654         and $ld_so_version if it is set.
35656 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35658         [BZ #14516]
35659         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35660         failure if reading from procfs failed.
35661         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35663 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35665         * sysdeps/unix/sysv/linux/kernel-features.h
35666         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35667         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35668         Remove conditional code.
35669         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35670         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35671         Remove conditional code.
35672         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35673         * sysdeps/unix/sysv/linux/i386/fxstat.c
35674         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35675         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35676         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35677         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35678         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35679         * sysdeps/unix/sysv/linux/i386/lxstat.c
35680         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35681         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35682         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35683         Remove conditional code.
35684         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35685         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35686         Remove conditional code.
35687         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35688         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35689         <kernel-features.h>.
35690         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35691         Remove.
35692         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35693         Remove conditional code.
35694         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35695         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35696         Remove conditional.
35698 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35700         [BZ #5400]
35701         * NEWS: Add fixed bug number.
35703 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35705         [BZ #14519]
35706         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35707         underflowing exponent in case of negative sign.
35708         * stdlib/tst-strtod-round-data: Add more tests.
35709         * stdlib/tst-strtod-round.c (tests): Regenerated.
35711         [BZ #3479]
35712         * stdlib/strtod_l.c (NDIG): Remove.
35713         (HEXNDIG): Likewise.
35714         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35715         smallest representable value.
35716         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35717         lie within an exact representation of 1/2 ulp of the result.
35718         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35719         unconditionally.
35720         (TENS_P9_IDX): Define unconditionally.
35721         (TENS_P9_SIZE): Likewise.
35722         (TENS_P10_IDX): Likewise.
35723         (TENS_P10_SIZE): Likewise.
35724         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35725         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35726         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35727         entries for 10^2^13 and 10^2^14.
35728         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35729         (TENS_P13_IDX): Define.
35730         (TENS_P13_SIZE): Likewise.
35731         (TENS_P14_IDX): Likewise.
35732         (TENS_P14_SIZE): Likewise.
35733         (_fpioconst_pow10): Change array size to
35734         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35735         unconditional.
35736         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35737         1024]: Add entries for 10^2^13 and 10^2^14.
35738         [LAST_POW10 > _LAST_POW10]: Remove #error.
35739         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35740         (_fpioconst_pow10): Change array size to
35741         FPIOCONST_POW10_ARRAY_SIZE.
35742         * stdlib/gen-fpioconst.c: New file.
35743         * stdlib/gen-tst-strtod-round.c: Likewise.
35744         * stdlib/tst-strtod-round-data: Likewise.
35745         * stdlib/tst-strtod-round.c: Likewise.
35746         * stdlib/Makefile (tests): Add tst-strtod-round.
35748         [BZ #14459]
35749         * stdlib/strtod_l.c: Include <stdint.h>.
35750         (NDEBUG): Do not define.
35751         (round_and_return): Change EXPONENT parameter to type intmax_t.
35752         Rearrange calculations to avoid internal overflow possibilities.
35753         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35754         Rearrange calculations to avoid internal overflow possibilities.
35755         Assert that number fits inside MPNSIZE limbs.
35756         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35757         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35758         calculations and add assertions to avoid internal overflow
35759         possibilities.  Add casts to avoid signed/unsigned operations.
35760         * stdlib/tst-strtod-overflow.c: New file.
35761         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35763 2012-08-25  Marek Polacek  <polacek@redhat.com>
35765         * time/time.h: Fix some typos in comments.
35767 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35769         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35770         * posix/tst-rfc3484-2.c: Likewise.
35771         * posix/tst-rfc3484-3.c: Likewise.
35773 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35775         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35776         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35778 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35780         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35781         #include of fxstatat64.c.
35783 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35785         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35786         * shadow/getspent_r.c: Likewise.
35787         * shadow/getspnam.c: Likewise.
35788         * shadow/getspnam_r.c: Likewise.
35789         * gshadow/getsgent.c: Likewise.
35790         * gshadow/getsgent_r.c: Likewise.
35791         * gshadow/getsgnam.c: Likewise.
35792         * gshadow/getsgnam_r.c: Likewise.
35793         * inet/getnetbyad.c: Likewise.
35794         * inet/getnetbyad_r.c: Likewise.
35795         * inet/getnetbynm.c: Likewise.
35796         * inet/getnetbynm_r.c: Likewise.
35797         * inet/getnetent.c: Likewise.
35798         * inet/getnetent_r.c: Likewise.
35799         * inet/getproto.c: Likewise.
35800         * inet/getproto_r.c: Likewise.
35801         * inet/getprtent.c: Likewise.
35802         * inet/getprtent_r.c: Likewise.
35803         * inet/getprtname.c: Likewise.
35804         * inet/getprtname_r.c: Likewise.
35805         * inet/getrpcbyname.c: Likewise.
35806         * inet/getrpcbyname_r.c: Likewise.
35807         * inet/getrpcbynumber.c: Likewise.
35808         * inet/getrpcbynumber_r.c: Likewise.
35809         * inet/getrpcent.c: Likewise.
35810         * inet/getrpcent_r.c: Likewise.
35811         * inet/getaliasent.c: Likewise.
35812         * inet/getaliasent_r.c: Likewise.
35813         * inet/getaliasname.c: Likewise.
35814         * inet/getaliasname_r.c: Likewise.
35815         * nscd/getgrgid_r.c: Likewise.
35816         * nscd/getgrnam_r.c: Likewise.
35817         * nscd/gethstbyad_r.c: Likewise.
35818         * nscd/gethstbynm3_r.c: Likewise.
35819         * nscd/getpwnam_r.c: Likewise.
35820         * nscd/getpwuid_r.c: Likewise.
35821         * nscd/getsrvbynm_r.c: Likewise.
35822         * nscd/getsrvbypt_r.c: Likewise.
35823         * nscd/gai.c: Likewise.
35825         * configure.in (build_nscd): New substituted variable, set
35826         by --disable-build-nscd and defaults to $use_nscd.
35827         * configure: Regenerated.
35828         * config.make.in (build-nscd): New substituted variable.
35829         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35830         Change conditional to require [$(build-nscd) = yes] as well.
35831         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35833         [BZ# 13696]
35834         * configure.in (use_nscd): New substituted variable, set by
35835         --disable-nscd.  If enabled, define USE_NSCD.
35836         * configure: Regenerated.
35837         * config.h.in: Add USE_NSCD.
35838         * config.make.in (use-nscd): New substituted variable.
35839         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35840         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35841         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35842         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35843         (CFLAGS-getgrnam_r.c): Likewise.
35844         (CFLAGS-initgroups.c): Likewise.
35845         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35846         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35847         Variables removed.
35848         * inet/getnetgrent_r.c
35849         (nscd_setnetgrent): New function, broken out of ...
35850         (setnetgrent): ... here.  Call it.
35851         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35852         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35853         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35854         * nscd/Makefile (routines, aux): Move definitions after include of
35855         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35856         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35857         Conditionalize on [USE_NSCD].
35858         (is_nscd, nscd_init_cb): Likewise.
35859         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35860         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35861         * nss/nss_db/db-init.c: Likewise.
35862         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35863         [USE_NSCD].
35864         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35865         (make_request): Use it.
35866         (cache_valid_p): New function.
35867         (__check_pf): Use it.
35868         * NEWS: Add item for --disable-nscd.
35870 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35872         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35873         to support sed >= 4.2.1-20-ga9bf076.
35874         * configure: Regenerated.
35876 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35878         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35879         Conditionalize whole body on [IREL].
35881 2012-08-22  Jeff Law <law@redhat.com>
35883         [BZ #14505]
35884         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35885         if the family is PF_UNSPEC.
35887 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35889         * Makerules (lib-version): Rename from V.
35890         (install-lib-nosubdir): Change V to lib-version.
35892 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35894         [BZ #14252]
35895         * powerpc32/power6/wcschr.c: New file.
35896         * powerpc32/power6/wcscpy.c: New file.
35897         * powerpc32/power6/wcsrchr.c: New file.
35898         * powerpc64/power6/wcschr.c: New file.
35899         * powerpc64/power6/wcscpy.c: New file.
35900         * powerpc64/power6/wcsrchr.c: New file.
35902 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35904         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35905         (two_way_short_needle): Use it.
35906         * string/strstr.c (AVAILABLE1_USES_J): Define.
35907         * string/strcasestr.c: Likewise.
35909         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35910         array references.
35911         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35913         [BZ #11607]
35914         * NEWS: Add an entry.
35915         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35916         define their defaults.
35917         (two_way_short_needle): Detect end-of-string on-the-fly.
35918         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35919         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35920         * string/bug-strcasestr1.c: New test.
35921         * string/Makefile: Run it.
35923 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35925         [BZ #11607]
35926         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35927         the first character.
35929 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35931         * csu/elf-init.c (__libc_csu_irel): Function removed.
35932         * csu/libc-start.c (apply_irel): New function.
35933         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35935 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35937         * sysdeps/unix/sysv/linux/kernel-features.h
35938         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35939         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35940         <kernel-features.h>.
35941         [__NR_fadvise64_64]: Make code unconditional.
35942         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35943         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35944         !__NR_fadvise64_64)]: Likewise.
35945         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35946         !__NR_fadvise64_64))]: Likewise.
35947         [__NR_fadvise64]: Make code unconditional.
35948         [!__NR_fadvise64]: Remove conditional code.
35949         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35950         <kernel-features.h>.
35951         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35952         unconditional.
35953         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35954         conditional code.
35955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35956         not include <kernel-features.h>.
35957         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35958         unconditional.
35959         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35960         conditional code.
35961         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35962         include <kernel-features.h>.
35963         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35964         unconditional.
35965         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35966         conditional code.
35968 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35970         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35971         slight instruction rearrangements per scrollpipe analysis.
35972         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35974 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35976         * manual/syslog.texi (syslog; vsyslog, closelog):
35977         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35978         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35980         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35981         DSOCAPS to match condition on defining it.
35983 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35985         * sysdeps/unix/sysv/linux/kernel-features.h
35986         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35988         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35989         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35991         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35992         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35994         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35995         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35997         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35998         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
36000         * sysdeps/unix/sysv/linux/kernel-features.h
36001         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
36002         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
36003         unconditional.
36004         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36005         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
36006         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36007         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36008         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
36009         Make code unconditional.
36010         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36011         (__mmap64) [!__NR_mmap2]: Likewise.
36012         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
36013         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
36014         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36015         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
36016         [__NR_mmap2]: Make code unconditional.
36017         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
36018         (__mmap64) [!__NR_mmap2]: Likewise.
36020 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36022         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
36024 2012-08-18  Andreas Jaeger  <aj@suse.de>
36026         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
36028 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36030         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
36031         * include/unistd.h (__have_sock_cloexec): Likewise.
36032         (__have_pipe2): Likewise.
36033         (__have_dup3): Likewise.
36035 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
36037         [BZ #9685]
36038         * include/unistd.h (__have_pipe2): Change define into an extern int.
36039         (__have_dup3): Likewise.
36040         * socket/have_sock_cloexec.c: Include fcntl.h.
36041         (__have_pipe2): New variable.
36042         (__have_dup3): Likewise.
36044 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
36046         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
36048 2012-08-17  Marek Polacek  <polacek@redhat.com>
36050         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
36051         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
36053 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36055         * configure.in: Add AC_SUBST for sysheaders.
36056         * configure: Regenerated.
36057         * config.make.in (sysheaders): New substituted variable.
36059         * sysdeps/unix/mkfifo.c: Moved ...
36060         * sysdeps/posix/mkfifo.c: ... here.
36061         * sysdeps/unix/mkfifoat.c: Moved ...
36062         * sysdeps/posix/mkfifoat.c: ... here.
36064         * sysdeps/unix/utime.c: Moved ...
36065         * sysdeps/posix/utime.c: ... here.
36067         * sysdeps/unix/time.c: Moved ...
36068         * sysdeps/posix/time.c: ... here.
36069         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
36070         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
36072         * sysdeps/unix/nice.c: Moved ...
36073         * sysdeps/posix/nice.c: ... here.
36075         * sysdeps/unix/alarm.c: Moved ...
36076         * sysdeps/posix/alarm.c: ... here.
36078         * intl/Makefile ($(codeset_mo)): Depend on the input file.
36080 2012-08-17  Jeff Law <law@redhat.com>
36082         * intl/Makefile (codeset_mo): New variable.
36083         ($(codeset_mo)): New target.
36084         (tst-codeset.out): Depend on that.  Remove explicit rule.
36085         (tst-gettext3.out, tst-gettext5.out): Likewise.
36086         (LOCPATH-ENV, tst-codeset-ENV): New variables.
36087         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
36088         * intl/tst-codeset.sh: Remove.
36089         * intl/tst-gettext3.sh: Likewise.
36090         * intl/tst-gettext5.sh: Likewise.
36092 2012-08-17  Roland McGrath  <roland@hack.frob.com>
36094         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
36095         * sysdeps/unix/syscalls.list: ... here.
36097         * sysdeps/posix/getaddrinfo.c
36098         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
36099         (gaiconf_init, gaiconf_reload): Use them.
36100         [!_STATBUF_ST_NSEC]
36101         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
36102         Define using time_t rather than struct timespec.
36104         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
36105         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
36106         Macros removed.
36107         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
36108         [!NO_THREADS].
36109         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
36110         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
36111         Likewise.
36113         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
36114         __libc_cleanup_push argument.
36116         * bits/param.h: New file.
36117         * misc/sys/param.h: New file.
36118         * include/sys/param.h: New file.
36119         * misc/Makefile (headers): Add bits/param.h.
36120         * sysdeps/generic/sys/param.h: File removed.
36121         * sysdeps/unix/sysv/linux/bits/param.h: New file.
36122         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
36123         * sysdeps/mach/hurd/bits/param.h: New file.
36124         * sysdeps/mach/hurd/sys/param.h: File removed.
36126         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
36127         last change.
36129         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
36130         [_IO_MTSAFE_IO].
36131         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
36132         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
36133         New macros.
36135         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
36136         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
36137         rather than -D_IO_MTSAFE_IO conditionally.
36138         * stdio-common/Makefile (CPPFLAGS): Likewise.
36139         * wcsmbs/Makefile (CPPFLAGS): Likewise.
36140         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
36141         Use $(libio-mtsafe).
36142         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
36143         of -D_IO_MTSAFE_IO.
36144         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
36145         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
36146         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
36147         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
36148         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
36149         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
36150         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
36151         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
36152         (CFLAGS-fread_u_chk.c): Likewise.
36153         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
36154         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
36155         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
36156         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
36157         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
36158         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
36159         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
36160         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
36161         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
36163         * libio/Makefile: Test [$(libc-reentrant) = yes]
36164         instead of [$(filter %REENTRANT, $(defines)) nonempty].
36166         * Makeconfig
36167         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
36168         * sysdeps/pthread/configure: File removed.
36169         * sysdeps/pthread/Makeconfig: New file.
36170         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
36171         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
36173 2012-08-16  Gary Benson  <gbenson@redhat.com>
36175         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
36176         unmapping the first object in a namespace.
36178 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36180         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
36181         (__internal_setnetgrent): ... this.  Add internal_function to
36182         definition.  Add libc_hidden_def.
36183         (setnetgrent): Update caller.
36184         (internal_endnetgrent): Renamed to ...
36185         (__internal_endnetgrent): ... this.  Add internal_function to
36186         definition.  Add libc_hidden_def.
36187         (endnetgrent): Update caller.
36188         (internal_getnetgrent_r): Renamed to ...
36189         (__internal_getnetgrent_r): ... this.  Add internal_function to
36190         definition.  Add libc_hidden_def.
36191         (__getnetgrent_r): Update caller.
36192         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
36194 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36196         * stdlib/longlong.h: Update from GCC.
36198 2012-08-16  Roland McGrath  <roland@hack.frob.com>
36200         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
36201         on _QL, which is set by umul_ppmm but never used.
36202         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
36203         variables, which are set by GMP macros but never used.
36204         * stdio-common/_itowa.c (_itowa): Likewise.
36205         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
36206         * stdlib/mod_1.c (mpn_mod_1): Likewise.
36208 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
36210         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
36211         struct La_sh_regs is not constant.
36212         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
36213         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
36214         and struct La_sparc64_regs are not constant.
36216 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
36218         * sysdeps/unix/sysv/linux/kernel-features.h
36219         (__ASSUME_POSIX_TIMERS): Remove.
36220         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
36221         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36222         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
36223         Make code unconditional.
36224         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36225         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
36226         Make code unconditional.
36227         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36228         * sysdeps/unix/sysv/linux/clock_nanosleep.c
36229         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
36230         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36231         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
36232         Make code unconditional.
36233         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
36234         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
36235         (__libc_missing_posix_timers): Remove.
36237 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36239         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
36240         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
36242         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
36244         * elf/dl-sym.c: Include <stdlib.h>.
36246         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
36247         constants, which avoids warnings in 32-bit builds.
36249         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
36250         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
36252         * misc/lseek.c: File moved to ...
36253         * io/lseek.c: ... here.
36255         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36257         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36258         shifting LEN more than 31 bits at once.
36260 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36262         [BZ #14195]
36263         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36264         segmentation fault for a case of two empty input strings.
36265         * string/test-strncasecmp.c (check1): Renamed to...
36266         (bz12205): ...this.
36267         (bz14195): Add new testcase for two empty input strings and N > 0.
36268         (test_main): Call new testcase, adapt for renamed function.
36270 2012-08-15  Andreas Jaeger  <aj@suse.de>
36272         [BZ #14090]
36273         * crypt/md5test2.c: New test, based on test supplied by Serge
36274         Belyshev <belyshev@depni.sinp.msu.ru>.
36275         * crypt/Makefile (xtests): Add md5test-giant..
36276         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36278 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36280         [BZ #14090]
36281         * crypt/md5.c (md5_process_block): Don't assume the buffer
36282         length is less than 2**32.
36283         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36284         length is less than 2**64.
36286 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36288         * string/str-two-way.h: Include <sys/param.h>.
36289         (MAX): Macro removed.
36291         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36292         Move #define and #undef of memmove to just before and after
36293         including <string.h>.
36295         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36296         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36297         and after including <string.h>.  Move declarations of
36298         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36299         to before #include "string/memmove.c".
36301         * include/dirent.h: Declare __getdirentries.
36303         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36304         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36306 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36308         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36309         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36310         * sysdeps/i386/configure: Regenerated.
36311         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36312         STABS_CURRENT_FILE, and STABS_FUN.
36313         (END): Remove call to STABS_FUN_END.
36314         (STABS_CURRENT_FILE1): Delete.
36315         (STABS_CURRENT_FILE): Likewise.
36316         (STABS_FUN): Likewise.
36317         (STABS_FUN_END): Likewise.
36318         (STABS_FUN2): Likewise.
36319         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36320         * sysdeps/x86_64/configure: Regenerated.
36322 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36324         * elf/dl-open.c: Include <atomic.h>.
36325         * elf/dl-lookup.c: Likewise.
36327 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36329         * sysdeps/unix/sysv/linux/kernel-features.h
36330         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36331         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36332         unconditionally.
36333         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36334         unconditionally.
36335         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36336         condition on __ASSUME_CLONE_THREAD_FLAGS.
36338 2012-08-14  Andreas Jaeger  <aj@suse.de>
36340         * sysdeps/i386/fpu/libm-test-ulps: Update.
36342 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36344         * include/atomic.h (atomic_exchange_and_add): Split into ...
36345         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36346         New atomic macros.
36348 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36350         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36352 2012-08-13  Jeff Law <law@redhat.com>
36354         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36355         null byte in the output string.
36357 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36359         * sysdeps/unix/sysv/linux/kernel-features.h
36360         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36361         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36362         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36363         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36364         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36365         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36366         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36368 2012-08-09  Jeff Law <law@redhat.com>
36370         [BZ #13939]
36371         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36372         When avoid_arena is set, don't retry in the that arena.  Pick the
36373         next one, whatever it might be.
36374         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36375         (arena_lock): Pass in new parameter to arena_get2.
36376         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36377         arena_get2.
36378         (__libc_malloc): Unify retrying after main arena failure with
36379         __libc_memalign version.
36380         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36382 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36384         [BZ #14166]
36385         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36386         to __redirect_strstr.
36387         (__strstr_sse42): Use typeof __redirect_strstr.
36388         (__strstr_ia32): Likewise.
36389         (__libc_strstr): New prototype.
36390         (strstr): Renamed to ...
36391         (__libc_strstr): This.
36392         (strstr): New strong alias of __libc_strstr.
36393         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36394         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36395         __redirect_time.
36396         Include <time.h>.
36397         (__libc_time): New prototype.
36398         (time_ifunc): Replace time with __libc_time.
36399         (time): New strong alias and hidden definition of __libc_time.
36400         (__GI_time): Remove strong alias.
36401         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36402         Include <stddef.h>.
36403         (memmove): Redefined to __redirect_memmove.
36404         (__memmove_sse2): Use typeof __redirect_memmove.
36405         (__memmove_ssse3): Likewise.
36406         (__memmove_ssse3_back): Likewise.
36407         (__libc_memmove): New prototype.
36408         (memmove): Renamed to ...
36409         (__libc_memmove): This.
36410         (memmove): New strong alias of __libc_memmove.
36412 2012-08-08  Mark Salter  <msalter@redhat.com>
36414         * elf/elf.h
36415         (R_MN10300_TLS_GD): Define.
36416         (R_MN10300_TLS_LD): Likewise.
36417         (R_MN10300_TLS_LDO): Likewise.
36418         (R_MN10300_TLS_GOTIE): Likewise.
36419         (R_MN10300_TLS_IE): Likewise.
36420         (R_MN10300_TLS_LE): Likewise.
36421         (R_MN10300_TLS_DTPMOD): Likewise.
36422         (R_MN10300_TLS_DTPOFF): Likewise.
36423         (R_MN10300_TLS_TPOFF): Likewise.
36424         (R_MN10300_SYM_DIFF): Likewise.
36425         (R_MN10300_ALIGN): Likewise.
36426         (R_MN10300_NUM): Update.
36428 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36430         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36431         Remove.
36433 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36435         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36437         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36438         sysdeps/unix -> sysdeps/posix move.
36439         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36441 2012-08-07      Allan McRae     <allan@archlinux.org>
36443         [BZ #14303]
36444         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36445         (SUNOS_CPP): Likewise.
36446         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36447         not found.
36448         (open_input): Call CPP using execvp.
36450 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36452         * sysdeps/unix/sysv/linux/kernel-features.h
36453         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36454         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36455         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36456         (__ASSUME_WAITID_SYSCALL): Likewise.
36457         * sysdeps/unix/sysv/linux/dl-execstack.c
36458         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36459         code unconditional.
36460         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36461         conditional code.
36462         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36463         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36464         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36465         code.
36466         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36467         unconditional.
36468         [__ASSUME_WAITID_SYSCALL]: Likewise.
36469         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36471 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36473         * sysdeps/unix/closedir.c: Renamed to ...
36474         * sysdeps/posix/closedir.c: ... here.
36475         * sysdeps/unix/dirfd.c: Renamed to ...
36476         * sysdeps/posix/dirfd.c: ... here.
36477         * sysdeps/unix/dirstream.h: Renamed to ...
36478         * sysdeps/posix/dirstream.h: ... here.
36479         * sysdeps/unix/fdopendir.c: Renamed to ...
36480         * sysdeps/posix/fdopendir.c: ... here.
36481         * sysdeps/unix/opendir.c: Renamed to ...
36482         * sysdeps/posix/opendir.c: ... here.
36483         * sysdeps/unix/readdir.c: Renamed to ...
36484         * sysdeps/posix/readdir.c: ... here.
36485         * sysdeps/unix/readdir_r.c: Renamed to ...
36486         * sysdeps/posix/readdir_r.c: ... here.
36487         * sysdeps/unix/rewinddir.c: Renamed to ...
36488         * sysdeps/posix/rewinddir.c: ... here.
36489         * sysdeps/unix/seekdir.c: Renamed to ...
36490         * sysdeps/posix/seekdir.c: ... here.
36491         * sysdeps/unix/telldir.c: Renamed to ...
36492         * sysdeps/posix/telldir.c: ... here.
36493         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36494         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36495         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36496         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36498         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36499         * bits/fcntl.h: ... here.
36501         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36502         not 0.
36503         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36504         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36505         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36506         (struct flock): Move l_start, l_len to the beginning.
36507         Use __pid_t for l_pid.
36508         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36509         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36510         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36511         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36512         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36513         [__USE_LARGEFILE64] (struct flock64): New type.
36514         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36516         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36517         * bits/dirent.h: ... here.
36519         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36520         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36522 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36524         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36525         Change from 2.6.0 to 2.6.16.
36526         * sysdeps/unix/sysv/linux/configure: Regenerated.
36527         * sysdeps/unix/sysv/linux/kernel-features.h
36528         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36529         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36530         version.
36531         (__ASSUME_UTIMES): Likewise.
36532         (__ASSUME_CLONE_STOPPED): Remove.
36533         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36534         architectures, not kernel version.
36535         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36536         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36537         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36538         (__ASSUME_WAITID_SYSCALL): Likewise.
36539         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36540         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36541         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36542         refer to older versions.
36544 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36546         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36547         Define alphasort64 as an alias.
36548         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36549         Define versionsort64 as an alias.
36550         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36551         Define scandir64 as an alias.
36552         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36553         Define scandirat64 as an alias.
36554         * dirent/alphasort64.c (alphasort64):
36555         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36556         * dirent/versionsort64.c: Likewise.
36557         * dirent/scandir64.c: Likewise.
36558         * dirent/scandirat64.c: Likewise.
36559         * sysdeps/wordsize-64/alphasort.c: File removed.
36560         * sysdeps/wordsize-64/alphasort64.c: File removed.
36561         * sysdeps/wordsize-64/scandir.c: File removed.
36562         * sysdeps/wordsize-64/scandir64.c: File removed.
36563         * sysdeps/wordsize-64/scandirat.c: File removed.
36564         * sysdeps/wordsize-64/scandirat64.c: File removed.
36565         * sysdeps/wordsize-64/versionsort.c: File removed.
36566         * sysdeps/wordsize-64/versionsort64.c: File removed.
36567         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36568         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36569         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36570         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36571         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36572         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36573         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36574         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36576         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36577         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36578         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36579         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36580         [defined __arch64__ || defined __sparcv9]
36581         (__INO_T_MATCHES_INO64_T): New macro.
36582         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36583         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36584         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36585         * sysdeps/unix/sysv/linux/bits/dirent.h
36586         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36587         (_DIRENT_MATCHES_DIRENT64): New macro.
36589         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36590         Define lockf64 as an alias.
36591         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36592         Define fseeko64 as an alias.
36593         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36594         Define ftello64 as an alias.
36595         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36596         Define _IO_fgetpos64 and fgetpos64 as aliases.
36597         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36598         Define _IO_fsetpos64 and fsetpos64 as aliases.
36599         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36600         Conditionalize body on this.
36601         * libio/fseeko64.c: Likewise.
36602         * libio/ftello64.c: Likewise.
36603         * libio/iofgetpos64.c: Likewise.
36604         * libio/iofsetpos64.c: Likewise.
36605         * sysdeps/wordsize-64/lockf.c: File removed.
36606         * sysdeps/wordsize-64/lockf64.c: File removed.
36607         * sysdeps/wordsize-64/fseeko.c: File removed.
36608         * sysdeps/wordsize-64/fseeko64.c: File removed.
36609         * sysdeps/wordsize-64/ftello.c: File removed.
36610         * sysdeps/wordsize-64/ftello64.c: File removed.
36611         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36612         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36613         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36614         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36615         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36616         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36617         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36618         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36619         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36620         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36621         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36622         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36623         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36624         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36626         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36627         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36628         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36629         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36630         [defined __arch64__ || defined __sparcv9]
36631         (__OFF_T_MATCHES_OFF64_T): New macro.
36632         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36633         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36634         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36635         (__OFF_T_MATCHES_OFF64_T): New macro.
36637 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36639         * stdlib/secure-getenv.c (__secure_getenv): Replace
36640         GLIBC_2_16 with GLIBC_2_17.
36642 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36644         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36645         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36647 2012-08-03  David S. Miller  <davem@davemloft.net>
36649         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36651 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36653         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36654         Remove.
36655         (__ASSUME_CORRECT_SI_PID): Likewise.
36656         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36657         (__ASSUME_TMPFS_NAME): Likewise.
36658         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36659         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36660         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36661         (HAVE_AUX_SECURE): Make definition unconditional.
36662         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36663         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36665 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36667         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36668         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36669         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36670         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36671         __eloop_threshold instead of SYMLOOP_MAX.
36673         * sysdeps/generic/eloop-threshold.h: New file.
36674         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36675         of MAXSYMLINKS.
36676         * elf/chroot_canon.c (chroot_canon): Likewise.
36678 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36680         [BZ #13717]
36681         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36682         Change to 2.6.0 everywhere.
36683         * sysdeps/unix/sysv/linux/configure: Regenerated.
36684         * sysdeps/unix/sysv/linux/kernel-features.h
36685         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36686         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36687         kernel versions.
36688         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36689         (__ASSUME_FUTEX_REQUEUE): Remove.
36690         (__ASSUME_STATFS64): Define unconditionally.
36691         (__ASSUME_AT_SECURE): Likewise.
36692         (__ASSUME_CORRECT_SI_PID): Likewise.
36693         (__ASSUME_TGKILL): Define without depending on kernel version for
36694         i386.
36695         (__ASSUME_UTIMES): Likewise.
36696         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36697         kernel version.
36698         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36699         (__ASSUME_TMPFS_NAME): Likewise.
36700         * README: Update reference to Linux kernel versions.
36702 2012-08-02  Marek Polacek  <polacek@redhat.com>
36704         [BZ# 14150]
36705         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36706         libc_cv_asm_type_prefix with %.
36707         * configure: Regenerated.
36708         * include/libc-symbols.h: Remove comment about
36709         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36710         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36711         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36712         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36713         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36714         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36715         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36716         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36717         * elf/tst-unique2mod1.c: Likewise.
36718         * elf/tst-unique1mod2.c: Likewise.
36719         * elf/tst-unique1mod1.c: Likewise.
36720         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36721         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36722         Replace ASM_TYPE_DIRECTIVE with .type.
36723         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36724         * sysdeps/i386/sysdep.h: Likewise.
36725         * sysdeps/x86_64/sysdep.h: Likewise.
36726         * sysdeps/sh/sysdep.h: Likewise.
36727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36728         Do not define ASM_TYPE_DIRECTIVE.
36729         * sysdeps/powerpc/sysdep.h: Likewise.
36730         * sysdeps/powerpc/powerpc32/sysdep.h:
36731         Replace ASM_TYPE_DIRECTIVE with .type.
36732         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36733         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36734         * sysdeps/i386/fpu/e_powf.S: Likewise.
36735         * sysdeps/i386/fpu/e_expl.S: Likewise.
36736         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36737         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36738         * sysdeps/i386/fpu/e_pow.S: Likewise.
36739         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36740         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36741         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36742         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36743         * sysdeps/i386/fpu/e_log2.S: Likewise.
36744         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36745         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36746         * sysdeps/i386/fpu/e_powl.S: Likewise.
36747         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36748         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36749         * sysdeps/i386/fpu/e_logl.S: Likewise.
36750         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36751         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36752         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36753         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36754         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36755         * sysdeps/i386/fpu/e_log.S: Likewise.
36756         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36757         * sysdeps/i386/fpu/e_logf.S: Likewise.
36758         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36759         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36760         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36761         * sysdeps/i386/fpu/e_log10.S: Likewise.
36762         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36763         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36764         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36765         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36766         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36767         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36768         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36769         * sysdeps/i386/i686/strtok.S: Likewise.
36770         * sysdeps/i386/i386-mcount.S: Likewise.
36771         * sysdeps/i386/strtok.S: Likewise.
36772         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36773         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36774         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36775         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36776         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36777         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36778         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36779         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36780         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36781         * sysdeps/x86_64/_mcount.S: Likewise.
36782         * sysdeps/x86_64/strtok.S: Likewise.
36783         * sysdeps/sh/_mcount.S: Likewise.
36785 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36787         * libio/iofopen.c: Include <fcntl.h>.
36788         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36789         (_IO_fopen64, fopen64): Define as aliases.
36790         * libio/iofopen64.c: Include <fcntl.h>.
36791         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36792         Conditionalize body on this.
36793         * sysdeps/wordsize-64/iofopen.c: File removed.
36794         * sysdeps/wordsize-64/iofopen64.c: File removed.
36796 2012-08-01  Marek Polacek  <polacek@redhat.com>
36798         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36799         Use dlfcn directly instead of a variable.
36800         (binfmt-subdir): Do not define.
36801         (dlfcn): Likewise.
36803 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36805         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36806         Remove all definitions.
36807         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36808         <kernel-features.h>.
36809         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36810         (miss_F_GETOWN_EX): Remove all definitions.
36811         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36812         macro definition.
36813         [!__ASSUME_FCNTL64]: Remove conditional code.
36814         [__ASSUME_FCNTL64]: Make code unconditional.
36815         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36816         <kernel-features.h>.
36817         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36818         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36819         (lockf64) [__NR_fcntl64]: Make code unconditional.
36820         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36822         * sysdeps/unix/sysv/linux/kernel-features.h
36823         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36824         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36825         Make code unconditional.
36826         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36827         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36829         [__NR_vfork]: Make code unconditional.
36830         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36831         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36833         [__NR_vfork]: Make code unconditional.
36834         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36835         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36837 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36839         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36840         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36842         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36843         Define mkstemp64 as an alias.
36844         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36845         Define mkstemps64 as an alias.
36846         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36847         Define mkostemp64 as an alias.
36848         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36849         Define mkostemps64 as an alias.
36850         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36851         Conditionalize body on this.
36852         * misc/mkostemp64.c: Likewise.
36853         * misc/mkostemps64.c: Likewise.
36854         * misc/mkstemps64.c: Likewise.
36855         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36856         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36857         * sysdeps/wordsize-64/mkostemp.c: File removed.
36858         * sysdeps/wordsize-64/mkstemp.c: File removed.
36859         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36860         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36861         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36862         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36864         [BZ #14138]
36865         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36866         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36867         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36868         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36870         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36871         compat_symbol macros from <shlib-compat.h> rather than the underlying
36872         default_symbol_version and symbol_version macros, so that DEFAULT
36873         lines in shlib-versions are respected.
36874         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36876 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36878         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36879         Declare with warn_unused_result.
36880         (setgid, setregid, setegid, setresgid): Likewise.
36881         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36882         Likewise.
36883         * WUR-REPORT: Remove set*id functions.
36885 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36887         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36889 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36891         [BZ #10191]
36892         * include/sys/socket.h (__libc_accept, __libc_accept4):
36893         Add attribute_hidden.
36894         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36896         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36897         use of PTR_MANGLE.
36898         * inet/getnetgrent_r.c (setup): Likewise.
36900         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36902 2012-07-31  David S. Miller  <davem@davemloft.net>
36904         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36906 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36908         [BZ #13629]
36909         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36910         value between 1.0 and 2.0 and smaller part has absolute value less
36911         than 1.0.
36912         * math/s_clog10.c (__clog10): Likewise.
36913         * math/s_clog10f.c (__clog10f): Likewise.
36914         * math/s_clog10l.c (__clog10l): Likewise.
36915         * math/s_clogf.c (__clogf): Likewise.
36916         * math/s_clogl.c (__clogl): Likewise.
36917         * math/libm-test.inc (clog_test): Add more tests.
36918         (clog10_test): Likewise.
36919         * sysdeps/i386/fpu/libm-test-ulps: Update.
36920         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36922 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36924         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36925         Exit with zero in case no suitable GID is found, and write a
36926         message to standard error.
36928 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36930         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36931         rather than to 1.
36932         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36933         (MAXPATHLEN): Removed.
36934         (NOGROUP, NODEV): New macros.
36935         (setbit, clrbit, isset, isclr): New macros.
36936         (howmany, roundup, powerof2): New macros.
36937         (DEV_BSIZE): New macro.
36939         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36940         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36942         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36943         definition on [!__NO_LONG_DOUBLE_MATH].
36945         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36946         PTR_MANGLE and PTR_DEMANGLE.
36948         * socket/accept4.c (accept4): Rename to __libc_accept4.
36949         Define accept4 as a weak alias.
36951         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36952         on [_DIRENT_HAVE_D_TYPE].
36953         * io/ftw.c (ftw_dir): Likewise.
36955         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36957         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36959         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36960         Use the BSD numbers rather than the arbitrary ones we had.
36961         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36962         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36963         (SIGXCPU, SIGXFSZ): New macros.
36964         (_NSIG): Now 32.
36966         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36967         initializer on [_LIBC_REENTRANT].
36969         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36970         definitions inside [_POSIX_MAPPED_FILES].
36972         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36974         * dirent/opendir.c: Include <fcntl.h>.
36976         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36977         (__libc_getspecific): Likewise.
36978         (__libc_key_create): Likewise.
36980         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36981         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36982         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36983         (tmpfile64): Define as alias.
36984         * sysdeps/wordsize-64/tmpfile.c: File removed.
36985         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36986         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36987         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36989         * stdio-common/vfscanf.c: Include <stdbool.h>.
36990         * nss/makedb.c: Likewise.
36991         * stdio-common/_i18n_number.h: Likewise.
36992         * argp/argp-help.c: Likewise.
36993         * posix/wordexp.c: Likewise.
36994         * sysdeps/posix/spawni.c: Likewise.
36995         * nss/nss_files/files-initgroups.c: Likewise.
36996         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36997         * nss/nss_files/files-initgroups.c: Likewise.
36998         * nss/nss_db/db-netgrp.c: Likewise.
36999         * nss/nss_db/db-initgroups.c: Likewise.
37000         * io/fchmodat.c: Include <sys/stat.h>.
37002         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
37003         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
37005         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
37006         [HAVE_MMAP].
37008         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
37009         Add multiple inclusion protection.
37011 2012-07-27  David S. Miller  <davem@davemloft.net>
37013         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37015 2012-07-27  Gary Benson  <gbenson@redhat.com>
37017         [BZ #14298]
37018         * elf/rtld.c: Include <stap-probe.h>.
37019         (dl_main): Added static probes "init_start" and "init_complete".
37020         * elf/dl-load.c: Include <stap-probe.h>.
37021         (lose): Take new parameter "nsid".
37022         Added static probe "map_failed".
37023         (_dl_map_object_from_fd): Pass namespace id to lose.
37024         Added static probe "map_start".
37025         (open_verify): Pass namespace id to lose.
37026         * elf/dl-open.c: Include <stap-probe.h>.
37027         (dl_open_worker) Added static probes "map_complete", "reloc_start"
37028         and "reloc_complete".
37029         * elf/dl-close.c: Include <stap-probe.h>.
37030         (_dl_close_worker): Added static probes "unmap_start" and
37031         "unmap_complete".
37032         * elf/rtld-debugger-interface.txt: New file documenting the above.
37034 2012-07-26  Roland McGrath  <roland@hack.frob.com>
37036         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
37037         rather than a string variable.
37038         * sunrpc/rpc_main.c (h_output): Likewise.
37039         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
37041 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
37043         * inet/check_native.c: New file.
37045 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
37047         [BZ #13629]
37048         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
37049         if larger part has absolute value 1.0.
37050         * math/s_clog10.c (__clog10): Likewise.
37051         * math/s_clog10f.c (__clog10f): Likewise.
37052         * math/s_clog10l.c (__clog10l): Likewise.
37053         * math/s_clogf.c (__clogf): Likewise.
37054         * math/s_clogl.c (__clogl): Likewise.
37055         * math/libm-test.inc (clog_test): Add more tests.
37056         (clog10_test): Likewise.
37057         * sysdeps/i386/fpu/libm-test-ulps: Update.
37058         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37060         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
37061         (pltexit): Likewise.
37062         (La_regs): Likewise.
37063         (La_retval): Likewise.
37064         (int_retval): Likewise.
37065         Update #error for removed macros to refer only to definitions in
37066         tst-audit.h.
37067         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
37068         macro.
37069         (pltexit): Likewise.
37070         (La_regs): Likewise.
37071         (La_retval): Likewise.
37072         (int_retval): Likewise.
37073         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
37074         macro.
37075         (pltexit): Likewise.
37076         (La_regs): Likewise.
37077         (La_retval): Likewise.
37078         (int_retval): Likewise.
37079         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
37080         macro.
37081         (pltexit): Likewise.
37082         (La_regs): Likewise.
37083         (La_retval): Likewise.
37084         (int_retval): Likewise.
37085         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
37086         macro.
37087         (pltexit): Likewise.
37088         (La_regs): Likewise.
37089         (La_retval): Likewise.
37090         (int_retval): Likewise.
37091         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
37092         macro.
37093         (pltexit): Likewise.
37094         (La_regs): Likewise.
37095         (La_retval): Likewise.
37096         (int_retval): Likewise.
37097         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
37098         macro.
37099         (pltexit): Likewise.
37100         (La_regs): Likewise.
37101         (La_retval): Likewise.
37102         (int_retval): Likewise.
37103         * sysdeps/generic/tst-audit.h: Update comment to refer only to
37104         macro definitions in tst-audit.h.
37105         * sysdeps/i386/tst-audit.h: New file.
37106         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
37107         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
37108         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
37109         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
37110         * sysdeps/sh/tst-audit.h: Likewise.
37111         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
37112         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
37113         * sysdeps/x86_64/tst-audit.h: Likewise.
37115 2012-07-26  Andreas Jaeger  <aj@suse.de>
37117         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
37118         ptrace.
37120         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
37121         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
37122         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
37123         PTRACE_O_MASK.
37124         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
37125         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
37126         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
37128         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
37129         value.
37131         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
37132         _sigsys.
37133         (si_call_addr, si_syscall, si_arch): Define new macro.
37134         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
37135         _sigsys.
37136         (si_call_addr, si_syscall, si_arch): Define new marcro.
37137         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
37138         _sigsys.
37139         (si_call_addr, si_syscall, si_arch): Define new macro.
37140         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
37141         _sigsys.
37142         (si_call_addr, si_syscall, si_arch): Define new macro.
37144 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37146         [BZ #13717]
37147         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37148         Change to 2.4.21 where previously 2.4.1.
37149         * sysdeps/unix/sysv/linux/configure: Regenerated.
37150         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
37151         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
37152         Linux kernel version.
37153         (__ASSUME_STD_AUXV): Remove.
37154         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
37155         kernel version.
37156         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
37157         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
37158         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
37159         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
37160         (__ASSUME_NETLINK_SUPPORT): Likewise.
37161         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
37162         (__no_netlink_support): Remove conditional definition.
37163         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
37164         Remove.
37165         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37166         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
37167         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
37168         (if_nameindex_ioctl): Remove.
37169         (if_nameindex_netlink): Do not handle __no_netlink_support.
37170         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37171         code.
37172         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
37173         Remove conditional code.
37174         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
37175         code.
37176         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
37177         unconditional.
37178         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
37179         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
37180         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
37181         Remove.
37182         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
37183         [!__ASSUME_STD_AUXV]: Remove conditional code.
37184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
37185         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
37186         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
37187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
37188         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
37189         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37190         code.
37191         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
37193         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
37194         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37195         conditional code.
37196         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
37197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
37198         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
37199         code.
37200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
37201         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
37202         conditional code.
37203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
37204         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37205         code unconditional.
37206         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37207         conditional code.
37208         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37209         unconditional.
37210         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37211         conditional code.
37212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
37213         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37214         unconditional.
37215         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37216         conditional code.
37217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
37218         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37219         code unconditional.
37220         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37221         conditional code.
37222         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37223         unconditional.
37224         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37225         conditional code.
37226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
37227         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
37228         code unconditional.
37229         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37230         conditional code.
37231         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
37232         unconditional.
37233         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
37234         conditional code.
37236 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
37238         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
37239         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
37240         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
37241         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
37242         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
37243         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
37244         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
37245         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
37246         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
37247         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
37248         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
37249         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
37250         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
37251         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
37252         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37253         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37254         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37255         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37256         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37257         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37258         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37259         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37260         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37262 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37264         * Versions.def: Add GLIBC_2.17.
37265         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37266         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37267         Introduce __libc_secure_getenv.
37268         * stdlib/Versions (2.17): Add secure_getenv
37269         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37270         * stdlib/secure-getenv.c: Rename __secure_getenv to
37271         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37272         symbol __secure_getenv for GLIBC_2.0.
37273         * stdlib/tst-secure-getenv.c: New.
37274         * stdlib/Makefile (tests): Add testcase.
37275         * manual/startup.texi (Environment Access): Document
37276         secure_getenv.
37277         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37278         __libc_secure_getenv.
37279         * inet/ruserpass.c (ruserpass): Likewise.
37280         * malloc/mtrace.c (mtrace): Likewise.
37281         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37282         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37283         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37284         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37285         HAVE_SECURE_GETENV.
37286         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37287         __secure_getenv to __libc_secure_getenv.
37288         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37290         Likewise.
37291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37292         Likewise.
37293         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37294         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37295         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37296         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37297         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37298         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37299         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37301 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37303         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37304         (struct La_i86_retval): Likewise.
37305         (struct La_x86_64_regs): Likewise.
37306         (struct La_x86_64_retval): Likewise.
37307         (struct La_x32_regs): Likewise.
37308         (struct La_x32_retval): Likewise.
37309         (struct La_ppc32_regs): Likewise.
37310         (struct La_ppc32_retval): Likewise.
37311         (struct La_ppc64_regs): Likewise.
37312         (struct La_ppc64_retval): Likewise.
37313         (struct La_sh_regs): Likewise.
37314         (struct La_sh_retval): Likewise.
37315         (struct La_s390_32_regs): Likewise.
37316         (struct La_s390_32_retval): Likewise.
37317         (struct La_s390_64_regs): Likewise.
37318         (struct La_s390_64_retval): Likewise.
37319         (struct La_sparc32_regs): Likewise.
37320         (struct La_sparc32_retval): Likewise.
37321         (struct La_sparc64_regs): Likewise.
37322         (struct La_sparc64_retval): Likewise.
37323         (struct audit_ifaces): Remove architecture-specific pltenter and
37324         pltexit members.
37325         * sysdeps/i386/ldsodefs.h: New file.
37326         * sysdeps/powerpc/ldsodefs.h: Likewise.
37327         * sysdeps/s390/ldsodefs.h: Likewise.
37328         * sysdeps/sh/ldsodefs.h: Likewise.
37329         * sysdeps/sparc/ldsodefs.h: Likewise.
37330         * sysdeps/x86_64/ldsodefs.h: Likewise.
37332 2012-07-25  Marek Polacek  <polacek@redhat.com>
37334         [BZ #6808]
37335         * math/libm-test.inc (yn_test): Add another test.
37336         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37337         to ERANGE when the result is +-Inf.
37338         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37339         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37340         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37341         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37343 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37345         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37346         equal to 0.
37347         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37348         clock_t.
37349         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37351 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37353         * configure.in <sysdeps resolving>: Correct printing
37354         Implies_before.
37355         * configure: Regenerate.
37357 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37359         * math/w_ilogb.c: Include <limits.h>.
37360         * math/w_ilogbl.c: Likewise.
37362 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37364         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37365         va_copy.  Document allowing for unavailable va_copy only as
37366         pre-C99 compatibility.
37367         * manual/string.texi (Copying and Concatenation): Use va_copy
37368         instead of __va_copy in concat example.
37370 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37372         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37373         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37374         it if not null.
37376         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37377         with O_NOLINK passed to __file_name_lookup.
37379         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37380         with O_NOLINK passed to __file_name_lookup.
37382         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37383         negative N or less than NGIDS.
37385         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37386         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37387         enough.  Use memcpy instead of strncpy.
37389 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37391         * elf/Makefile (check-data): Remove.
37392         (localplt.data): New vpath directive.
37393         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37394         instead of $(check-data).
37395         * scripts/data/localplt-generic.data: Move to ...
37396         * sysdeps/generic/localplt.data: ... here.
37397         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37398         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37399         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37401         ... here.
37402         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37404         ... here.
37405         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37406         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37407         ... here.
37408         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37409         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37410         ... here.
37411         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37412         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37413         ... here.
37414         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37415         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37416         ... here.
37418 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37420         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37421         PPC32 and PPC64 files.
37422         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37423         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37425 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37427         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37428         __makecontext_ret to ...
37429         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37430         ... here and call exit if uc_link is NULL.  New file.
37431         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37432         __makecontext_ret.S.
37433         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37434         __makecontext_ret to ...
37435         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37436         ... here and call exit if uc_link is NULL.  New file.
37437         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37438         __makecontext_ret.S.
37440 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37442         * elf/elf.h (R_390_IRELATIVE): New definition.
37443         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37444         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37445         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37446         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37447         (elf_machine_lazy_rel): Likewise.
37448         * sysdeps/s390/dl-irel.h: New file.
37449         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37450         * sysdeps/s390/s390-64/memset.S: New asm code.
37451         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37452         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37453         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37454         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37455         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37456         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37457         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37458         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37459         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37460         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37461         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37462         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37463         * sysdeps/s390/s390-32/memset.S: New asm code.
37464         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37466 2012-07-17  Marek Polacek  <polacek@redhat.com>
37468         [BZ #14349]
37469         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37470         * sysdeps/s390/s390-64/configure.in: Likewise.
37471         * sysdeps/sparc/configure.in: Likewise.
37472         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37473         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37474         * sysdeps/i386/configure.in: Likewise.
37475         * sysdeps/x86_64/configure.in: Likewise.
37476         * sysdeps/sh/configure.in: Likewise.
37477         * sysdeps/s390/s390-32/configure: Regenerated.
37478         * sysdeps/s390/s390-64/configure: Likewise.
37479         * sysdeps/x86_64/configure: Likewise.
37480         * sysdeps/sh/configure: Likewise.
37481         * sysdeps/powerpc/powerpc64/configure: Likewise.
37482         * sysdeps/powerpc/powerpc32/configure: Likewise.
37483         * sysdeps/sparc/configure: Likwise.
37484         * sysdeps/i386/configure: Likewise.
37486         * elf/dl-open.c: Comment fixes.
37488 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37490         * Makefile [CXX] (check-data): Remove.
37491         [CXX] (c++-types.data): New vpath directive.
37492         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37493         vpath.  Do not allow for C++ type data being missing.
37494         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37495         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37496         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37497         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37498         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37499         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37500         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37502         ... here.
37503         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37504         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37505         ... here.
37506         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37507         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37508         ... here.
37509         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37510         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37511         ... here.
37512         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37513         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37514         ... here.
37515         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37516         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37517         ... here.
37518         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37519         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37520         ... here.
37521         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37522         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37524         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37525         definitions to architecture-specific files.
37526         (TLS_IE): Likewise.
37527         (TLS_LD): Likewise.
37528         (TLS_GD): Likewise.
37529         * sysdeps/i386/tls-macros.h: New file.
37530         * sysdeps/powerpc/tls-macros.h: Likewise.
37531         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37532         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37533         * sysdeps/sh/tls-macros.h: Likewise.
37534         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37535         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37536         * sysdeps/x86_64/tls-macros.h: Likewise.
37538 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37540         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37541         zero value for regular exit case.
37543         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37544         (__start_context): Preserve zero value for regular exit case.
37546 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37547             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37549         * manual/setjmp.texi (setcontext): Clarify normal process
37550         termination when uc_link is the null pointer.
37551         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37552         exit call.
37554 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37556         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37557         preprocessor.  Test for each exception mask separately.
37559 2012-07-16  Andreas Jaeger  <aj@suse.de>
37561         * po/ru.po: Update from translation team.
37563 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37565         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37566         equal to 0.
37567         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37568         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37569         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37570         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37571         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37573 2012-07-13  Andreas Jaeger  <aj@suse.de>
37575         * po/fr.po: Update from translation team.
37577 2012-07-12  Marek Polacek  <polacek@redhat.com>
37579         [BZ #14173]
37580         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37581         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37582         loop condition.
37584 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37586         [BZ #13717]
37587         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37588         Change to 2.4.1 where previously 2.4.0.
37589         * sysdeps/unix/sysv/linux/configure: Regenerated.
37590         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37591         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37592         version.
37593         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37594         (__ASSUME_AT_CLKTCK): Remove.
37595         (__ASSUME_AT_PAGESIZE): Likewise.
37596         (__ASSUME_AT_XID): Likewise.
37597         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37598         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37599         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37600         unconditionally.
37601         (HAVE_AUX_PAGESIZE): Likewise.
37602         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37603         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37604         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37606 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37608         [BZ #14307]
37609         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37610         the temporary buffer used to invoke __gethostbyname2_r,
37611         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37612         host_data / struct gaih_addrtuple.
37613         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37614         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37615         header file nss/nsswitch.h.
37616         * nss/nsswitch.h (global scope): Add definition of implementation
37617         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37618         resolv/nss_dns/dns-host.c).
37620 2012-07-11  Andreas Jaeger  <aj@suse.de>
37622         * po/fr.po: Update from translation team.
37624         * po/sv.po: Update from translation team
37625         * po/fr.po: Another update from translation team.
37627 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37629         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37630         for subnormals or multiply small sinh result by itself.
37631         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37632         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37634 2012-07-11  David S. Miller  <davem@davemloft.net>
37636         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37638 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37640         [BZ #14347]
37641         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37642         (INTERNAL_MARK): Shift it here.
37644 2012-07-10  Marek Polacek  <polacek@redhat.com>
37646         [BZ #14151]
37647         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37648         libc_cv_asm_global_directive with .globl.
37649         * configure: Regenerated.
37650         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37651         with .globl.
37652         * sysdeps/i386/configure: Regenerated.
37653         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37654         with .globl.
37655         * sysdeps/x86_64/configure: Regenerated.
37656         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37657         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37658         * elf/tst-unique2mod2.c: Likewise.
37659         * elf/tst-unique2mod1.c: Likewise.
37660         * elf/tst-unique1mod2.c: Likewise.
37661         * elf/tst-unique1mod1.c: Likewise.
37662         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37663         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37664         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37665         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37666         * sysdeps/mach/sysdep.h: Likewise.
37667         * sysdeps/i386/sysdep.h: Likewise.
37668         * sysdeps/i386/i386-mcount.S: Likewise.
37669         * sysdeps/x86_64/_mcount.S: Likewise.
37670         * sysdeps/x86_64/sysdep.h: Likewise.
37671         * sysdeps/sh/_mcount.S: Likewise.
37672         * sysdeps/sh/sysdep.h: Likewise.
37673         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37674         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37675         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37676         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37677         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37678         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37679         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37680         * locale/localeinfo.h: Likewise.
37681         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37682         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37684 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37686         [BZ #14336]
37687         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37688         system".
37689         * manual/message.texi (The Uniforum approach): Likewise.
37690         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37691         (glibc iconv Implementation): Likewise.
37693 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37695         [BZ #14337]
37696         * math/s_clog.c (__clog): Avoid scaling a value down where that
37697         could result in underflow.
37698         * math/s_clog10.c (__clog10): Likewise.
37699         * math/s_clog10f.c (__clog10f): Likewise.
37700         * math/s_clog10l.c (__clog10l): Likewise.
37701         * math/s_clogf.c (__clogf): Likewise.
37702         * math/s_clogl.c (__clogl): Likewise.
37703         * math/libm-test.inc (clog_test): Add more tests.
37704         (clog10_test): Likewise.
37705         * sysdeps/i386/fpu/libm-test-ulps: Update.
37706         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37708 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37710         [BZ #14283]
37711         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37712         by 7 not 8 to examine high bit of fractional part.
37714         [BZ #14042]
37715         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37716         for call to __mcount_internal.
37717         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37718         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37719         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37721 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37723         [BZ #14154]
37724         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37725         approximation for values within 0x1p-13f of an odd multiple of
37726         pi/4.
37727         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37728         exception.  Add more tests.
37729         * sysdeps/i386/fpu/libm-test-ulps: Update.
37731         [BZ #6778]
37732         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37733         inputs and return -1 for them.  Do not check for +Inf in case not
37734         reachable for +Inf.
37735         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37736         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37737         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37738         and return -1 for them.  Do not check for +Inf in case not
37739         reachable for +Inf.
37740         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37741         define.
37742         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37743         and return -1 for them.  Do not check for +Inf in case not
37744         reachable for +Inf.
37745         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37746         spurious underflow.
37747         * sysdeps/i386/fpu/libm-test-ulps: Update.
37748         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37750 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37752         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37754 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37756         [BZ #14157]
37757         [BZ #14331]
37758         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37759         could result in spurious underflow.  Scale down values above
37760         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37761         * math/s_csqrtf.c (__csqrtf): Likewise.
37762         * math/s_csqrtl.c (__csqrtl): Likewise.
37763         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37764         spurious underflow.
37765         * sysdeps/i386/fpu/libm-test-ulps: Update.
37766         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37768 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37770         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37771         xopen-msg.sed.
37772         * catgets/xopen-msg.awk: New file.
37773         * catgets/xopen-msg.sed: Removed.
37775         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37776         po2text.sed.
37777         * intl/po2test.awk: New file.
37778         * intl/po2test.sed: Removed.
37780 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37782         [BZ #14328]
37783         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37784         or multiply small sinh result by itself.
37785         * math/s_ctanf.c (__ctanf): Likewise.
37786         * math/s_ctanh.c (__ctanh): Likewise.
37787         * math/s_ctanhf.c (__ctanhf): Likewise.
37788         * math/s_ctanhl.c (__ctanhl): Likewise.
37789         * math/s_ctanl.c (__ctanl): Likewise.
37790         * math/libm-test.inc (ctan_test_tonearest): New function.
37791         (ctan_test_towardzero): Likewise.
37792         (ctan_test_downward): Likewise.
37793         (ctan_test_upward): Likewise.
37794         (ctanh_test_tonearest): Likewise.
37795         (ctanh_test_towardzero): Likewise.
37796         (ctanh_test_downward): Likewise.
37797         (ctanh_test_upward): Likewise.
37798         (main): Call these new functions.
37799         * sysdeps/i386/fpu/libm-test-ulps: Update.
37800         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37802 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37804         * .gitignore: Delete /ports entry.
37806 2012-07-03  Andreas Jaeger  <aj@suse.de>
37808         * po/bg.po: Update from translation team.
37809         * po/cs.po: Likewise.
37810         * po/de.po: Likewise.
37811         * po/hr.po: Likewise.
37812         * po/nl.pl: Likewise.
37813         * po/pl.po: Likewise.
37814         * po/vi.po: Likewise.
37816 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37818         * Makeconfig [!+link] (+link-before-libc): New variable.
37819         [!+link] (+link-after-libc): Likewise.
37820         [!+link] (+link-tests): Likewise.
37821         [!+link] (+link): Define in terms of $(+link-before-libc) and
37822         $(+link-after-libc).
37823         [!+link-static] (+link-static-before-libc): New variable.
37824         [!+link-static] (+link-static-after-libc): Likewise.
37825         [!+link-static] (+link-static-tests): Likewise.
37826         [!+link-static] (+link-static): Define in terms of
37827         $(+link-static-before-libc) and $(+link-static-after-libc).
37828         [build-shared] (link-libc-before-gnulib): New variable.
37829         [build-shared] (link-libc-tests): Likewise.
37830         [build-shared] (link-libc): Define in terms of
37831         $(link-libc-before-gnulib).
37832         [!build-shared] (link-libc-tests): New variable.
37833         (link-libc-static-tests): New variable.
37834         [!gnulib] (gnulib-arch): New variable.
37835         [!gnulib] (gnulib-tests): Likewise.
37836         [!gnulib] (static-gnulib-arch): Likewise.
37837         [!gnulib] (static-gnulib-tests): Likewise.
37838         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37839         Define with "=" instead of ":=".
37840         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37841         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37842         * Rules (binaries-all-notests): New variable.
37843         (binaries-all-tests): Likewise.
37844         (binaries-static-notests): Likewise.
37845         (binaries-static-tests): Likewise.
37846         (binaries-all): Define using $(binaries-all-notests) and
37847         $(binaries-all-tests).
37848         (binaries-static): Define using $(binaries-static-notests) and
37849         $(binaries-static-tests).
37850         (binaries-shared-tests): New variable.
37851         (binaries-shared-notests): Likewise.
37852         (binaries-shared): Remove variable.
37853         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37854         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37855         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37856         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37857         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37858         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37859         * elf/Makefile (sln-modules): New variable.
37860         (extra-objs): Add $(sln-modules:=.o).
37861         (ldconfig-modules): Add static-stubs.
37862         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37863         * elf/static-stubs.c: New file.
37865         [BZ #14283]
37866         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37867         by 7 not 8 to examine high bit of fractional part.  Use volatile
37868         variables when splitting into final array of floats if
37869         __FLT_EVAL_METHOD__ != 0.
37870         * math/libm-test.inc (cos_test): Add another test.
37871         (sin_test): Likewise.
37872         * sysdeps/i386/fpu/libm-test-ulps: Update.
37874         [BZ #14273]
37875         * math/libm-test.inc (cosh_test): Add more tests.
37877         * version.h (RELEASE): Set to "development".
37878         (VERSION): Set to "2.16.90".
37880 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37882         * NEWS: Update copyright. Remove last-updated date.
37883         Mention math library bug fixes and timezone data changes.
37884         * README: Mention GNU/Hurd, x32, and HPPA support status.
37886 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37888         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37890 2012-06-27  Andreas Jaeger  <aj@suse.de>
37892         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37894 2012-06-25  Andreas Jaeger  <aj@suse.de>
37896         * sysdeps/s390/fpu/libm-test-ulps: Update.
37898 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37899             Thomas Schwinge  <thomas@codesourcery.com>
37901         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37902         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37903         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37904         fanotify_mark.
37906 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37908         * sysdeps/mach/start.c: Remove file.
37909         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37910         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37911         * sysdeps/sh/init-first.c: Likewise.
37913         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37914         registers for frame unwinding purposes, add CFI directives.
37915         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37916         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37917         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37918         Likewise.
37920         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37921         __fortify_fail returning.
37922         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37924         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37925         sysdeps/sh/____longjmp_chk.S.
37926         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37927         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37928         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37929         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37931         * sysdeps/sh/abort-instr.h: New file.
37932         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37933         process in case exit returns.
37935         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37936         initialize the GOT register before use.
37938         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37939         calculation of ARGC > 4.
37941         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37942         meaningful names to some local labels.
37944 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37945             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37947         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37948         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37949         (__arch_compare_and_exchange_val_16_acq): Likewise.
37950         (__arch_compare_and_exchange_val_32_acq): Likewise.
37951         (atomic_exchange_and_add): Fix gUSA sequence.
37952         (atomic_add): Likewise.
37953         (atomic_add_negative): Likewise.
37954         (atomic_add_zero): Likewise.
37955         (atomic_bit_test_set): Likewise.
37957 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37959         [BZ #13579]
37960         * include/link.h (struct link_map): Add l_free_initfini.
37961         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37962         l_initfini.
37963         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37964         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37965         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37966         set.
37968 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37970         * configure.in: Use AC_LANG_SOURCE.
37971         * configure: Regenerate.
37973 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37975         * configure.in (libc_cv_localstatedir): New substituted variable.
37976         * configure: Regenerated.
37977         * config.make.in (localstatedir): New variable, substituted from
37978         libc_cv_localstatedir.
37979         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37980         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37981         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37982         * sysdeps/gnu/configure: Regenerated.
37984 2012-06-21  Jeff Law  <law@redhat.com>
37986         [BZ #14277]
37987         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37988         free.  Simplify list management for _LIBC case.
37990 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37992         [BZ #14273]
37993         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37994         Clear sign bit of 64-bit integer value before comparing against
37995         overflow value.
37997         * sysdeps/mach/configure: Regenerated.
37999 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
38001         [BZ #14278]
38002         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
38004 2012-06-21  Jeff Law  <law@redhat.com>
38006         [BZ #13882]
38007         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
38008         uint16_t for elements in the "seen" array to avoid char overflows.
38009         * elf/dl-fini.c (_dl_sort_fini): Likewise.
38010         * elf/dl-open.c (dl_open_worker): Likewise.
38012 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
38014         * scripts/list-sources.sh: Scan PORTS for translations.
38015         * po/libc.pot: Regenerated.
38017 2012-06-21  Andreas Jaeger  <aj@suse.de>
38019         [BZ #12194]
38020         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
38021         warning.
38022         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
38023         * bits/byteswap-16.h (__bswap_16): Likewise.
38024         * bits/byteswap.h (__bswap_constant_16): Likewise.
38026 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
38028         [BZ #14117]
38029         * sysdeps/i386/fpu_control.h: Removed.
38030         * sysdeps/x86_64/fpu_control.h: Moved to ...
38031         * sysdeps/x86/fpu_control.h: Here.
38033         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
38034         (_FPU_SETCW): Likewise.
38036 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
38038         [BZ #14117]
38039         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
38040         * sysdeps/x86/fpu/bits/mathinline.h: This.
38041         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
38043         [BZ #14050]
38044         [BZ #14117]
38045         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
38046         functions if __x86_64__ is defined.
38048 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
38050         * string/endian.h: Add !__ASSEMBLER__ condition for including
38051         conversion interfaces.
38053 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
38055         [BZ #14241]
38056         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
38057         of ABS(x) in calculating zero to negative powers other than odd
38058         integers.
38059         * math/libm-test.inc (pow_test): Add more tests.
38061 2012-06-15  Andreas Jaeger  <aj@suse.de>
38063         * manual/contrib.texi (Contributors): Update entry of Liubov
38064         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
38065         Machado Filho.
38067 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
38069         * string/string.h: Add __wur to GNU version of strerror_r.
38071 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
38073         [BZ #14229]
38074         * string/Makefile (tests): Add tst-strtok_r.
38075         * string/tst-strtok_r.c: New file.
38076         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
38077         RAX_LP/RDX_LP on SAVE_PTR.
38079 2012-06-14  Roland McGrath  <roland@hack.frob.com>
38081         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
38083 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
38085         * libm_test.inc (csqrt_test): Allow more spurious underflow
38086         exceptions.
38087         (j0_test): Likewise.
38088         (j1_test): Likewise.
38089         (y0_test): Likewise.
38090         (y1_test): Likewise.
38092 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
38094         * po/Makefile (libc.pot): Use UTF-8 charset.
38096 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
38098         [BZ #14210]
38099         Suppress sign-conversion warning from FD_SET.
38100         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
38101         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
38102         not unsigned long int.
38103         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
38105 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
38107         [BZ #14050]
38108         [BZ #14117]
38109         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
38110         __extern_always_inline instead of __extern_inline.
38111         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
38112         (__signbit): Likewise.
38113         (__signbitl): Support C++ namespace.
38114         (lrintf): New inline function.
38115         (lrint): Likewise.
38116         (llrintf): Likewise.
38117         (llrint): Likewise.
38118         (fmaxf): Likewise.
38119         (fmax): Likewise.
38120         (fminf): Likewise.
38121         (fmin): Likewise.
38122         (rint): Likewise.
38123         (rintf): Likewise.
38124         (ceil): Likewise.
38125         (ceilf): Likewise.
38126         (floor): Likewise.
38127         (floorf): Likewise.
38128         (nearbyint): Likewise.
38129         (nearbyintf): Likewise.
38131 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
38133         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
38134         non-default versions.
38136 2012-06-11  Roland McGrath  <roland@hack.frob.com>
38138         [BZ #14218]
38139         * manual/argp.texi (Argp): Reword argp_parse description slightly.
38141 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
38143         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
38144         (FE_UPWARD, FE_DOWNWARD): Don't define.
38145         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
38146         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38148         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
38149         reading it.
38150         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38151         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38153 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38155         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38156         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
38157         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
38158         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
38160 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
38162         [BZ #14117]
38163         * sysdeps/i386/fpu/bits/fenv.h: Removed.
38164         * sysdeps/i386/fpu/Implies: New file.
38165         * sysdeps/x86_64/fpu/Implies: Likewise.
38166         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
38167         * sysdeps/x86/fpu/bits/fenv.h: This.
38169         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
38170         __SSE_MATH__.
38172 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
38174         [BZ #14134]
38175         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
38176         character 0xffff that matches the last element of the
38177         conversion table.
38179 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38181         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
38182         fmodl commit.
38184 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38186         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
38187         values higher than 25.6283.
38189 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38191         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
38192         subnormal exponent extraction and add some __builtin_expect.
38193         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
38194         Fix for subnormal mantissa calculation.
38196 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
38198         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
38199         cpu2 is -1 and errno is not ENOSYS.
38201 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
38203         [BZ #14117]
38204         * sysdeps/i386/i486/bits/string.h: Renamed to ...
38205         * sysdeps/x86/bits/string.h: This.
38206         * sysdeps/x86_64/bits/string.h: Removed.
38208         * sysdeps/i386/i486/bits/string.h: Define inline functions only
38209         if not compiling for x86-64, but compiling for >= i486.
38211         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
38212         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
38214         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
38215         New macro from Linux kernel 3.4.0.
38216         (FP_XSTATE_MAGIC2): Likewise.
38217         (FP_XSTATE_MAGIC2_SIZE): Likewise.
38218         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
38219         (struct _fpx_sw_bytes): New struct.
38220         (struct _xsave_hdr): Likewise.
38221         (struct _ymmh_state): Likewise.
38222         (struct _xstate): Likewise.
38224         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
38225         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
38226         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
38227         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
38228         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
38229         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
38231         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
38232         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
38233         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
38234         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
38235         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
38236         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
38238 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38240         [BZ #13743]
38241         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
38242         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
38243         (sysdep_headers): Include sys/platform/ppc.h.
38244         * sysdeps/powerpc/test-gettimebase.c: Test for
38245         __ppc_get_timebase() to catch future ISA opcode/insn changes.
38246         * manual/Makefile (appendices): Include platform.texi.
38247         * manual/contrib.texi (Contributors): Update @node pointers.
38248         * manual/maint.texi (Maintenance): Likewise.
38249         (Platform): New node.
38250         * manual/platform.texi: New file.  Document the new features.
38252 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38253             Jakub Jelinek  <jakub@redhat.com>
38255         [BZ #14188]
38256         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38257         where __builtin_expect is unavailable.
38259 2012-06-03  David S. Miller  <davem@davemloft.net>
38261         * stdlib/longlong.h: Updated from GCC.
38263 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38265         [BZ #14042]
38266         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38267         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38268         __mcount_internal.
38269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38270         (GLIBC_2.16): Likewise.
38272 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38274         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38276 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38279         (default-abi): New variable.
38280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38281         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38282         variable.
38283         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38284         Likewise.
38285         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38286         Likewise.
38287         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38288         Likewise.
38290         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38291         definition.  Document in comment.
38293 2012-06-01  David S. Miller  <davem@davemloft.net>
38295         * stdlib/longlong.h: Updated from GCC.
38297 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38299         [BZ #14117]
38300         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38301         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38302         sys/debugreg.h sys/io.h here.
38303         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38304         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38305         sys/io.h.
38306         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38307         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38308         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38309         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38310         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38311         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38313         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38314         Define only if __x86_64__ is defined.
38316 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38318         [BZ #14048]
38319         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38320         Use int64_t for variable i.
38321         * math/libm-test.inc (fmod_test): Add more tests.
38323         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38324         z computation is not scheduled after fetestexcept.
38325         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38326         Use math_force_eval instead of asm to ensure calculation scheduled
38327         before exception test.
38328         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38329         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38331 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38333         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38334         computation is not scheduled after fetestexcept.
38336 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38338         [BZ #14117]
38339         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38340         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38342 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38344         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38345         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38347 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38349         [BZ #14117]
38350         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38351         <bits/wordsize.h>.
38352         (__WCHAR_MIN): Support __WORDSIZE == 64.
38353         (__WCHAR_MAX): Likewise.
38355         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38356         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38358         [BZ #14183]
38359         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38360         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38362         [BZ #14117]
38363         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38364         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38366         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38367         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38369         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38370         Defined to 1 if __x86_64__ isn't defined.
38371         (_STAT_VER_LINUX_OLD): New.
38372         (st_atime): Remove duplicate.
38373         (st_mtime): Likewise.
38374         (st_ctime): Likewise.
38376 2012-05-31  David S. Miller  <davem@davemloft.net>
38378         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38379         entries.
38381 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38383         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38384         gen-libm-test.pl.
38386         [BZ #14132]
38387         * elf/dl-reloc.c: Include <_itoa.h>.
38388         (_dl_reloc_bad_type): Remove use of INTUSE.
38389         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38390         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38391         * stdio-common/psiginfo.c (psiginfo): Likewise.
38392         * stdio-common/psignal.c (psignal): Likewise.
38393         * string/strsignal.c (strsignal): Likewise.
38394         * include/signal.h (_sys_siglist): Declare hidden proto.
38395         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38396         INTVARDEF with libc_hidden_data_def.
38397         * stdio-common/itoa-udigits.c: Likewise.
38398         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38399         (_itoa_lower_digits_internal): Remove declaration.
38400         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38401         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38402         (_sys_sigabbrev_internal): Remove aliases.
38403         (_sys_siglist): Define hidden alias.
38405 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38407         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38408         bits/sysctl.h.
38410 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38412         [BZ #14117]
38413         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38414         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38416         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38417         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38418         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38419         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38420         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38421         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38423         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38424         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38425         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38427         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38428         with __addr.
38429         (insw): Likewise.
38430         (insl): Likewise.
38431         (outsb): Likewise.
38432         (outsw): Likewise.
38433         (outsl): Likewise.
38435         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38436         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38437         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38439         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38440         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38441         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38442         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38443         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38444         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38446         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38447         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38449         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38450         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38452         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38453         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38454         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38456         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38457         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38458         to ...
38459         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38461         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38462         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38463         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38465         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38466         for x86-64.
38467         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38469 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38471         * math/math.h (M_El): Use two more decimal places.
38472         (M_LOG2El): Likewise.
38473         (M_LOG10El): Likewise.
38474         (M_LN2l): Likewise.
38475         (M_LN10l): Likewise.
38476         (M_PIl): Likewise.
38477         (M_PI_2l): Likewise.
38478         (M_PI_4l): Likewise.
38479         (M_1_PIl): Likewise.
38480         (M_2_PIl): Likewise.
38481         (M_2_SQRTPIl): Likewise.
38482         (M_SQRT2l): Likewise.
38483         (M_SQRT1_2l): Likewise.
38485 2012-05-31  David S. Miller  <davem@davemloft.net>
38487         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38488         values between float registers.
38489         * sysdeps/sparc/sparc64/memset.S: Likewise.
38490         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38492 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38494         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38495         -D_FORTIFY_SOURCE=1.
38496         (CPPFLAGS-tst-longjmp_chk.c): Define.
38497         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38498         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38499         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38500         CFLAGS-tst-wchar-h.c.
38502 2012-05-31  Marek Polacek  <polacek@redhat.com>
38504         [BZ #14132]
38505         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38506         __endmntent_internal): Remove declaration.
38507         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38508         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38509         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38511 2012-05-30  David S. Miller  <davem@davemloft.net>
38513         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38514         (___Q_simulate_exceptions): Use real FP ops rather than writing
38515         into the %fsr.
38516         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38517         Likewise.
38519 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38521         [BZ #14117]
38522         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38523         * sysdeps/x86/bits/xtitypes.h: This.
38525         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38526         * sysdeps/x86/bits/wordsize.h: This.
38528         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38529         * sysdeps/x86/bits/huge_vall.h: This.
38531         * sysdeps/i386/bits/select.h: Removed.
38532         * sysdeps/x86_64/bits/select.h: Renamed to ...
38533         * sysdeps/x86/bits/select.h: This.
38535         * sysdeps/i386/bits/setjmp.h: Removed.
38536         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38537         * sysdeps/x86/bits/setjmp.h: This.
38539         * sysdeps/i386/bits/mathdef.h: Removed.
38540         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38541         * sysdeps/x86/bits/mathdef.h: This.
38543 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38545         [BZ #14132]
38546         * include/sys/socket.h (__connect_internal)
38547         (__libc_sa_len_internal): Remove declaration.
38548         (__connect, __libc_sa_len): Declare hidden_proto.
38549         (SA_LEN): Remove use of INTUSE.
38550         * socket/connect.c: Add libc_hidden_def.
38551         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38552         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38553         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38554         alias.
38555         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38556         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38557         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38558         of adding _internal alias.
38560 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38562         [BZ #14117]
38563         * sysdeps/i386/bits/link.h: Removed.
38564         * sysdeps/i386/bits/linkmap.h: Likewise.
38565         * sysdeps/x86_64/bits/link.h: Renamed to ...
38566         * sysdeps/x86/bits/link.h: This.
38567         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38568         * sysdeps/x86/bits/linkmap.h: This.
38570         * sysdeps/i386/bits/endian.h: Removed.
38571         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38572         * sysdeps/x86/bits/endian.h: This.
38574         * sysdeps/i386/bits/byteswap.h: Removed.
38575         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38576         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38577         * sysdeps/x86/bits/byteswap.h: This.
38578         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38579         * sysdeps/x86/bits/byteswap-16.h: This.
38580         * sysdeps/i386/Implies: Add x86.
38581         * sysdeps/x86_64/Implies: Likewise.
38583 2012-05-30  David S. Miller  <davem@davemloft.net>
38585         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38586         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38587         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38588         (FP_TRAPPING_EXCEPTIONS): Define.
38589         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38590         (FP_TRAPPING_EXCEPTIONS): Define.
38591         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38592         subnormals only when inexact has been signalled or underflow
38593         exceptions are enabled.
38594         (_FP_PACK_CANONICAL): Likewise.
38596 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38598         [BZ #14183]
38599         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38600         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38602 2012-05-30  Richard Henderson  <rth@twiddle.net>
38604         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38605         with #ifndef NOT_IN_libc.
38607         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38608         marked to avoid plt entry.
38610 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38612         [BZ #14112]
38613         * Makeconfig (default-abi): New macro.
38614         (abi-includes): Likewise.
38615         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38616         $(abi-$(default-abi)-lib-soname) for soname if defined.
38617         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38618         abi-variants.
38619         * Makefile (installed-stubs): Likewise.
38620         * include/stubs-biarch.h: Removed.
38621         * scripts/lib-names.awk: Only handle one library at a time.
38622         * scripts/soversions.awk: Remove WORDSIZE support.
38623         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38624         entries.
38625         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38626         Removed.
38627         (syscall-list-default-condition): Likewise.
38628         (syscall-list-default-condition): Likewise.
38629         (syscall-list-includes): Likewise.
38630         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38631         syscall-list-* with abi-*.  Handle undefined abi-variants.
38632         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38633         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38634         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38635         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38636         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38637         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38638         Removed.
38639         (syscall-list-32-options): Likewise.
38640         (syscall-list-32-condition): Likewise.
38641         (syscall-list-64-options): Likewise.
38642         (syscall-list-64-condition): Likewise.
38643         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38644         macro.
38645         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38646         Renamed to ...
38647         (abi-*): This.
38648         (abi-64-ld-soname): New macro.
38649         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38650         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38651         Renamed to ...
38652         (abi-*): This.
38653         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38654         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38656 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38658         * sysdeps/unix/sysv/linux/kernel-features.h
38659         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38660         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38661         include <kernel-features.h>.
38662         [!__NR_ftruncate64]: Remove conditional code.
38663         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38664         [__NR_ftruncate64]: Make code unconditional.
38665         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38666         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38667         include <kernel-features.h>.
38668         [!__NR_ftruncate64]: Remove conditional code.
38669         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38670         [__NR_ftruncate64]: Make code unconditional.
38671         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38672         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38673         include <kernel-features.h>.
38674         [!__NR_ftruncate64]: Remove conditional code.
38675         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38676         [__NR_ftruncate64]: Make code unconditional.
38677         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38679         include <kernel-features.h>.
38680         [!__NR_ftruncate64]: Remove conditional code.
38681         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38682         [__NR_ftruncate64]: Make code unconditional.
38683         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38685         * configure.in (libc_cv_fpie): Weaken to a compile test using
38686         LIBC_TRY_CC_OPTION.
38687         * configure: Regenerated.
38689 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38691         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38692         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38693         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38694         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38695         Refreshed.
38696         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38697         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38698         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38699         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38700         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38701         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38702         Refreshed.
38704 2012-05-27  David S. Miller  <davem@davemloft.net>
38706         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38707         (___Q_zero): New.
38708         (__Q_simulate_exceptions): Return void.  Change to simulate
38709         exceptions by writing into the %fsr.
38710         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38711         (__Qp_handle_exceptions): Likewise.
38712         (numbers): Delete.
38713         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38714         __Qp_handle_exceptions.
38715         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38716         __Qp_handle_exceptions.
38717         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38718         as unused and give dummy FP_RND_NEAREST initializer.
38719         (FP_INHIBIT_RESULTS): Define.
38720         (___Q_simulate_exceptions): Update declaration.
38721         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38722         formatting.
38723         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38724         as unused and give dummy FP_RND_NEAREST initializer.
38725         (__Qp_handle_exceptions): Update declaration.
38726         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38727         formatting.
38729 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38731         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38732         the temporary FPU control word.
38733         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38734         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38735         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38736         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38737         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38738         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38739         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38740         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38741         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38742         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38743         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38745 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38747         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38748         fields.
38750 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38752         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38753         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38754         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38755         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38756         Likewise.
38757         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38758         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38759         Likewise.
38761 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38763         * po/h.po: Update from translation team.
38765 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38767         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38769         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38770         handling of denormals.
38771         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38772         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38773         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38774         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38775         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38776         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38777         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38778         Likewise.
38780 2012-05-26  Marek Polacek  <polacek@redhat.com>
38782         [BZ #14152]
38783         * math/libm-test.inc (fma_test): Don't always expect underflow
38784         exception.
38786 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38788         [BZ #12416]
38789         * elf/tst-execstack.c: Include stackinfo.h.
38790         (do_test): Adjust test case to ensure that pthread_getattr_np
38791         behaviour remains the same after marking stack executable.
38793 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38795         * sysdeps/unix/sysv/linux/kernel-features.h
38796         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38797         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38798         kernel-features.h.
38799         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38800         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38801         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38802         kernel-features.h.
38803         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38804         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38806 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38808         * configure.in: Define the default includes to being none.
38809         * configure: Regenerated.
38811 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38813         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38814         * sysdeps/x86_64/setjmp.S: Likewise.
38815         * sysdeps/i386/bsd-setjmp.S: Likewise.
38816         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38817         * sysdeps/i386/setjmp.S: Likewise.
38818         * sysdeps/i386/__longjmp.S: Likewise.
38819         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38820         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38822         * include/stap-probe.h: New file.
38823         * configure.in: Handle --enable-systemtap.
38824         * configure: Regenerated.
38825         * config.h.in (USE_STAP_PROBE): New #undef.
38826         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38827         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38828         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38830 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38832         [BZ #13717]
38833         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38834         to 2.4.0 where earlier.
38835         * sysdeps/unix/sysv/linux/configure: Regenerated.
38836         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38837         <kernel-features.h>.
38838         [__ASSUME_32BITUIDS]: Make code unconditional.
38839         [!__ASSUME_32BITUIDS]: Remove conditional code.
38840         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38841         <kernel-features.h>.
38842         [__ASSUME_32BITUIDS]: Make code unconditional.
38843         [!__ASSUME_32BITUIDS]: Remove conditional code.
38844         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38845         [__ASSUME_32BITUIDS]: Make code unconditional.
38846         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38847         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38848         <kernel-features.h>.
38849         [__ASSUME_32BITUIDS]: Make code unconditional.
38850         [!__ASSUME_32BITUIDS]: Remove conditional code.
38851         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38852         <kernel-features.h>.
38853         [__ASSUME_32BITUIDS]: Make code unconditional.
38854         [!__ASSUME_32BITUIDS]: Remove conditional code.
38855         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38856         <kernel-features.h>.
38857         [__ASSUME_32BITUIDS]: Make code unconditional.
38858         [!__ASSUME_32BITUIDS]: Remove conditional code.
38859         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38860         <kernel-features.h>.
38861         [__ASSUME_32BITUIDS]: Make code unconditional.
38862         [!__ASSUME_32BITUIDS]: Remove conditional code.
38863         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38864         <kernel-features.h>.
38865         [__ASSUME_32BITUIDS]: Make code unconditional.
38866         [!__ASSUME_32BITUIDS]: Remove conditional code.
38867         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38868         <kernel-features.h>.
38869         [__ASSUME_32BITUIDS]: Make code unconditional.
38870         [!__ASSUME_32BITUIDS]: Remove conditional code.
38871         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38872         <kernel-features.h>.
38873         [__ASSUME_32BITUIDS]: Make code unconditional.
38874         [!__ASSUME_32BITUIDS]: Remove conditional code.
38875         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38876         <kernel-features.h>.
38877         [__ASSUME_32BITUIDS]: Make code unconditional.
38878         [!__ASSUME_32BITUIDS]: Remove conditional code.
38879         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38880         <kernel-features.h>.
38881         [__ASSUME_32BITUIDS]: Make code unconditional.
38882         [!__ASSUME_32BITUIDS]: Remove conditional code.
38883         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38884         <kernel-features.h>.
38885         [__ASSUME_32BITUIDS]: Make code unconditional.
38886         [!__ASSUME_32BITUIDS]: Remove conditional code.
38887         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38888         <kernel-features.h>.
38889         [__NR_setresgid] (__setresgid): Do not declare.
38890         [__ASSUME_32BITUIDS]: Make code unconditional.
38891         [!__ASSUME_32BITUIDS]: Remove conditional code.
38892         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38893         <kernel-features.h>.
38894         [__NR_setresuid] (__setresuid): Do not declare.
38895         [__ASSUME_32BITUIDS]: Make code unconditional.
38896         [!__ASSUME_32BITUIDS]: Remove conditional code.
38897         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38898         <kernel-features.h>.
38899         [__ASSUME_32BITUIDS]: Make code unconditional.
38900         [!__ASSUME_32BITUIDS]: Remove conditional code.
38901         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38902         <kernel-features.h>.
38903         [__ASSUME_32BITUIDS]: Make code unconditional.
38904         [!__ASSUME_32BITUIDS]: Remove conditional code.
38905         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38906         <kernel-features.h>.
38907         [__ASSUME_32BITUIDS]: Make code unconditional.
38908         [!__ASSUME_32BITUIDS]: Remove conditional code.
38909         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38910         <kernel-features.h>.
38911         [__ASSUME_32BITUIDS]: Make code unconditional.
38912         [!__ASSUME_32BITUIDS]: Remove conditional code.
38913         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38914         <kernel-features.h>.
38915         [__ASSUME_32BITUIDS]: Make code unconditional.
38916         [!__ASSUME_32BITUIDS]: Remove conditional code.
38917         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38918         <kernel-features.h>.
38919         [__ASSUME_32BITUIDS]: Make code unconditional.
38920         [!__ASSUME_32BITUIDS]: Remove conditional code.
38921         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38922         <kernel-features.h>.
38923         [__ASSUME_32BITUIDS]: Make code unconditional.
38924         [!__ASSUME_32BITUIDS]: Remove conditional code.
38925         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38926         <kernel-features.h>.
38927         [__ASSUME_32BITUIDS]: Make code unconditional.
38928         [!__ASSUME_32BITUIDS]: Remove conditional code.
38929         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38930         <kernel-features.h>.
38931         [__ASSUME_32BITUIDS]: Make code unconditional.
38932         [!__ASSUME_32BITUIDS]: Remove conditional code.
38933         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38934         <kernel-features.h>.
38935         [__ASSUME_32BITUIDS]: Make code unconditional.
38936         [!__ASSUME_32BITUIDS]: Remove conditional code.
38937         * sysdeps/unix/sysv/linux/kernel-features.h
38938         (__ASSUME_SETRESUID_SYSCALL): Remove.
38939         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38940         (__ASSUME_32BITUIDS): Likewise.
38941         (__ASSUME_LDT_WORKS): Likewise.
38942         (__ASSUME_O_DIRECTORY): Likewise.
38943         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38944         architecture but not kernel version.
38945         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38946         (__ASSUME_MMAP2_SYSCALL): Likewise.
38947         (__ASSUME_STAT64_SYSCALL): Likewise.
38948         (__ASSUME_IPC64): Likewise.
38949         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38950         <kernel-features.h>.
38951         [__ASSUME_32BITUIDS]: Make code unconditional.
38952         [!__ASSUME_32BITUIDS]: Remove conditional code.
38953         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38954         <kernel-features.h>.
38955         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38956         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38957         132096]: Remove conditional code.
38958         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38959         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38960         <kernel-features.h>.
38961         [__ASSUME_32BITUIDS]: Make code unconditional.
38962         [!__ASSUME_32BITUIDS]: Remove conditional code.
38963         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38964         <kernel-features.h>.
38965         [__ASSUME_32BITUIDS]: Make code unconditional.
38966         [!__ASSUME_32BITUIDS]: Remove conditional code.
38967         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38968         <kernel-features.h>.
38969         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38970         unconditional.
38971         (__setresgid): Do not declare.
38972         [__ASSUME_32BITUIDS]: Make code unconditional.
38973         [!__ASSUME_32BITUIDS]: Remove conditional code.
38974         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38975         <kernel-features.h>.
38976         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38977         unconditional.
38978         (__setresuid): Do not declare.
38979         [__ASSUME_32BITUIDS]: Make code unconditional.
38980         [!__ASSUME_32BITUIDS]: Remove conditional code.
38981         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38982         <kernel-features.h>.
38983         [__ASSUME_32BITUIDS]: Make code unconditional.
38984         [!__ASSUME_32BITUIDS]: Remove conditional code.
38985         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38986         <kernel-features.h>.
38987         [__ASSUME_32BITUIDS]: Make code unconditional.
38988         [!__ASSUME_32BITUIDS]: Remove conditional code.
38990 2012-05-25  Richard Henderson  <rth@twiddle.net>
38992         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38993         dl_hwcap to ifunc resolver.
38994         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38995         elf_ifunc_invoke.
38996         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38997         dl_hwcap to ifunc resolver.
38998         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
39000 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39002         [BZ #14153]
39003         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
39004         for |x| <= 2**-26, not 2**-57.
39005         * math/libm-test.inc (acos_test): Do not allow spurious underflow
39006         exception.
39008 2012-05-24  Jeff Law  <law@redhat.com>
39010         * stdio-common/Makefile (tests): Add bug25.
39011         * stdio-common/bug25.c: New test.
39013 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39015         [BZ #13576]
39016         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
39017         multiple of MALLOC_ALIGNMENT in size.
39018         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
39020 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39022         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
39023         Require >= 256.
39024         (FILENAME_MAX): Use macro-int-constant.
39025         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
39026         (_IOFBF): Use macro-int-constant.
39027         (_IOLBF): Likewise.
39028         (_IONBF): Likewise.
39029         (SEEK_CUR): Likewise.
39030         (SEEK_END): Likewise.
39031         (SEEK_SET): Likewise.
39032         (TMP_MAX): Likewise.
39033         (EOF): Use macro-int-constant.  Require < 0.
39034         (NULL): Use macro-constant.  Require == 0.
39035         (stdin): Require type to be FILE *.
39036         (stdout): Likewise.
39037         (stderr): Likewise.
39038         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
39039         macro-int-constant.
39040         (EXIT_SUCCESS): Likewise.
39041         (NULL): Use macro-constant.  Require == 0.
39042         (RAND_MAX): Use macro-int-constant.
39043         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
39044         [C99-based standards] (strtof): Require function.
39045         [C99-based standards] (strtold): Likewise.
39046         [C99-based standards] (strtoll): Likewise.
39047         [C99-based standards] (strtoull): Likewise.
39048         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
39049         [ISO || ISO99 || ISO11] (limits.h): Likewise.
39050         [ISO || ISO99 || ISO11] (math.h): Likewise.
39051         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
39052         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
39053         [ISO || ISO99 || ISO11] (*_t): Do not allow.
39055 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
39057         [BZ #14132]
39058         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
39059         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
39060         * intl/dgettext.c (DCGETTEXT): Likewise.
39061         * intl/gettext.c (DCGETTEXT): Likewise.
39062         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
39063         * posix/regex_internal.h (gettext): Likewise.
39064         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
39065         Remove declaration.
39066         * include/argz.h (__argz_count_internal)
39067         (__argz_stringify_internal): Remove declaration.
39068         (__argz_count, __argz_stringify): Declare hidden proto.
39069         * intl/dcgettext.c: Remove use of INTDEF.
39070         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
39071         * string/argz-stringify.c: Likewise.
39072         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39073         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39074         Declare hidden proto.
39075         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
39076         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
39077         Declare hidden proto.
39078         * include/stdio.h (__asprintf_internal): Don't declare.
39079         (__asprintf): Don't define as macro.  Declare hidden proto.
39080         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
39081         (__fsetlocking): Declare hidden proto.
39082         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
39083         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
39084         hidden proto.
39085         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
39086         (_IO_setlinebuf): Remove use of INTUSE.
39087         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
39088         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
39089         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
39090         Remove declaration.
39091         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
39092         (_IO_do_flush): Remove use of INTUSE.
39093         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
39094         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
39095         (_IO_adjust_column, _IO_least_wmarker)
39096         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
39097         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
39098         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
39099         (_IO_default_doallocate, _IO_wdefault_doallocate)
39100         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
39101         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
39102         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
39103         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
39104         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
39105         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
39106         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
39107         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
39108         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
39109         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
39110         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
39111         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
39112         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
39113         proto.
39114         (_IO_flush_all_internal, _IO_adjust_column_internal)
39115         (_IO_default_uflow_internal, _IO_default_finish_internal)
39116         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
39117         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
39118         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
39119         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
39120         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
39121         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
39122         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
39123         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
39124         (_IO_file_close_internal, _IO_file_close_it_internal)
39125         (_IO_file_underflow_internal, _IO_file_overflow_internal)
39126         (_IO_file_init_internal, _IO_file_attach_internal)
39127         (_IO_file_fopen_internal, _IO_file_read_internal)
39128         (_IO_file_sync_internal, _IO_file_seek_internal)
39129         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
39130         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
39131         (_IO_str_underflow_internal, _IO_str_overflow_internal)
39132         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
39133         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
39134         (_IO_list_all_internal, _IO_link_in_internal)
39135         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
39136         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
39137         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
39138         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
39139         (_IO_do_write_internal, _IO_padn_internal)
39140         (_IO_getline_info_internal, _IO_getline_internal)
39141         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
39142         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
39143         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
39144         (_IO_vfscanf_internal, _IO_vfprintf_internal)
39145         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
39146         (_IO_init_internal, _IO_un_link_internal): Don't declare.
39147         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
39148         with libc_hidden_ver, remove use of INTUSE.
39149         * libio/genops.c: Likewise.
39150         * libio/freopen.c: Likewise.
39151         * libio/freopen64.c: Likewise.
39152         * libio/iofclose.c: Likewise.
39153         * libio/iofdopen.c: Likewise.
39154         * libio/iofflush.c: Likewise.
39155         * libio/iofflush_u.c: Likewise.
39156         * libio/iofgets.c: Likewise.
39157         * libio/iofgets_u.c: Likewise.
39158         * libio/iofopen.c: Likewise.
39159         * libio/iofopncook.c: Likewise.
39160         * libio/iofread.c: Likewise.
39161         * libio/iofread_u.c: Likewise.
39162         * libio/ioftell.c: Likewise.
39163         * libio/iofwrite.c: Likewise.
39164         * libio/iogetline.c: Likewise.
39165         * libio/iogets.c: Likewise.
39166         * libio/iogetwline.c: Likewise.
39167         * libio/iopadn.c: Likewise.
39168         * libio/iopopen.c: Likewise.
39169         * libio/ioseekoff.c: Likewise.
39170         * libio/ioseekpos.c: Likewise.
39171         * libio/iosetbuffer.c: Likewise.
39172         * libio/iosetvbuf.c: Likewise.
39173         * libio/ioungetc.c: Likewise.
39174         * libio/ioungetwc.c: Likewise.
39175         * libio/iovdprintf.c: Likewise.
39176         * libio/iovsprintf.c: Likewise.
39177         * libio/iovsscanf.c: Likewise.
39178         * libio/memstream.c: Likewise.
39179         * libio/obprintf.c: Likewise.
39180         * libio/oldfileops.c: Likewise.
39181         * libio/oldiofclose.c: Likewise.
39182         * libio/oldiofdopen.c: Likewise.
39183         * libio/oldiofopen.c: Likewise.
39184         * libio/oldiopopen.c: Likewise.
39185         * libio/oldstdfiles.c: Likewise.
39186         * libio/putc.c: Likewise.
39187         * libio/setbuf.c: Likewise.
39188         * libio/setlinebuf.c: Likewise.
39189         * libio/stdfiles.c: Likewise.
39190         * libio/strops.c: Likewise.
39191         * libio/vasprintf.c: Likewise.
39192         * libio/vscanf.c: Likewise.
39193         * libio/vsnprintf.c: Likewise.
39194         * libio/vswprintf.c: Likewise.
39195         * libio/wfiledoalloc.c: Likewise.
39196         * libio/wfileops.c: Likewise.
39197         * libio/wgenops.c: Likewise.
39198         * libio/wmemstream.c: Likewise.
39199         * libio/wstrops.c: Likewise.
39200         * libio/__fpurge.c: Likewise.
39201         * libio/__fsetlocking.c: Likewise.
39202         * assert/assert.c: Likewise.
39203         * debug/fgets_chk.c: Likewise.
39204         * debug/fgets_u_chk.c: Likewise.
39205         * debug/fread_chk.c: Likewise.
39206         * debug/fread_u_chk.c: Likewise.
39207         * debug/gets_chk.c: Likewise.
39208         * debug/obprintf_chk.c: Likewise.
39209         * debug/vasprintf_chk.c: Likewise.
39210         * debug/vdprintf_chk.c: Likewise.
39211         * debug/vsnprintf_chk.c: Likewise.
39212         * debug/vsprintf_chk.c: Likewise.
39213         * malloc/mtrace.c: Likewise.
39214         * misc/error.c: Likewise.
39215         * misc/syslog.c: Likewise.
39216         * stdio-common/asprintf.c: Likewise.
39217         * stdio-common/fxprintf.c: Likewise.
39218         * stdio-common/getw.c: Likewise.
39219         * stdio-common/isoc99_fscanf.c: Likewise.
39220         * stdio-common/isoc99_scanf.c: Likewise.
39221         * stdio-common/isoc99_vfscanf.c: Likewise.
39222         * stdio-common/isoc99_vscanf.c: Likewise.
39223         * stdio-common/isoc99_vsscanf.c: Likewise.
39224         * stdio-common/printf-prs.c: Likewise.
39225         * stdio-common/printf_fp.c: Likewise.
39226         * stdio-common/printf_fphex.c: Likewise.
39227         * stdio-common/printf_size.c: Likewise.
39228         * stdio-common/putw.c: Likewise.
39229         * stdio-common/scanf.c: Likewise.
39230         * stdio-common/sprintf.c: Likewise.
39231         * stdio-common/tmpfile.c: Likewise.
39232         * stdio-common/vfprintf.c: Likewise.
39233         * stdio-common/vfscanf.c: Likewise.
39234         * stdlib/strfmon_l.c: Likewise.
39235         * sunrpc/openchild.c: Likewise.
39236         * sunrpc/xdr_stdio.c: Likewise.
39237         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
39238         * sysdeps/mach/hurd/tmpfile.c: Likewise.
39240 2012-05-24  Roland McGrath  <roland@hack.frob.com>
39242         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39244         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
39245         in the third column, to generate for the shared library an IFUNC
39246         that uses _dl_vdso_vsym.
39247         * Makerules (COMPILE.c, compile-stdin.c): New variables.
39248         * Makeconfig (object-suffixes-noshared): New variable.
39250         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
39251         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
39252         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39253         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39255         [BZ #14132]
39256         * include/sys/time.h (__gettimeofday): Remove macro.
39257         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39258         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39259         Remove INTDEF.
39260         (__gettimeofday): Add libc_hidden_def.
39261         (gettimeofday): Add libc_hidden_weak.
39262         * sysdeps/mach/gettimeofday.c: Likewise.
39263         * sysdeps/posix/gettimeofday.c: Likewise.
39264         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39265         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39266         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39267         (__gettimeofday_internal): Remove strong_alias.
39268         (__gettimeofday): Add libc_hidden_def.
39269         (gettimeofday): Add libc_hidden_weak.
39270         * sysdeps/unix/syscalls.list (gettimeofday):
39271         Remove __gettimeofday_internal alias.
39273 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39274             H.J. Lu  <hongjiu.lu@intel.com>
39276         [BZ #12495]
39277         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39278         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39279         (largebin_index_32_big): New.
39280         (largebin_index): Use it for 16-byte alignment.
39281         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39282         correction with front_misalign.
39284 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39286         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39287         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39288         Likewise.
39289         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39290         Likewise.
39291         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39292         Likewise.
39293         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39294         Likewise.
39295         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39296         Likewise.
39297         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39298         Likewise.
39299         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39300         Likewise.
39301         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39302         Likewise.
39303         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39304         Likewise.
39305         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39306         Likewise.
39307         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39308         Likewise.
39309         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39310         Likewise.
39312         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39313         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39315 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39317         [BZ #10846]
39318         [BZ #14036]
39319         * math/libm-test.inc (exp_test): Add test from bug 14036.
39320         (pow_test): Add test from bug 10846.
39322         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39323         and other flags.
39324         (special_function): Do not include flags in test name.
39325         (parse_args): Likewise.
39326         * sysdeps/i386/fpu/libm-test-ulps: Update.
39327         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39328         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39329         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39330         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39332         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39333         exceptions.
39334         * math/libm-test.inc ("Philosophy"): Update comment about
39335         exception testing.
39336         (UNDERFLOW_EXCEPTION): New macro.
39337         (UNDERFLOW_EXCEPTION_OK): Likewise.
39338         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39339         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39340         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39341         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39342         (INVALID_EXCEPTION_OK): Update value.
39343         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39344         (OVERFLOW_EXCEPTION_OK): Likewise.
39345         (IGNORE_ZERO_INF_SIGN): Likewise.
39346         (test_exceptions): Handle underflow exceptions.
39347         (acos_test): Update for underflow exception expectations.
39348         (cexp_test): Likewise.
39349         (clog_test): Likewise.
39350         (clog10_test): Likewise.
39351         (csqrt_test): Likewise.
39352         (ctan_test): Likewise.
39353         (ctanh_test): Likewise.
39354         (exp_test): Likewise.
39355         (exp10_test): Likewise.
39356         (exp2_test): Likewise.
39357         (expm1_test): Likewise.
39358         (fma_test): Likewise.
39359         (j0_test): Likewise.
39360         (jn_test): Likewise.
39361         (nexttoward_test): Likewise.
39362         (pow_test): Likewise.
39363         (scalbn_test): Likewise.
39364         (scalbln_test): Likewise.
39365         (tan_test): Likewise.
39366         (y1_test): Likewise.
39367         * sysdeps/i386/fpu/libm-test-ulps: Update.
39368         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39370 2012-05-23  David S. Miller  <davem@davemloft.net>
39372         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39373         (__libc_sigaction): Remove unused local variables.
39375 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39377         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39379 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39381         mktime: avoid signed integer overflow
39382         * time/mktime.c (__mktime_internal): Do not mishandle the case
39383         where diff == INT_MIN.
39385         mktime: simplify computation of average
39386         * time/mktime.c (ranged_convert): Use new time_t_avg function
39387         instead of rolling our own (probably-slower) code.
39389         mktime: do not assume signed right shift propagates sign bit
39390         * time/mktime.c (isdst_differ): New static function.
39391         (__mktime_internal): No need to normalize tm_isdst now.
39392         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39393         tm_isdst values.
39395         mktime: merge another wrapv change from gnulib
39396         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39397         from some compilers.
39399         mktime: remove incorrect attempt at unusual arithmetics
39400         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39401         The code didn't really work on such machines anyway.
39402         (TYPE_MINIMUM): Assume two's complement.
39403         (twos_complement_arithmetic): Verify that long_int and time_t
39404         are two's complement (or unsigned, in the latter case).
39406         mktime: check signed shifts on long_int and time_t, too
39407         * time/mktime.c (SHR): Check that shifts work as desired
39408         on the types long_int and time_t too, as SHR is used on
39409         such types.
39411         mktime: do not assume 'long' is wide enough
39412         * time/mktime.c (verify): Move decl up.
39413         (long_int): New type.
39414         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39415         to remove assumption in the code that 'long' is wide enough to
39416         store year values.  This assumption is not true on x32 and on
39417         some non-glibc platforms.
39419         mktime: merge wrapv change from gnulib
39420         * time/mktime.c (WRAPV): New macro.
39421         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39422         (guess_time_tm, __mktime_internal): Do not assume that signed
39423         integer overflow wraps around; modern compilers generate code
39424         where this assumption is no longer valid.
39426 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39428         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39429         Replace "jmp L(pseudo_end)" with "ret".
39430         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39431         Likewise.
39433 2012-05-23  Andreas Jaeger  <aj@suse.de>
39435         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39436         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39438 2012-05-23  Andreas Jaeger  <aj@suse.de>
39439             Maximilian Attems  <max@stro.at>
39441         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39442         New macros.
39444 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39446         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39447         code so that pseudo_end is just ret and the stack pointer is
39448         correct also for static library in error case.
39450 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39452         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39453         move to syscalls.list.
39454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39459         * manual/install.texi (Running make install): Do not mention Linux
39460         kernel version for which pt_chown is not needed.
39461         (Linux): Do not mention problems with nscd with 2.0 kernels.
39462         * INSTALL: Regenerated.
39464 2012-05-23  Andreas Jaeger  <aj@suse.de>
39466         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39467         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39468         macro.
39469         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39470         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39471         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39472         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39473         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39474         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39475         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39476         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39477         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39478         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39479         * sysdeps/unix/sysv/linux/bits/in.h
39480         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39482 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39484         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39485         (PREPARE_VERSION): Just use assert instead, it will be elided
39486         under [NDEBUG] anyway.
39488 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39490         * sysdeps/unix/sysv/linux/Makefile: Include
39491         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39492         (sysdep_routines): Remove sysctl.
39493         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39494         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39495         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39496         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39497         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39499 2012-05-22  Andreas Jaeger  <aj@suse.de>
39501         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39502         that pseudo_end is just ret and the stack pointer is correct also
39503         for static library in error case.
39505 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39507         [BZ #14122]
39508         * nss/nsswitch.c (defconfig_entries): New variable.
39509         (__nss_database_lookup): Don't leak defconfig entries.
39510         (nss_parse_service_list): Don't leak on error paths.
39511         (free_database_entries): New function.
39512         (free_defconfig): New function.
39513         (free_mem): Move common code to free_database_entries.
39515 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39517         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39518         Add arch_prctl.
39519         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39521         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39522         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39523         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39524         New macro.
39525         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39526         (INTERNAL_SYSCALL_TYPES): Likewise.
39527         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39528         (LOAD_REGS_TYPES_[1-6]): Likewise.
39529         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39530         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39532 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39534         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39535         copysignl for GLIBC_2_0.
39536         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39537         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39538         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39539         logbl for GLIBC_2_0.
39540         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39541         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39543 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39545         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39546         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39548         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39549         Use "neg %eax".
39551         * time/mktime.c: Update copyright years.
39553 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39555         mktime: merge comment-quoting-style change from gnulib
39556         * time/mktime.c: Quote 'like this' in comments.
39557         The GNU coding standards suggest that we no longer quote `like this',
39558         as "`" and "'" are typically rendered asymmetrically nowadays.
39559         The typical gnulib style is to quote 'like this' when quoting
39560         code, and "like this" when quoting English.
39562         * time/mktime.c (compile-command): Add "-I.".
39564         mktime: merge mktime-internal.h change from gnulib
39565         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39567         mktime: merge time_r change from gnulib
39568         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39570         mktime: merge DEBUG change from gnulib
39571         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39572         case system <time.h> has a #define.
39574         mktime: merge <sys/types.h> change from gnulib
39575         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39576         since <time.t> is now guaranteed to define time_t.
39578         mktime: merge HAVE_CONFIG_H change from gnulib
39579         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39581 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39583         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39584         Use "neg %eax".
39586         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39587         __rlim_t cast.
39588         (struct rusage): Use anonymous union to pad each field to
39589         __syscall_slong_t.
39591 2012-05-21  David S. Miller  <davem@davemloft.net>
39593         * Makefules (o-iterator): Remove .s cases.
39594         (compile-command.s): Delete.
39595         (COMPILE.s): Delete.
39596         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39598 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39600         * configure.in (libc_cv_predef_stack_protector): Only consider
39601         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39602         * configure: Regenerated.
39604 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39606         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39607         New macro.  Use R*LP on int and pointer.
39608         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39609         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39610         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39611         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39613         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39614         [__WORDSIZE_TIME64_COMPAT32] instead of
39615         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39616         (struct utmp): Likewise.
39617         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39618         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39619         Renamed to ...
39620         (__WORDSIZE_TIME64_COMPAT32): This.
39621         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39622         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39623         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39624         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39625         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39626         (__WORDSIZE_TIME64_COMPAT32): New macro.
39628 2012-05-21  Andreas Jaeger  <aj@suse.de>
39630         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39631         only if [SHARED]. Add prototype for __wcschr_ia32.
39633 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39635         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39636         of %rbp unmolested in the jmp_buf while mangling the low bits.
39637         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39638         unmolested high bits of %rbp while demangling the low bits.
39639         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39641 2012-05-21  Andreas Jaeger  <aj@suse.de>
39643         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39644         * sunrpc/svc_simple.c: Use it for registerrpc.
39645         * sunrpc/xcrypt.c: Use it for passwd2des.
39647         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39649 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39651         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39652         Don't define if [__SYSCALL_WORDSIZE != 32].
39653         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39654         New macro.
39656 2012-05-21  Bruno Haible  <bruno@clisp.org>
39657             Andreas Jaeger  <aj@suse.de>
39659         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39660         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39661         inptr and inend for must_buffer_ch.
39662         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39663         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39664         * stdio-common/Makefile (tests): Remove bug15.
39665         (bug15-ENV): Remove macro.
39666         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39667         anymore.
39669 2012-05-19  Andreas Jaeger  <aj@suse.de>
39670             Roland McGrath  <roland@hack.frob.com>
39672         * manual/contrib.texi: Completely rewritten. It contains now an
39673         alphabetical list of contributors and their contributions.
39675 2012-05-21  Richard Henderson  <rth@twiddle.net>
39677         * misc/getauxval.c (__getauxval): Use unsigned long int.
39678         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39679         (getauxval): Use unsigned long int.
39681 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39683         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39685 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39687         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39688         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39689         __alignof__ (long double).
39691 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39693         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39695 2012-05-20  Richard Henderson  <rth@twiddle.net>
39697         * misc/getauxval.c: New file.
39698         * misc/sys/auxv.h: New file.
39699         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39700         (routines): Add getauxval.
39701         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39702         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39703         * elf/dl-sysdep.c (_dl_auxv): Remove.
39704         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39705         * elf/dl-support.c (_dl_auxv): New variable.
39706         (_dl_aux_init): Initialize it.
39707         * manual/startup.texi (Auxiliary Vector): New node.
39708         * sysdeps/generic/bits/hwcap.h: New file.
39709         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39710         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39711         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39712         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39713         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39714         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39715         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39716         Update.
39717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39718         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39719         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39720         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39721         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39722         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39723         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39724         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39726 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39728         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39730 2012-05-19  David S. Miller  <davem@davemloft.net>
39732         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39734 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39736         [BZ #14123]
39737         * math/s_ccosh.c: Include <float.h>
39738         (__ccosh): Avoid internal overflow calculating sinh and cosh
39739         values before multiplying by sin and cos values.
39740         * math/s_ccoshf.c: Likewise.
39741         * math/s_ccoshl.c: Likewise.
39742         * math/s_csin.c: Likewise.
39743         * math/s_csinf.c: Likewise.
39744         * math/s_csinl.c: Likewise.
39745         * math/s_csinh.c: Likewise.
39746         * math/s_csinhf.c: Likewise.
39747         * math/s_csinhl.c: Likewise.
39748         * math/libm-test.inc (ccos_test): Add more tests.
39749         (ccosh_test): Likewise.
39750         (csin_test): Likewise.
39751         (csinh_test): Likewise.
39752         * sysdeps/i386/fpu/libm-test-ulps: Update.
39753         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39755 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39757         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39758         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39760         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39762 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39764         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39765         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39766         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39767         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39768         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39769         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39770         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39771         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39772         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39773         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39774         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39775         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39776         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39777         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39778         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39779         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39780         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39781         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39782         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39783         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39784         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39785         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39786         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39787         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39788         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39789         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39790         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39791         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39792         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39793         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39794         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39796 2012-05-18  Andreas Jaeger  <aj@suse.de>
39798         * csu/.gitignore: Delete.
39800 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39802         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39803         (timex): Use __syscall_slong_t.
39805 2012-05-18  Andreas Jaeger  <aj@suse.de>
39806             Carlos O'Donell  <carlos_odonell@mentor.com>
39808         * manual/install.texi (Configuring and compiling): Update
39809         description about files modified in the source directory.
39810         * INSTALL: Regenerated.
39812 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39814         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39815         value.  Use "or" to set return value to -1.
39816         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39817         negate return value.
39819 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39821         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39822         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39823         failure if the compiler has Graphite support disabled.
39824         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39825         Likewise.
39826         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39827         (CFLAGS-memmove.c): Likewise.
39828         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39829         Likewise.
39831 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39833         * sysdeps/x86_64/x32/_itoa.h: New file.
39835         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39836         getdents system call only if kernel and user dirents have the
39837         same d_ino and d_off.
39839         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39840         LLONG_MAX != LONG_MAX.
39841         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39842         (_fitoa_word): Likewise.
39844         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39845         years.
39846         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39847         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39848         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39850         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39851         include <bits/wordsize.h>.  Check __x86_64__ instead of
39852         __WORDSIZE.
39853         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39854         if __x86_64__ is defined.  Use anonymous union on fpstate.
39856         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39857         anonymous union.
39859 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39861         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39862         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39863         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39864         Refer to _rtld_local_ro instead of _rtld_global_ro.
39865         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39866         Likewise.
39867         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39868         Likewise.
39869         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39870         Likewise.
39871         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39872         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39873         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39875         * sysdeps/powerpc/powerpc32/dl-machine.c
39876         (__elf_machine_runtime_setup) [PROF]: Don't reference
39877         _dl_prof_resolve.
39879 2012-05-18  Andreas Jaeger  <aj@suse.de>
39881         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39882         function only available for GCCs before 3.4 since GCC 3.4
39883         introduced a builtin.
39884         (lrint): Likewise.
39885         (llrintf): Likewise.
39886         (llrint): Likewise.
39887         (fmaxf): Likewise.
39888         (fmax): Likewise.
39889         (fminf): Likewise.
39890         (fmin): Likewise.
39891         (rint): Likewise.
39892         (rintf): Likewise.
39893         (nearbyint): Likewise.
39894         (nearbyintf): Likewise.
39895         (ceil): Likewise.
39896         (ceilf): Likewise.
39897         (floor): Likewise.
39898         (floorf): Likewise.
39900 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39902         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39903         on both fields and cast pointer to __syscall_ulong_t.
39905         * bits/types.h (__fsword_t): New type.
39906         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39907         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39908         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39909         (__FSWORD_T_TYPE): Likewise.
39910         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39911         (__FSWORD_T_TYPE): Likewise.
39912         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39913         (__FSWORD_T_TYPE): Likewise.
39914         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39915         (__FSWORD_T_TYPE): Likewise.
39916         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39917         __SWORD_TYPE with __fsword_t.
39918         (statfs64): Likewise.
39920 2012-05-17  David S. Miller  <davem@davemloft.net>
39922         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39924 2012-05-17  Andreas Jaeger  <aj@suse.de>
39926         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39927         warning.
39929 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39931         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39933 2012-05-17  Andreas Jaeger  <aj@suse.de>
39935         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39936         when it is used.
39938 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39940         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39942 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39944         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39945         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39947 2012-05-17  Andreas Jaeger  <aj@suse.de>
39948             Carlos O'Donell  <carlos_odonell@mentor.com>
39950         [BZ #14059]
39951         * sysdeps/x86_64/multiarch/init-arch.h
39952         (bit_YMM_Usable): Rename to...
39953         (bit_AVX_Usable): ... this.
39954         (bit_FMA4_Usable): New macro.
39955         (bit_XMM_state): New macro.
39956         (bit_YMM_state): New macro.
39957         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39958         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39959         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39960         (CPUID_OSXSAVE): New macro.
39961         (CPUID_AVX): New macro.
39962         (CPUID_FMA4): New macro.
39963         (index_YMM_Usable): Rename to...
39964         (index_AVX_Usable): ... this.
39965         (HAS_AVX): Use HAS_ARCH_FEATURE.
39966         (HAS_FMA4): Likewise.
39967         (HAS_YMM_USABLE): Remove.
39968         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39969         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39970         are present.
39971         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39972         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39973         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39974         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39975         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39977 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39979         * math/libm-test.c: Support platforms without multiple rounding modes.
39980         * math/bug-nextafter.c: Support platforms without FP exceptions.
39981         * math/bug-nexttoward.c: Likewise.
39982         * math/test-fenv.c: Likewise.
39983         * math/test-misc.c: Likewise.
39984         * stdlib/bug-getcontext.c: Likewise.
39986 2012-05-17  Andreas Jaeger  <aj@suse.de>
39988         * manual/examples/search.c (critter_cmp): Change signature to
39989         avoid warnings.
39990         * manual/string.texi (Collation Functions): Likewise.
39992 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39994         * bits/types.h: Fold copyright years.
39995         * bits/typesizes.h: Likewise.
39996         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39997         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39998         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39999         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
40000         * time/time.h: Likewise.
40002 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
40004         [BZ #208]
40005         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
40006         in instead of returning them.  Return void.
40007         (__libc_mallinfo): Accumulate over all arenas.
40008         (__malloc_stats): Adjust for change in int_mallinfo interface.
40010 2012-05-16  Roland McGrath  <roland@hack.frob.com>
40012         [BZ #10375]
40013         * configure.in (NM): Add AC_CHECK_TOOL for it.
40014         (libc_extra_cflags): New substituted variable.
40015         Check for -fstack-protector being used implicitly.
40016         * configure: Regenerated.
40017         * config.make.in (config-extra-cflags): New variable,
40018         gets @libc_extra_cflags@.
40019         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
40021         [BZ #10375]
40022         * configure.in: Check for _FORTIFY_SOURCE being predefined.
40023         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
40024         * configure: Regenerated.
40025         * config.make.in (CPPUNDEFS): New substituted variable.
40026         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
40027         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
40028         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
40030 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40032         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
40033         (mq_attr): Use __syscall_slong_t.
40035 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40037         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
40038         Check __x86_64__ instead of __WORDSIZE.
40039         (_STAT_VER_LINUX): Likewise.
40040         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
40041         __syscall_ulong_t and __syscall_slong_t.
40042         (stat64): Likewise.
40044 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40046         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
40048 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40050         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
40052 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40054         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
40055         __syscall_ulong_t.
40057         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
40058         include <bits/wordsize.h>.  Check __x86_64__ instead of
40059         __WORDSIZE.
40060         (greg_t): Use "__extension__ long long int" if __x86_64__ is
40061         defined.
40062         (mcontext_t): Replace "unsigned long" with "unsigned long long".
40064         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
40065         include <bits/wordsize.h>.  Check __x86_64__ instead of
40066         __WORDSIZE.
40067         (user_regs_struct): Use "__extension__ unsigned long long"
40068         instead of "unsigned long" if __x86_64__ is defined.
40069         (user): Likewise.  Pad after pointer field if __ILP32__ is
40070         defined.
40072 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
40074         * configure.in (makeinfo): Require version 4.5 or later.  Allow
40075         versions 5 to 9.
40076         * configure: Regenerated.
40077         * manual/install.texi (texinfo): Increase version requirement to
40078         4.5 or later.
40079         * INSTALL: Regenerated.
40081         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
40083 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
40085         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
40087         * sysdeps/x86_64/x32/ffs.c: New file.
40089         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
40090         __syscall_ulong_t.
40091         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
40092         defined.  Use __syscall_ulong_t.
40093         (shminfo): Use __syscall_ulong_t.
40094         (shm_info): Likewise.
40096         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
40097         __syscall_ulong_t.
40099         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
40100         <bits/wordsize.h>.
40101         (msgqnum_t): Use __syscall_ulong_t.
40102         (msglen_t): Likewise.
40103         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
40104         __syscall_ulong_t.
40106         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
40107         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40109         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
40111         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
40112         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
40114         * sysvipc/sys/msg.h (msgbuf): Replace long int with
40115         __syscall_slong_t.
40117         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
40118         include <bits/wordsize.h>.  Check __x86_64__ instead of
40119         __WORDSIZE.
40121         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
40122         "unsigned long long int" if __x86_64__ is defined.
40123         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
40125         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
40126         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
40127         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
40129         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
40130         <stdint.h>.
40131         (GET_PC): Cast to uintptr_t first.
40132         (GET_FRAME): Likewise.
40133         (GET_STACK): Likewise.
40135         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
40136         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
40137         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
40138         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
40139         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
40140         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
40141         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
40142         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
40143         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
40144         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
40145         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
40146         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
40147         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40148         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
40149         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
40150         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
40151         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
40152         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
40153         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
40154         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
40155         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
40156         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
40157         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
40158         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
40159         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
40160         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
40161         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
40162         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
40163         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
40165 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
40167         * Makerules (+depfiles): Also collect depfiles from .oS in
40168         $(extra-objs).
40169         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
40170         .oS, $(libnldbl-routines)).
40172         * Makerules (native-compile-mkdep-flags): Define.
40173         * sunrpc/Makefile (extra-objs): Add $(addprefix
40174         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
40175         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
40176         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
40177         calling $(make-target-directory).
40179 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40181         * bits/types.h (__snseconds_t): Removed.
40182         * time/time.h (struct timespec): Replace __snseconds_t with
40183         __syscall_slong_t.
40184         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
40185         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
40186         Likewise.
40187         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40188         (__SNSECONDS_T_TYPE): Likewise.
40189         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40190         (__SNSECONDS_T_TYPE): Likewise.
40191         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40192         (__SNSECONDS_T_TYPE): Likewise.
40194 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40196         * sysdeps/mach/hurd/bits/typesizes.h
40197         (__SYSCALL_SLONG_TYPE): New macro.
40198         (__SYSCALL_ULONG_TYPE): Likewise.
40200 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40202         * bits/types.h (__syscall_slong_t): New type.
40203         (__syscall_ulong_t): Likewise.
40205         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
40206         (__SYSCALL_ULONG_TYPE): Likewise.
40207         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40208         (__SYSCALL_SLONG_TYPE): Likewise.
40209         (__SYSCALL_ULONG_TYPE): Likewise.
40210         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40211         (__SYSCALL_SLONG_TYPE): Likewise.
40212         (__SYSCALL_ULONG_TYPE): Likewise.
40213         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40214         (__SYSCALL_SLONG_TYPE): Likewise.
40215         (__SYSCALL_ULONG_TYPE): Likewise.
40217 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40219         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
40220         Add sigaltstack-offsets.sym.
40221         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
40222         <sigaltstack-offsets.h>.
40223         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
40224         longjmp_msg pointer.
40225         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
40226         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
40227         signal stack.
40228         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
40230 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40232         * elf/stackguard-macros.h: Remove file.
40233         * sysdeps/generic/stackguard-macros.h: New file.
40234         * sysdeps/i386/stackguard-macros.h: Likewise.
40235         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
40236         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
40237         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
40238         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
40239         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
40240         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
40241         * sysdeps/x86_64/stackguard-macros.h: Likewise.
40242         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
40243         <elf/stackguard-macros.h>.
40245         [BZ #14109]
40246         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
40247         __aligned__ in attribute.
40248         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
40249         (gregset_t): Likewise.
40251 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40253         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40254         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40255         * sysdeps/x86_64/x32/Implies-after: New file.
40257 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40259         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40260         and access return value for _dl_profile_fixup.  Use R10_LP to
40261         load frame size.
40263 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40265         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40267 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40269         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40270         * sysdeps/x86_64/x32/sysdep.h: New file.
40272 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40274         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40275         * sysdeps/x86_64/setjmp.S: Likewise.
40277 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40279         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40280         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40281         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40282         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40283         remove unused global constant.
40285 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40287         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40288         include of <not-cancel.h>.
40290 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40292         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40294 2012-05-15  Jeff Law  <law@redhat.com>
40295             Andreas Jaeger  <aj@suse.de>
40297         [BZ #13594]
40298         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40299         out from...
40300         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40301         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40302         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40303         code changing __hst_map_handle.map.
40305 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40307         * configure.in (sysnames): Look for Implies-before and Implies-after
40308         files.
40309         * configure: Regenerated.
40311 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40313         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40314         8-byte data alignment with LP_SIZE alignment.
40316 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40318         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40319         into R10_LP.
40321 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40323         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40325 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40327         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40328         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40329         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40330         Likewise.
40331         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40333 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40335         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40336         (stackinfo_sub_sp): Likewise.
40338 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40340         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40341         RAX_LP.
40343 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40345         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40346         into R*_LP.
40348 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40350         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40351         sizes into R*_LP.
40353 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40355         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40357 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40359         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40360         into R11_LP and load __x86_64_shared_cache_size_half into
40361         R8_LP.
40363 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40365         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40366         R8_LP.
40368 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40370         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40371         logb for POWER7.
40372         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40373         logbf for POWER7.
40374         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40375         logbl for POWER7.
40376         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40377         powerpc32/power7/fpu/s_logb.c via #include.
40378         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40379         powerpc32/power7/fpu/s_logbf.c via #include.
40380         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40381         powerpc32/power7/fpu/s_logbl.c via #include.
40383 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40385         * README.libm: Remove file.
40387 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40389         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40390         count for x32.  Use R*_LP and omit operand-size suffix.
40392 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40394         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40395         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40396         * sysdeps/x86_64/x32/shlib-versions: New file.
40398 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40400         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40401         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40402         Use _dl_fatal_printf instead.
40404 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40406         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40407         set if not set by the user.  Do not allow for being unset.
40408         * sysdeps/unix/sysv/linux/configure: Regenerated.
40410 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40412         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40413         the `q' suffix from lea and replace .quad with ASM_ADDR.
40415 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40417         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40418         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40419         instead of $17.
40420         (PTR_DEMANGLE): Likewise.
40422 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40424         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40425         (LP_OP): Likewise.
40426         (ASM_ADDR): Likewise.
40427         (RAX_LP): Likewise.
40428         (RBP_LP): Likewise.
40429         (RBX_LP): Likewise.
40430         (RCX_LP): Likewise.
40431         (RDI_LP): Likewise.
40432         (RSI_LP): Likewise.
40433         (RSP_LP): Likewise.
40434         (R8_LP): Likewise.
40435         (R9_LP): Likewise.
40436         (R10_LP): Likewise.
40437         (R10_LP): Likewise.
40438         (R11_LP): Likewise.
40439         (R12_LP): Likewise.
40440         (R13_LP): Likewise.
40441         (R14_LP): Likewise.
40442         (R15_LP): Likewise.
40444 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40446         * sysdeps/x86_64/x32/dl-machine.h: New file.
40448 2012-05-14  Andreas Jaeger  <aj@suse.de>
40450         * manual/Makefile (subdir): Remove export of subdir.
40451         (all): Remove target.
40452         (.PHONY): Remove all from list.
40453         (mkinstalldirs): Remove.
40454         (.PHONY): Remove installdirs from list.
40455         ($(inst_infodir)/libc.info): Use make-target-directory.
40456         (installdirs): Remove.
40457         (subdir_%): Remove.
40458         (glibc-targets): Remove.
40459         (lib): Remove.
40460         (stubs): Remove.
40461         ($(objpfx)stubs ../po/manual.pot): Remove.
40462         ($(objpfx)stamp%): Remove.
40463         (make-target-directory): Remove.
40464         (subdir_install): Remove.
40465         (routines): Remove.
40466         (aux): Remove.
40467         (sources): Remove.
40468         (objects): Remove.
40469         (headers): Remove.
40471         [BZ #13750]
40472         * manual/.gitignore: Remove, it's not needed anymore.
40473         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40474         all files in it.
40475         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40476         directory.
40477         (texis): Renamed to $(objpfx)texis.
40478         (texis-path): New, contains path to generated files.
40479         (chapters.%): Use texis-path for complete path, add extra argument
40480         libc-texinfo.sh.
40481         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40482         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40483         (summary,texi, stamp-summary): Use complete path of
40484         files. Generate files in build dir.
40485         (dir-add.texi): Build in build dir.
40486         (libm-err.texi,stamp-libm-err): Likewise.
40487         (version.texi, stamp-version): Likewise.
40488         (.%c.texi): Likewise.
40489         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40490         (mostlyclean): Remove target.
40491         (realclean): Remove target.
40492         (generated): Add new variable with contents from mostlyclean and
40493         realclean, remove entries duplicated in common-mostlyclean, add
40494         stamp-libm-err and stamp-version.
40495         (generated-dirs): Add libc directory.
40496         ($(inst_infodir)/libc.info): Install files from build dir.
40498         * manual/install.texi (Configuring and compiling): Adjust since
40499         the info files are not part of the tar ball anymore.
40501 2012-05-14  Andreas Jaeger  <aj@suse.de>
40503         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40504         variable.
40506 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40508         [BZ #13717]
40509         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40510         to 2.2.0 where earlier.
40511         * sysdeps/unix/sysv/linux/configure: Regenerated.
40512         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40513         Remove conditional code.
40514         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40515         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40516         Remove conditional code.
40517         [!__NR_lchown]: Likewise.
40518         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40519         [__NR_lchown]: Likewise.
40520         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40521         comment referencing __ASSUME_LCHOWN_SYSCALL.
40522         * sysdeps/unix/sysv/linux/i386/sigaction.c
40523         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40524         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40525         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40526         Remove conditional code.
40527         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40528         (__protocol_available): Remove #if 0 code.
40529         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40530         conditional code.
40531         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40532         * sysdeps/unix/sysv/linux/kernel-features.h
40533         (__ASSUME_GETCWD_SYSCALL): Don't define.
40534         (__ASSUME_REALTIME_SIGNALS): Likewise.
40535         (__ASSUME_PREAD_SYSCALL): Likewise.
40536         (__ASSUME_PWRITE_SYSCALL): Likewise.
40537         (__ASSUME_POLL_SYSCALL): Likewise.
40538         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40539         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40540         non-SPARC.
40541         (__ASSUME_SIOCGIFNAME): Don't define.
40542         (__ASSUME_MSG_NOSIGNAL): Likewise.
40543         (__ASSUME_SENDFILE): Define unconditionally.
40544         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40545         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40546         conditional code.
40547         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40548         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40549         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40550         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40551         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40552         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40553         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40555         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40556         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40557         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40558         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40559         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40561         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40562         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40564         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40565         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40567         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40568         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40570         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40571         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40573         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40574         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40576         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40577         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40578         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40579         Remove conditional code.
40580         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40581         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40582         Remove conditional code.
40583         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40584         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40585         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40586         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40587         Remove conditional code.
40588         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40589         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40590         Remove conditional code.
40591         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40592         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40593         Remove conditional code.
40594         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40595         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40596         Remove conditional code.
40597         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40598         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40599         Remove conditional code.
40600         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40601         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40602         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40603         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40604         * sysdeps/unix/sysv/linux/sigaction.c
40605         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40606         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40607         * sysdeps/unix/sysv/linux/sigpending.c
40608         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40609         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40610         * sysdeps/unix/sysv/linux/sigprocmask.c
40611         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40612         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40613         * sysdeps/unix/sysv/linux/sigsuspend.c
40614         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40615         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40616         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40617         (__libc_missing_rt_sigs): Remove.
40618         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40619         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40620         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40621         Remove conditional code.
40622         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40623         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40624         return 1.
40625         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40626         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40627         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40628         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40630 2012-05-14  Andreas Jaeger  <aj@suse.de>
40632         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40633         it's not used in glibc.
40634         (__coshm1): Likewise.
40635         (__acosh1p): Likewise.
40636         (__sgn): Likewise.
40638         * manual/string.texi (Copying and Concatenation): Add missing
40639         variable in concat example.
40640         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40642 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40644         [BZ #14103]
40645         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40646         __builtin_clzl with __builtin_clzll.
40648 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40650         [BZ #14104]
40651         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40652         libc_freeres_ptr.
40654 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40656         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40657         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40658         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40659         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40661 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40663         * NEWS: Update ia64 info.
40665 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40667         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40668         used as bcopy.
40670 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40672         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40673         * sysdeps/unix/syscalls.list (dup3): Likewise.
40674         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40675         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40677 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40679         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40680         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40682 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40684         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40685         thread pointer.
40686         (TLS_IE): Use mov/add instead of movq/addq to load thread
40687         pointer.
40688         (TLS_GD_PREFIX): New.
40689         (TLS_GD): Use it.
40691 2012-05-11  David S. Miller  <davem@davemloft.net>
40693         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40694         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40695         (_FPU_SETCW): Likewise.
40697 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40699         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40700         is 32-byte aligned.
40702 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40704         [BZ #11837]
40705         * iconvdata/gb18030.c: Update tables.
40706         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40707         characters specially.
40708         (BODY for TO_LOOP): Add encoding of missing ranges.
40710 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40712         [BZ #13673]
40713         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40714         * sysdeps/mach/hurd/dup3.c: Likewise.
40715         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40716         * sysdeps/powerpc/memmove.c:: Likewise.
40718 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40720         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40721         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40723 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40725         * elf/elf.h (R_X86_64_RELATIVE64): New.
40726         (R_X86_64_NUM): Updated.
40727         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40728         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40729         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40730         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40731         tst-quad1pie tst-quad2pie
40732         (modules-names): Add tst-quadmod1 tst-quadmod2.
40733         ($(objpfx)tst-quad1): New dependency.
40734         ($(objpfx)tst-quad2): Likewise.
40735         ($(objpfx)tst-quad1pie): Likewise.
40736         ($(objpfx)tst-quad2pie): Likewise.
40737         * sysdeps/x86_64/tst-quad1.c: New file.
40738         * sysdeps/x86_64/tst-quad1pie.c: New file.
40739         * sysdeps/x86_64/tst-quad2.c: Likewise.
40740         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40741         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40742         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40743         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40744         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40746 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40748         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40749         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40750         * streams/stropts.h (t_scalar_t): Define type.
40752         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40753         (_PATH_PRESERVE): Set to "/var/lib".
40754         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40756         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40757         instead of int.
40759         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40760         if __dir_mkfile succeeded.
40762         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40763         checking for _hurd_dtablesize.  Unlock it right after having
40764         finished _hurd_dtable allocation.
40766 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40768         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40769         * sysdeps/mach/hurd/configure: Regenerated.
40770         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40771         special-casing to...
40772         * sysdeps/gnu/configure.in: ... this new file.
40773         * sysdeps/unix/sysv/linux/configure: Regenerated.
40774         * sysdeps/gnu/configure: New generated file.
40776         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40777         for Linux: use nsec instead of usec, as well as:
40778         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40779         members of type struct timespec.
40780         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40781         New macros.
40782         (struct stat64): Likewise.
40783         (_STATBUF_ST_NSEC): New macro.
40784         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40786         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40787         __strtoul_internal rather than strtoul.
40789 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40791         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40792         and reject them.
40794 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40796         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40797         which preserves existing values.
40798         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40800 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40802         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40803         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40804         greater than FD_SETSIZE.
40806 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40808         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40809         allocated, call __vm_protect to finish enabling the existing space, and
40810         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40811         allocate the remainder.
40813 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40815         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40816         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40818 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40820         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40821         sysdeps/mach/hurd/readlink.c.
40823         * posix/tst-sysconf.c (posix_options): Only use
40824         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40825         _POSIX_SYNCHRONIZED_IO when they are defined
40826         * sysdeps/mach/hurd/bits/posix_opt.h:
40827         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40828         (_XOPEN_REALTIME): Undefine macro.
40829         (_XOPEN_REALTIME_THREADS): Undefine macro.
40830         (_XOPEN_SHM): Undefine macro.
40831         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40832         macro to -1.
40833         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40834         macro to -1.
40835         (_POSIX_ASYNC_IO): Undefine macro.
40836         (_POSIX_PRIORITIZED_IO): Undefine macro.
40837         (_POSIX_SPIN_LOCKS): Define macro to -1.
40839         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40840         SA_NODEFER, SA_RESETHAND.
40841         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40842         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40843         F_DUPFD_CLOEXEC.
40845 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40847         * elf/Makefile (pldd-modules): Define unconditionally.
40849 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40851         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40853 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40855         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40856         Return ENOENT when name is empty.
40857         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40859 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40861         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40863         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40865 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40867         Fix mlock in all cases except non-readable pages.
40868         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40869         instead of VM_PROT_ALL as parameter to __vm_wire function.
40871         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40872         (__mkdir): When path is `/', just fail with EEXIST.
40873         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40875 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40877         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40878         <sys/uio.h> (for writev).
40879         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40880         and <sys/param.h> (for MIN).
40882 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40884         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40885         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40886         if interrupted.
40888 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40890         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40891         Depend on against $(link-rpcuserlibs).
40893 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40895         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40896         (__libc_stack_end): Do not use attribute_relro.
40897         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40898         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40899         to libthread-provided value.
40900         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40901         attribute_relro.
40903 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40905         [BZ #3748]
40906         * bits/libc-lock.h (__libc_once_get): New macro.
40907         * sysdeps/mach/bits/libc-lock.h: Likewise.
40908         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40909         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40910         instead of using implementation details.
40912         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40913         * libio/freopen.c: Likewise.
40914         * libio/freopen64.c: Likewise.
40915         * misc/syslog.c: Likewise.
40916         * nscd/connections.c: Likewise.
40917         * nscd/netgroupcache.c: Likewise.
40918         * sysdeps/posix/getcwd.c: Likewise.
40920 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40922         * math/w_ilogbf.c: Add #include <limits.h>.
40924 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40926         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40927         path instead of returning without unlocking.
40929         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40930         immediate-write ioctls.
40931         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40933 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40935         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40936         __builtin_frame_address instead of making assumptions about the
40937         location of the return address relative to DATA.  Force early load of
40938         the return address.
40939         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40940         __builtin_frame_address.
40942         dup3 for GNU Hurd.
40943         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40944         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40945         implement dup3 and do some further code clean-ups.
40946         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40947         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40949 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40951         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40953         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40954         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40955         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40956         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40957         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40958         d->port.lock.
40960         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40961         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40962         when handler == SIG_ERR, not when handler != SIG_ERR.
40964 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40966         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40967         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40968         definitions.
40970         accept4 for GNU Hurd.
40971         * include/sys/socket.h (__libc_accept4): New prototype.
40972         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40973         to implement __libc_accept4.
40974         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40975         __libc_accept4.
40976         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40978         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40979         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40980         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40981         signal-defines.sym.
40983 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40985         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40987 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40989         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40990         assertion on O_CLOEXEC flag.
40991         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40992         * hurd/intern-fd.c: Likewise.
40993         * hurd/port2fd.c: Likewise.
40995 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40997         [BZ #3906]
40998         * bits/in.h (IPV6_PKTINFO): Define new macro.
40999         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
41001 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41003         [BZ #13954]
41004         [BZ #13955]
41005         [BZ #13956]
41006         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
41007         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41008         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
41009         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41010         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41011         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41012         * math/libm-test.inc (logb_test) : Additional logb tests.
41014 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
41015             Andreas Jaeger  <aj@suse.de>
41017         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
41018         * configure: Regenerated.
41019         * config.h.in (LINK_OBSOLETE_RPC): New macro.
41020         * config.make.in (link-obsolete-rpc): New substituted variable.
41021         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
41022         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
41023         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41024         (shared-only-routines): Don't set it under [link-obsolete-rpc],
41025         so that libc.a contains the symbols.
41026         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
41027         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
41028         * sunrpc/auth_none.c: Likewise.
41029         * sunrpc/auth_unix.c: Likewise.
41030         * sunrpc/authdes_prot.c: Likewise.
41031         * sunrpc/authuxprot.c: Likewise.
41032         * sunrpc/clnt_gen.c: Likewise.
41033         * sunrpc/clnt_perr.c: Likewise.
41034         * sunrpc/clnt_raw.c: Likewise.
41035         * sunrpc/clnt_simp.c: Likewise.
41036         * sunrpc/clnt_tcp.c: Likewise.
41037         * sunrpc/clnt_udp.c: Likewise.
41038         * sunrpc/clnt_unix.c: Likewise.
41039         * sunrpc/des_crypt.c: Likewise.
41040         * sunrpc/des_soft.c: Likewise.
41041         * sunrpc/get_myaddr.c: Likewise.
41042         * sunrpc/key_call.c: Likewise.
41043         * sunrpc/key_prot.c: Likewise.
41044         * sunrpc/netname.c: Likewise.
41045         * sunrpc/pm_getmaps.c: Likewise.
41046         * sunrpc/pm_getport.c: Likewise.
41047         * sunrpc/pmap_clnt.c: Likewise.
41048         * sunrpc/pmap_prot.c: Likewise.
41049         * sunrpc/pmap_prot2.c: Likewise.
41050         * sunrpc/pmap_rmt.c: Likewise.
41051         * sunrpc/publickey.c: Likewise.
41052         * sunrpc/rpc_cmsg.c: Likewise.
41053         * sunrpc/rpc_common.c: Likewise.
41054         * sunrpc/rpc_dtable.c: Likewise.
41055         * sunrpc/rpc_prot.c: Likewise.
41056         * sunrpc/rpc_thread.c: Likewise.
41057         * sunrpc/rtime.c: Likewise.
41058         * sunrpc/svc.c: Likewise.
41059         * sunrpc/svc_auth.c: Likewise.
41060         * sunrpc/svc_raw.c: Likewise.
41061         * sunrpc/svc_run.c: Likewise.
41062         * sunrpc/svc_tcp.c: Likewise.
41063         * sunrpc/svc_udp.c: Likewise.
41064         * sunrpc/svc_unix.c: Likewise.
41065         * sunrpc/svcauth_des.c: Likewise.
41066         * sunrpc/xcrypt.c: Likewise.
41067         * sunrpc/xdr.c: Likewise.
41068         * sunrpc/xdr_array.c: Likewise.
41069         * sunrpc/xdr_float.c: Likewise.
41070         * sunrpc/xdr_intXX_t.c: Likewise.
41071         * sunrpc/xdr_mem.c: Likewise.
41072         * sunrpc/xdr_rec.c: Likewise.
41073         * sunrpc/xdr_ref.c: Likewise.
41074         * sunrpc/xdr_sizeof.c: Likewise.
41075         * sunrpc/xdr_stdio.c: Likewise.
41077 2012-05-10  Roland McGrath  <roland@hack.frob.com>
41079         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
41080         change.  Update copyright years.
41082 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41084         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
41086 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
41087             Joseph Myers  <joseph@codesourcery.com>
41088             Paul Pluzhnikov  <ppluzhnikov@google.com>
41090         [BZ #14012]
41091         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
41092         requiring rpcgen.
41093         [cross-compiling] (extra-libs): Likewise.
41094         [cross-compiling] (extra-libs-others): Likewise.
41095         [cross-compiling] (librpcsvc-routines): Likewise.
41096         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
41097         [cross-compiling] (omit-deps): Likewise.
41098         (sunrpc-CPPFLAGS): New variable.
41099         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
41100         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
41101         (cross-rpcgen-objs): New variable.
41102         (extra-objs): Append $(cross-rpcgen-objs).
41103         ($(cross-rpcgen-objs)): New rule.
41104         ($(objpfx)cross-rpcgen): Likewise.
41105         (rpcgen-cmd): Define to use $(built-program-file).  Expand
41106         comment.
41107         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
41108         ($(objpfx)x%.stmp): Likewise.
41109         * sunrpc/proto.h [IS_IN_build] (_): Define.
41110         [IS_IN_build] (_libc_intl_domainname): Likewise.
41112 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
41114         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
41115         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
41116         and R_X86_64_TPOFF64.
41118 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
41120         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
41121         sysdeps/unix/sysv/syscalls.list.
41122         (stime): Likewise.
41123         (utime): Likewise.
41124         * sysdeps/unix/sysv/syscalls.list: Remove file.
41126 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
41128         [BZ #3440]
41129         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
41130         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
41131         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
41132         (__LC_IDENTIFICATION): Make these macros useful in #if
41133         expressions, as required by C99.
41135 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
41137         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
41138         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
41139         after this.
41141 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
41143         * stdlib/longlong.h: Updated from GCC.
41145 2012-05-09  Andreas Jaeger  <aj@suse.de>
41147         * nscd/nscd.c (run_modes): Make named enum, reorder so that
41148         default is first entry.
41149         (run_mode): Set type.
41150         (main): Remove informal message about syslog.
41151         (options): Fix typo.
41153         [BZ #14053]
41154         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
41155         to asm.
41156         (lrint): Likewise.
41157         (llrintf): Likewise.
41158         (llrint): Likewise.
41159         (rint): Likewise.
41160         (rintf): Likewise.
41161         (nearbyint): Likewise.
41162         (nearbyintf): Likewise.
41164 2012-05-09  Andreas Jaeger  <aj@suse.de>
41165             Pedro Alves  <palves@redhat.com>
41167         * nscd/nscd.c (run_mode): Use enum.
41168         (main): Cleanup coding style issue.
41170 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
41171             Andreas Jaeger  <aj@suse.de>
41173         * nscd/nscd.c (go_background): Replaced with...
41174         (run_mode): ... this.
41175         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
41176         (options): Add -F --foreground.
41177         (main): Implement it.
41178         (parse_opt): Parse it.
41180 2012-05-09  Andreas Jaeger  <aj@suse.de>
41182         [BZ #14083]
41183         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
41184         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
41185         -Wconversion warning.
41186         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
41187         Likewise.
41189 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
41191         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
41192         == 0.
41193         (LC_ALL): Use macro-int-constant.
41194         (LC_COLLATE): Likewise.
41195         (LC_CTYPE): Likewise.
41196         (LC_MESSAGES): Likewise.
41197         (LC_MONETARY): Likewise.
41198         (LC_NUMERIC): Likewise.
41199         (LC_TIME): Likewise.
41200         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
41201         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41202         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41203         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
41204         Specify type.
41205         [C99-based standards] (float_t): Expect type.
41206         [C99-based standards] (double_t): Expect type.
41207         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
41208         type.
41209         [C99-based standards] (HUGE_VALL): Likewise.
41210         [C99-based standards] (INFINITY): Likewise.
41211         [C99-based standards] (NAN): Likewise.
41212         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
41213         [C99-based standards] (FP_NAN): Likewise.
41214         [C99-based standards] (FP_NORMAL): Likewise.
41215         [C99-based standards] (FP_SUBNORMAL): Likewise.
41216         [C99-based standards] (FP_ZERO): Likewise.
41217         [C99-based standards] (FP_FAST_FMA): Use
41218         optional-macro-int-constant.  Specify type.  Require == 1.
41219         [C99-based standards] (FP_FAST_FMAF): Likewise.
41220         [C99-based standards] (FP_FAST_FMAL): Likewise.
41221         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
41222         [C99-based standards] (FP_ILOGBNAN): Likewise.
41223         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
41224         Specify type.
41225         [C99-based standards] (MATH_ERREXCEPT): Likewise.
41226         [C99-based standards] (math_errhandling): Specify type.
41227         [ISO99 || ISO11] (signgam): Do not allow.
41228         [non-C99-based standards] (copysignf): Do not allow.
41229         [non-C99-based standards] (exp2f): Likewise.
41230         [non-C99-based standards] (log2f): Likewise.
41231         [non-C99-based standards] (modff): Allow.
41232         [non-C99-based standards] (erff): Do not allow.
41233         [non-C99-based standards] (erfcf): Likewise.
41234         [non-C99-based standards] (gammaf): Likewise.
41235         [non-C99-based standards] (hypotf): Likewise.
41236         [non-C99-based standards] (j0f): Likewise.
41237         [non-C99-based standards] (j1f): Likewise.
41238         [non-C99-based standards] (jnf): Likewise.
41239         [non-C99-based standards] (lgammaf): Likewise.
41240         [non-C99-based standards] (tgammaf): Likewise.
41241         [non-C99-based standards] (y0f): Likewise.
41242         [non-C99-based standards] (y1f): Likewise.
41243         [non-C99-based standards] (ynf): Likewise.
41244         [non-C99-based standards] (isnanf): Likewise.
41245         [non-C99-based standards] (acoshf): Likewise.
41246         [non-C99-based standards] (asinhf): Likewise.
41247         [non-C99-based standards] (atanhf): Likewise.
41248         [non-C99-based standards] (cbrtf): Likewise.
41249         [non-C99-based standards] (expm1f): Likewise.
41250         [non-C99-based standards] (ilogbf): Likewise.
41251         [non-C99-based standards] (log1pf): Likewise.
41252         [non-C99-based standards] (logbf): Likewise.
41253         [non-C99-based standards] (nextafterf): Likewise.
41254         [non-C99-based standards] (remainderf): Likewise.
41255         [non-C99-based standards] (rintf): Likewise.
41256         [non-C99-based standards] (scalbf): Likewise.
41257         [non-C99-based standards] (copysignl): Likewise.
41258         [non-C99-based standards] (exp2l): Likewise.
41259         [non-C99-based standards] (log2l): Likewise.
41260         [non-C99-based standards] (modfl): Allow.
41261         [non-C99-based standards] (erfl): Do not allow.
41262         [non-C99-based standards] (erfcl): Likewise.
41263         [non-C99-based standards] (gammal): Likewise.
41264         [non-C99-based standards] (hypotl): Likewise.
41265         [non-C99-based standards] (j0l): Likewise.
41266         [non-C99-based standards] (j1l): Likewise.
41267         [non-C99-based standards] (jnl): Likewise.
41268         [non-C99-based standards] (lgammal): Likewise.
41269         [non-C99-based standards] (tgammal): Likewise.
41270         [non-C99-based standards] (y0l): Likewise.
41271         [non-C99-based standards] (y1l): Likewise.
41272         [non-C99-based standards] (ynl): Likewise.
41273         [non-C99-based standards] (isnanl): Likewise.
41274         [non-C99-based standards] (acoshl): Likewise.
41275         [non-C99-based standards] (asinhl): Likewise.
41276         [non-C99-based standards] (atanhl): Likewise.
41277         [non-C99-based standards] (cbrtl): Likewise.
41278         [non-C99-based standards] (expm1l): Likewise.
41279         [non-C99-based standards] (ilogbl): Likewise.
41280         [non-C99-based standards] (log1pl): Likewise.
41281         [non-C99-based standards] (logbl): Likewise.
41282         [non-C99-based standards] (nextafterl): Likewise.
41283         [non-C99-based standards] (remainderl): Likewise.
41284         [non-C99-based standards] (rintl): Likewise.
41285         [non-C99-based standards] (scalbl): Likewise.
41286         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41287         [non-C99-based standards] (FP_*): Do not allow.
41288         [C99-based standards] (FP_*): Change to
41289         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41290         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41291         allow.
41292         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41293         (SIG_ERR): Likewise.
41294         [X/Open-based standards] (SIG_HOLD): Likewise.
41295         (SIG_IGN): Likewise.
41296         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41297         positive value.
41298         (SIGFPE): Likewise.
41299         (SIGILL): Likewise.
41300         (SIGINT): Likewise.
41301         (SIGSEGV): Likewise.
41302         (SIGTER): Likewise.
41303         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41304         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41305         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41306         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41307         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41308         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41309         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41310         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41311         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41312         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41313         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41314         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41315         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41316         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41317         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41318         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41319         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41320         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41321         [X/Open-based standards] (SIGTRAP): Likewise.
41322         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41323         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41324         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41325         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41326         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41327         allow.
41329 2012-05-08  Ian Wienand  <ianw@vmware.com>
41331         [BZ #14080]
41332         * time/tzset.c (__tzset_parse_tz): Update default rules for
41333         daylight time changes in the Energy Policy Act of 2005.
41335 2012-05-09  Andreas Jaeger  <aj@suse.de>
41337         [BZ #13983]
41338         * elf/ldconfig.c (parse_conf): Change string to make clear that
41339         ldconfig only issued a warning if ld.so.conf does not exist.
41341 2012-05-08  David S. Miller  <davem@davemloft.net>
41343         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41344         movxtod instead of popping the value on the stack.
41346         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41348 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41350         * config.h.in: Add HAVE_ARM_PCS_VFP.
41352 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41354         [BZ #13979]
41355         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41356         checking but the checks are disabled for any reason.
41358 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41360         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41361         and ELF64_R_TYPE with ELFW(R_TYPE).
41363 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41365         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41366         (ulimit): Likewise.
41368         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41369         (settimeofday): Likewise.
41371 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41373         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41374         a struct th_u2 inside the union, and move tu_block/tu_code into
41375         a new th_u3 union of tu_block/tu_code inside of that.  Move
41376         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41377         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41378         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41379         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41380         (th_stuff): Change to th_u1.tu_stuff.
41381         (th_data): Define.
41382         (th_msg): Change to th_u1.th_u2.tu_data.
41384 2012-05-07  David S. Miller  <davem@davemloft.net>
41386         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41388         [BZ #14074]
41389         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41390         (SETUP_PIC_REG): Use it.
41391         (SETUP_PIC_REG_LEAF): Use it.
41393 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41395         [BZ #13885]
41396         [BZ #13923]
41397         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41398         USE_AS_EXPM1L.
41399         (EXPL_FINITE): Likewise.
41400         (FLDLOG): Likewise.
41401         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41402         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41403         e_expl.S.
41404         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41405         USE_AS_EXPM1L.
41406         (EXPL_FINITE): Likewise.
41407         (FLDLOG): Likewise.
41408         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41409         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41410         e_expl.S.
41411         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41412         test of -max_value argument for long double.
41413         * sysdeps/i386/fpu/libm-test-ulps: Update.
41414         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41416 2012-05-06  David S. Miller  <davem@davemloft.net>
41418         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41419         quad soft-float symbols whose references which are compiler
41420         generated.
41421         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41423 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41425         [BZ #13884]
41426         [BZ #13914]
41427         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41428         USE_AS_EXP10L.
41429         (EXPL_FINITE): Likewise.
41430         (FLDLOG): Likewise.
41431         (c0): Likewise.
41432         (c1): Likewise.
41433         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41434         Adjust comments for base varying.
41435         (__expl_finite): Change alias to EXPL_FINITE.
41436         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41437         e_expl.S.
41438         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41439         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41440         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41441         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41442         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41443         USE_AS_EXP10L.
41444         (EXPL_FINITE): Likewise.
41445         (FLDLOG): Likewise.
41446         (c0): Likewise.
41447         (c1): Likewise.
41448         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41449         Adjust comments for base varying.
41450         (__expl_finite): Change alias to EXPL_FINITE.
41451         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41452         tests for bugs.
41453         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41455         [BZ #14064]
41456         * math/libm-test.inc (check_float_internal): Correct ulp
41457         calculation for subnormal expected results.
41459 2012-05-06  Andreas Jaeger  <aj@suse.de>
41461         * Makeconfig (+math-flags): New, set to -frounding-math.
41462         (+cflags): Add +math-flags so that all of glibc gets compiled with
41463         it.
41465         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41467 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41469         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41470         Disable one test.
41472         [BZ #13787]
41473         [BZ #13922]
41474         [BZ #14036]
41475         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41476         (__ieee754_expl): Allow for and saturate large arguments.
41477         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41478         (u_threshold): Likewise.
41479         (__exp): Call __ieee754_exp before checking for overflow and
41480         underflow.
41481         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41482         (u_threshold): Likewise.
41483         (__expf): Call __ieee754_expf before checking for overflow and
41484         underflow.
41485         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41486         (u_threshold): Likewise.
41487         (__expl): Call __ieee754_expl before checking for overflow and
41488         underflow.
41489         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41490         (__ieee754_expl): Allow for and saturate large arguments.
41491         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41492         missing overflow exception on overflow.
41493         (expm1_test): Do not allow missing overflow exception on overflow.
41495         * sysdeps/i386/fpu/e_expl.c: Move to ...
41496         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41497         rather than using inline asm.
41498         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41499         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41500         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41502         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41503         (nice): Likewise.
41504         (poll): Likewise.
41505         (signal): Likewise.
41506         (time): Likewise.
41507         (times): Likewise.
41509 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41511         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41512         sysdeps/unix/common/syscalls.list.
41513         (fchmod): Likewise.
41514         (fchown): Likewise.
41515         (ftruncate): Likewise.
41516         (getrusage): Likewise.
41517         (gettimeofday): Likewise.
41518         (setpgid): Likewise.
41519         (setregid): Likewise.
41520         (setreuid): Likewise.
41521         (sigaction): Likewise.
41522         (truncate): Likewise.
41523         (vhangup): Likewise.
41524         * sysdeps/unix/common/syscalls.list: Remove file.
41525         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41526         * sysdeps/unix/sysv/linux/Implies: Likewise.
41528 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41530         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41531         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41532         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41533         Moved to ...
41534         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41535         Here.
41536         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41537         to ...
41538         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41539         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41540         to ...
41541         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41542         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41543         to ...
41544         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41545         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41546         to ...
41547         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41548         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41549         to ...
41550         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41551         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41552         to ...
41553         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41554         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41555         to ...
41556         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41557         Here.
41558         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41559         to ...
41560         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41561         Here.
41562         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41563         to ...
41564         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41565         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41566         Moved to ...
41567         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41568         Here.
41569         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41570         to ...
41571         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41573 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41575         * sysdeps/unix/common/bits/dirent.h: Remove file.
41576         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41578         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41579         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41580         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41581         * sysdeps/unix/bsd/isatty.c: Likewise.
41582         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41583         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41584         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41586 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41588         [BZ #13563]
41589         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41590         long double comparison inaccuracies.
41591         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41592         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41594 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41596         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41597         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41599 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41601         [BZ #14049]
41602         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41603         nonzero digits before rounding a hex value.
41604         * stdlib/tst-strtod.c (tests): Add another test.
41606 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41608         * sysdeps/s390/fpu/libm-test-ulps: Update.
41610 2012-05-03  Andreas Jaeger  <aj@suse.de>
41612         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41613         does not get optimized out.
41614         (malloc_opt_barrier): New.
41616 2012-05-03  Andreas Jaeger  <aj@suse.de>
41617             Roland McGrath  <roland@hack.frob.com>
41619         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41620         intermediate file deletion.
41621         (generated): Add .symlist files.
41623 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41625         [BZ #13775]
41626         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41627         Redirect under this condition.
41628         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41629         [__USE_GNU] (__dprintf_chk): Not under this condition.
41630         [__USE_GNU] (__vdprintf_chk): Likewise.
41631         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41632         under this condition.
41633         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41634         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41635         [__USE_XOPEN2K8] (vdprintf): Likewise.
41636         [__USE_GNU] (__dprintf_chk): Not under this condition.
41637         [__USE_GNU] (__vdprintf_chk): Likewise.
41638         [__USE_GNU] (dprintf): Likewise.
41639         [__USE_GNU] (vdprintf): Likewise.
41641 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41643         * elf/Makefile (common-generated): Set this instead of generated for
41644         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41645         $(all-built-dso)-derived lists.
41647 2012-05-03  Andreas Jaeger  <aj@suse.de>
41649         * sysdeps/i386/fpu/libm-test-ulps: Update.
41651         * FAQ: Removed.
41652         * FAQ.in: Likewise.
41653         * scripts/gen-FAQ.pl: Likewise.
41654         * manual/install.texi (Installation): Point to online location of
41655         FAQ.
41656         * Makefile (files-for-dist): Remove FAQ.
41657         (FAQ): Remove.
41659 2012-05-02  Allan McRae  <allan@archlinux.org>
41661         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41662         (LDFLAGS-reldepmod5.so): Likewise.
41663         (LDFLAGS-reldep6mod1.so): Likewise.
41664         (LDFLAGS-reldep6mod4.so): Likewise.
41665         (LDFLAGS-reldep8mod3.so): Likewise.
41666         (LDFLAGS-unload4mod1.so): Likewise.
41667         (LDFLAGS-unload4mod2.so): Likewise.
41668         (LDFLAGS-tst-initorder): Likewise.
41669         (LDFLAGS-tst-initordera2.so): Likewise.
41670         (LDFLAGS-tst-initordera3.so): Likewise.
41671         (LDFLAGS-tst-initordera4.so): Likewise.
41672         (LDFLAGS-tst-initorderb2.so): Likewise.
41673         (LDFLAGS-noload): Likewise.
41674         (LDFLAGS-next): Likewise.
41675         (LDFLAGS-order2mod1.so): Likewise.
41676         (LDFLAGS-order2mod2.so): Likewise.
41677         (LDFLAGS-tst-initorder2): Likewise.
41678         (LDFLAGS-tst-initorder2a.so): Likewise.
41679         (LDFLAGS-tst-initorder2b.so): Likewise.
41680         (LDFLAGS-tst-initorder2c.so): Likewise.
41681         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41683 2012-05-02  David S. Miller  <davem@davemloft.net>
41685         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41687 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41689         [BZ #14055]
41690         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41692 2012-05-02  Andreas Jaeger  <aj@suse.de>
41694         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41695         since we manipulate rounding mode.
41696         (CPPFLAGS-test-idouble.c): Likewise.
41697         (CPPFLAGS-test-ifloat.c): Likewise.
41698         (CFLAGS-test-ldouble.c): Likewise.
41699         (CFLAGS-test-double.c): Likewise.
41700         (CFLAGS-test-float.c): Likewise.
41701         (CFLAGS-test-misc.c): Likewise.
41702         (CFLAGS-test-test-fenv.c): Likewise.
41704 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41706         [BZ #2550]
41707         [BZ #2570]
41708         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41709         comparisons to determine direction to adjust input.
41711 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41713         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41714         output to the target.
41716         * scripts/localplt.awk: New file.
41717         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41718         (check-localplt-CFLAGS): Variable removed.
41719         ($(all-built-dso:=.jmprel)): New static pattern rule.
41720         (generated): Add those targets.
41721         (localplt-built-dso): New variable.
41722         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41724         * elf/check-localplt.c: File removed.
41726         * scripts/check-execstack.awk: New file.
41727         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41728         (check-execstack-CFLAGS): Variable removed.
41729         ($(objpfx)check-execstack.h): Target removed.
41730         ($(objpfx)execstack-default): New target.
41731         (generated): Add that instead of check-execstack.h.
41732         ($(all-built-dso:=.phdr)): New static pattern rule.
41733         (generated): Add those targets.
41734         * elf/check-execstack.c: File removed.
41736         * scripts/check-textrel.awk: New file.
41737         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41738         (check-textrel-CFLAGS): Variable removed.
41739         (all-built-dso): Use := to define.o
41740         ($(all-built-dso:=.dyn)): New static pattern rule.
41741         (generated): Add those targets.
41742         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41743         * config.make.in (READELF): New substituted variable.
41744         * elf/check-textrel.c: File removed.
41746 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41748         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41749         allow.
41750         * conform/data/ctype.h-data [C99-based standards] (isblank):
41751         Expect function.
41752         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41753         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41754         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41755         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41756         Specify type.  Require positive value.
41757         (EILSEQ): Likewise.
41758         (ERANGE): Likewise.
41759         [ISO || POSIX] (EILSEQ): Do not expect.
41760         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41761         Specify type.  Require positive value.
41762         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41763         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41764         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41765         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41766         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41767         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41768         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41769         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41770         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41771         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41772         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41773         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41774         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41775         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41776         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41777         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41778         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41779         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41780         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41781         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41782         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41783         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41784         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41785         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41786         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41787         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41788         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41789         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41790         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41791         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41792         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41793         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41794         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41795         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41796         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41797         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41798         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41799         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41800         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41801         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41802         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41803         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41804         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41805         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41806         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41807         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41808         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41809         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41810         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41811         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41812         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41813         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41814         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41815         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41816         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41817         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41818         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41819         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41820         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41821         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41822         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41823         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41824         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41825         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41826         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41827         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41828         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41829         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41830         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41831         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41832         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41833         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41834         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41835         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41836         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41837         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41838         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41839         Require >= 2.
41840         (FLT_ROUNDS): Expect as macro, not constant.
41841         (FLT_MANT_DIG): Use macro-int-constant.
41842         (DBL_MANT_DIG): Likewise.
41843         (LDBL_MANT_DIG): Likewise.
41844         (FLT_DIG): Likewise.
41845         (DBL_DIG): Likewise.
41846         (LDBL_DIG): Likewise.
41847         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41848         (DBL_MIN_EXP): Likewise.
41849         (LDBL_MIN_EXP): Likewise.
41850         (FLT_MAX_EXP): Use macro-int-constant.
41851         (DBL_MAX_EXP): Likewise.
41852         (LDBL_MAX_EXP): Likewise.
41853         (FLT_MAX_10_EXP): Likewise.
41854         (DBL_MAX_10_EXP): Likewise.
41855         (LDBL_MAX_10_EXP): Likewise.
41856         (FLT_MAX): Use macro-constant.
41857         (DBL_MAX): Likewise.
41858         (LDBL_MAX): Likewise.
41859         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41860         (DBL_EPSILON): Likewise.
41861         (LDBL_EPSILON): Likewise.
41862         (FLT_MIN): Likewise.
41863         (DBL_MIN): Likewise.
41864         (LDBL_MIN): Likewise.
41865         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41866         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41867         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41868         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41869         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41870         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41871         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41872         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41873         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41874         [ISO11] (FLT_TRUE_MIN): Likewise.
41875         [ISO11] (LDBL_TRUE_MIN): Likewise.
41876         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41877         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41878         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41879         (SCHAR_MAX): Likewise.
41880         (UCHAR_MAX): Likewise.
41881         (CHAR_MIN): Likewise.
41882         (CHAR_MAX): Likewise.
41883         (MB_LEN_MAX): Use macro-int-constant.
41884         (SHRT_MIN): Use macro-int-constant.  Specify type.
41885         (SHRT_MAX): Likewise.
41886         (USHRT_MAX): Likewise.
41887         (INT_MAX): Likewise.
41888         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41889         bound negative.
41890         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41891         bound with "U".
41892         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41893         bound with "L".
41894         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41895         bound negative.  Suffix upper bound with "L".
41896         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41897         bound with "UL".
41898         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41899         Specify type.
41900         [C99-based standards] (LLONG_MAX): Likewise.
41901         [C99-based standards] (ULLONG_MAX): Likewise.
41902         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41903         == 0.
41904         [ISO11] (max_align_t): Require type.
41905         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41907         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41908         from $CFLAGS, without defining away __attribute__ calls.
41909         (checknamespace): Use $CFLAGS_namespace.
41911         * conform/conformtest.pl (@keywords): Only include C99 keywords
41912         for standards based on C99 or C11.
41914         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41915         Disable tests.
41916         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41917         UNIX98]: Likewise.
41919         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41920         usability of symbols in #if.
41922         * conform/conformtest.pl: If macro or constant types start
41923         "promoted:", expect the symbol to be of the following type
41924         promoted by the integer promotions.
41926         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41927         in one place.  Also handle "macro-constant".
41929         * conform/conformtest.pl: Only accept expected macro values with
41930         "==".  Parse all "macro" lines in one place.
41931         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41933         * conform/conformtest.pl: Handle braced types on "constant" lines
41934         instead of handling "typed-constant".
41935         * conform/data/signal.h-data: Use "constant" instead of
41936         "typed-constant".
41938         * conform/conformtest.pl: Handle "optional-" at start of lines in
41939         one place rather than duplicating several cases.  Handle each
41940         format of "macro" line with initial "optional-".
41942         * conform/conformtest.pl: Only accept expected constant or
41943         optional-constant values with "==".  Parse all "constant" lines in
41944         one place.  Parse all "optional-constant" lines in one place.
41945         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41946         * conform/data/fmtmsg.h-data: Likewise.
41947         * conform/data/netinet/in.h-data: Likewise.
41948         * conform/data/tar.h-data: Likewise.
41949         * conform/data/limits.h-data: Use "==" form on "constant" and
41950         "optional-constant" lines.
41952         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41953         Use -std=c99 for XOPEN2K.
41954         (@knownproblems): Remove.
41955         (newtoken): Don't check %isknown.
41957         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41958         Do not expect macro.
41959         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41960         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41961         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41962         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41963         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41964         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41965         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41966         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41967         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41968         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41969         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41970         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41971         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41972         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41973         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41974         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41975         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41976         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41977         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41978         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41979         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41980         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41981         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41982         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41983         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41984         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41985         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41986         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41987         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41988         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41989         [XPG3] (acosh): Likewise.
41990         [XPG3] (asinh): Likewise.
41991         [XPG3] (atanh): Likewise.
41992         [XPG3] (cbrt): Likewise.
41993         [XPG3] (expm1): Likewise.
41994         [XPG3] (ilogb): Likewise.
41995         [XPG3] (log1p): Likewise.
41996         [XPG3] (logb): Likewise.
41997         [XPG3] (nextafter): Likewise.
41998         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41999         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
42000         [XPG3] (remainder): Likewise.
42001         [XPG3] (rint): Likewise.
42002         [XPG3 || XPG4 || UNIX98] (round): Likewise.
42003         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
42004         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
42005         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
42006         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
42007         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
42008         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
42009         [UNIX98 || XOPEN2K] (scalb): Expect.
42010         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
42011         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
42012         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
42013         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
42014         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
42015         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
42016         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
42017         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
42018         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
42019         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
42020         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
42021         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
42022         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
42023         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
42024         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
42025         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
42026         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
42027         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
42028         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
42029         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
42030         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
42031         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
42032         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
42033         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
42034         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
42035         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
42036         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
42037         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
42038         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
42039         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
42040         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
42041         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
42042         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
42043         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
42044         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
42045         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
42046         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
42047         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
42048         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
42049         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
42050         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
42051         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
42052         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
42053         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
42054         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
42055         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
42056         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
42057         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
42058         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
42059         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
42060         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
42061         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
42062         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
42063         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
42064         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
42065         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
42066         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
42067         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
42068         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
42069         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
42070         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
42071         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
42072         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
42073         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
42074         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
42075         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
42076         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
42077         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
42078         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
42079         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
42080         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
42081         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
42082         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
42083         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
42084         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
42085         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
42086         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
42087         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
42088         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
42089         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
42090         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
42091         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
42092         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
42093         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
42094         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
42095         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
42096         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
42097         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
42098         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
42099         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
42100         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
42101         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
42102         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
42103         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
42104         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
42105         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
42106         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
42107         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
42108         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
42109         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
42110         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
42111         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
42112         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
42113         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
42114         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
42115         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
42116         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
42117         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
42118         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
42119         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
42120         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
42121         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
42122         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
42123         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
42124         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
42125         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
42126         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
42127         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
42128         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
42129         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
42130         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
42131         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
42132         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
42133         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
42134         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
42135         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
42136         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
42137         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
42138         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
42139         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
42140         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
42141         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
42142         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
42143         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
42144         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
42145         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
42146         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
42148         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
42149         _XOPEN_SOURCE_EXTENDED for XPG4.
42151         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
42153         * Makeconfig (localtime): Remove variable.
42154         (inst_localtime-file): Likewise.
42156 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
42159         Update.
42160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42161         Update.
42162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
42163         Update.
42164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
42165         Update.
42166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
42167         Update.
42168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
42169         Update.
42170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
42171         Update.
42172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
42173         Update.
42174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42175         Update.
42177 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
42179         [BZ #2550]
42180         [BZ #2570]
42181         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
42182         comparisons to determine direction to adjust input.
42183         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
42184         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
42185         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
42186         Likewise.
42187         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
42188         Likewise.
42189         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
42190         Likewise.
42191         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
42192         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
42193         Likewise.
42194         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
42195         Likewise.
42196         * math/libm-test.inc (nexttoward_test): Add more tests.
42198 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
42200         [BZ #14040]
42201         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
42202         in version GLIBC_2.1, not GLIBC_2.0.
42203         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
42204         Likewise.
42206 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
42208         [BZ #13942]
42209         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
42210         (1 - x) * (1 + x).
42211         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42212         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
42213         * math/libm-test.inc (acos_test): Add more tests.
42214         (asin_test): Likewise.
42215         * sysdeps/i386/fpu/libm-test-ulps: Update.
42216         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42218         [BZ #14034]
42219         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
42220         of square root.
42221         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
42222         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
42223         * math/libm-test.inc (acos_test_tonearest): New function.
42224         (acos_test_towardzero): Likewise.
42225         (acos_test_downward): Likewise.
42226         (acos_test_upward): Likewise.
42227         (asin_test_tonearest): Likewise.
42228         (asin_test_towardzero): Likewise.
42229         (asin_test_downward): Likewise.
42230         (asin_test_upward): Likewise.
42231         (main): Call the new functions.
42232         * sysdeps/i386/fpu/libm-test-ulps: Update.
42233         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42235         [BZ #13884]
42236         [BZ #13924]
42237         * math/e_exp10.c: Include <float.h>.
42238         (__ieee754_exp10): Handle underflow here rather than multiplying
42239         large negative argument by M_LN10.
42240         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
42241         of __ieee754_expf.
42242         * math/e_exp10l.c: Include <float.h>.
42243         (__ieee754_exp10l): Handle underflow here rather than multiplying
42244         large negative argument by M_LN10l.
42245         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
42246         spurious overflow exception on underflow.
42248 2012-04-29  Marek Polacek  <polacek@redhat.com>
42250         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
42251         (__fortify_function): New macro.
42252         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42253         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42254         __extern_always_inline.
42255         * libio/bits/stdio2.h: Likewise.
42256         * libio/bits/stdio.h: Likewise.
42257         * string/string.h: Likewise.
42258         * string/bits/string3.h: Likewise.
42259         * include/stdio.h: Likewise.
42260         * stdlib/bits/stdlib.h: Likewise.
42261         * stdlib/stdlib.h: Likewise.
42262         * rt/bits/mqueue2.h: Likewise.
42263         * rt/mqueue.h: Likewise.
42264         * posix/bits/unistd.h: Likewise.
42265         * posix/unistd.h: Likewise.
42266         * io/bits/poll2.h: Likewise.
42267         * io/bits/fcntl2.h: Likewise.
42268         * io/fcntl.h: Likewise.
42269         * io/sys/poll.h: Likewise.
42270         * misc/bits/syslog.h: Likewise.
42271         * misc/bits/syslog-ldbl.h: Likewise.
42272         * misc/sys/syslog.h: Likewise.
42273         * socket/bits/socket2.h: Likewise.
42274         * socket/sys/socket.h: Likewise.
42275         * debug/tst-chk1.c: Likewise.
42276         * wcsmbs/bits/wchar2.h: Likewise.
42277         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42278         * wcsmbs/wchar.h: Likewise.
42280 2012-04-29  Andreas Jaeger  <aj@suse.de>
42282         * Makerules (tests): Remove enable-check-abi protection.
42283         (check-abi-warn): Remove.
42284         (check-abi-%): Remove check-abi-warn usage.
42286         * configure.in: Remove check-abi configure option.
42287         * configure: Regenerated.
42288         * config.make.in (enable-check-abi): Remove.
42290 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42292         [BZ #14033]
42293         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42294         double functions to double *_finite functions.
42296         [BZ #13941]
42297         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42298         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42299         LDBL_MIN_EXP.
42300         * stdio-common/Makefile (tests): Add tst-sprintf3.
42301         * stdio-common/tst-sprintf3.c: New file.
42303         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42304         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42306 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42308         * conform/conformtest.pl: Remove duplicate typed-constant
42309         handling.
42311 2012-04-28  David S. Miller  <davem@davemloft.net>
42313         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42314         (check-abi-%): Remove AWK script prerequisite and explicit
42315         abilist directory.
42316         (check-abi): Rewrite to just diff the symlist with the abilist.
42317         (config-tls, config-abi-config): Delete, no longer used.
42318         (update-abi-%): Remove AWK script and explicit abilist directory.
42319         (update-abi): Rewrite to simply compare and conditionally copy the
42320         symlist and the sysdep abilist file.  Remove update-abi-config
42321         checks.
42322         * abilist/ld.abilist: Remove.
42323         * abilist/libBrokenLocale.abilist: Remove.
42324         * abilist/libanl.abilist: Remove.
42325         * abilist/libcrypt.abilist: Remove.
42326         * abilist/libdl.abilist: Remove.
42327         * abilist/librt.abilist: Remove.
42328         * abilist/libthread_db.abilist: Remove.
42329         * abilist/libutil.abilist: Remove.
42330         * scripts/extract-abilist.awk: Remove.
42331         * scripts/merge-abilist.awk: Remove.
42332         * sysdeps/generic/libcidn.abilist: New file.
42333         * sysdeps/generic/libnss_compat.abilist: New file.
42334         * sysdeps/generic/libnss_db.abilist: New file.
42335         * sysdeps/generic/libnss_dns.abilist: New file.
42336         * sysdeps/generic/libnss_files.abilist: New file.
42337         * sysdeps/generic/libnss_hesiod.abilist: New file.
42338         * sysdeps/generic/libnss_nis.abilist: New file.
42339         * sysdeps/generic/libnss_nisplus.abilist: New file.
42340         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42341         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42342         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42343         file.
42344         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42345         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42346         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42347         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42348         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42349         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42350         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42351         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42352         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42353         file.
42354         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42355         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42356         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42357         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42358         file.
42359         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42360         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42361         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42362         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42363         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42364         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42365         file.
42366         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42367         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42368         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42369         file.
42370         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42371         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42372         New file.
42373         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42374         New file.
42375         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42376         New file.
42377         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42378         New file.
42379         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42380         New file.
42381         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42382         New file.
42383         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42384         New file.
42385         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42386         New file.
42387         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42388         New file.
42389         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42390         New file.
42391         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42392         New file.
42393         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42394         New file.
42395         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42396         New file.
42397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42398         file.
42399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42400         New file.
42401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42402         New file.
42403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42404         file.
42405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42406         New file.
42407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42408         New file.
42409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42410         file.
42411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42412         New file.
42413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42414         New file.
42415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42416         New file.
42417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42418         New file.
42419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42420         New file.
42421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42422         New file.
42423         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42424         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42425         file.
42426         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42427         New file.
42428         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42429         file.
42430         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42431         file.
42432         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42433         file.
42434         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42435         file.
42436         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42437         file.
42438         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42439         New file.
42440         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42441         file.
42442         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42443         file.
42444         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42445         New file.
42446         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42447         file.
42448         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42449         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42450         file.
42451         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42452         New file.
42453         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42454         file.
42455         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42456         file.
42457         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42458         file.
42459         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42460         file.
42461         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42462         file.
42463         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42464         New file.
42465         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42466         file.
42467         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42468         file.
42469         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42470         New file.
42471         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42472         file.
42473         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42474         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42475         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42476         file.
42477         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42478         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42479         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42480         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42481         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42482         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42483         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42484         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42485         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42486         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42487         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42488         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42489         file.
42490         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42491         New file.
42492         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42493         file.
42494         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42495         file.
42496         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42497         file.
42498         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42499         file.
42500         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42501         file.
42502         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42503         New file.
42504         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42505         New file.
42506         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42507         file.
42508         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42509         New file.
42510         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42511         file.
42512         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42513         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42514         file.
42515         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42516         New file.
42517         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42518         file.
42519         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42520         file.
42521         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42522         file.
42523         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42524         file.
42525         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42526         file.
42527         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42528         New file.
42529         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42530         New file.
42531         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42532         file.
42533         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42534         New file.
42535         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42536         file.
42538 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42540         * conform/conformtest.pl: Fix typo in handling typed-constant from
42541         allow-header.
42543 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42545         * README: Cut down references to pre-2.6 Linux kernels and
42546         Linuxthreads.  Update lists of configurations in libc and ports
42547         and sort alphabetically.  Say "or newer" with Linux kernel version
42548         requirements.
42550         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42552 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42554         [BZ #887]
42555         * math/libm-test.inc (logb_test_downward): New test to expose
42556         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42557         rounding mode.
42559 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42561         [BZ #14027]
42562         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42563         to be done.
42564         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42565         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42567 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42569         * sysdeps/unix/i386/brk.S: Remove file.
42570         * sysdeps/unix/i386/dl-brk.S: Likewise.
42571         * sysdeps/unix/i386/pipe.S: Likewise.
42572         * sysdeps/unix/i386/sigreturn.S: Likewise.
42573         * sysdeps/unix/i386/syscall.S: Likewise.
42574         * sysdeps/unix/i386/vfork.S: Likewise.
42575         * sysdeps/unix/i386/wait.S: Likewise.
42577         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42578         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42580         * configure.in (arm*-none*): Do not allow without
42581         --enable-hacker-mode.
42582         (netbsd*): Remove case setting base_os.
42583         (386bsd*): Likewise.
42584         (freebsd*): Likewise.
42585         (bsdi*): Likewise.
42586         (osf*): Likewise.
42587         (sunos*): Likewise.
42588         (ultrix*): Likewise.
42589         (newsos*): Likewise.
42590         (dynix*): Likewise.
42591         (*bsd*): Likewise.
42592         (sysv*): Likewise.
42593         (isc*): Likewise.
42594         (esix*): Likewise.
42595         (sco*): Likewise.
42596         (minix*): Likewise.
42597         (irix4*): Likewise.
42598         (irix6*): Likewise.
42599         (solaris[2-9]*): Likewise.
42600         (none): Likewise.
42601         * configure: Regenerated.
42603 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42605         [BZ #11521]
42606         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42607         overflow or cancellation in calculating denominator.
42608         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42609         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42610         down expression to avoid unexpected rounding in newer GCCs.
42611         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42613 2012-04-26  David S. Miller  <davem@davemloft.net>
42615         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42616         long-double compat symbols.
42617         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42618         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42619         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42620         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42621         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42622         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42623         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42624         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42625         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42626         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42627         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42628         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42629         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42631 2012-04-25  David S. Miller  <davem@davemloft.net>
42633         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42634         HWCAP_* values only after the memory barriers have been defined.
42635         (atomic_full_barrier): Define.
42636         (atomic_read_barrier): Define.
42637         (atomic_write_barrier): Define.
42639 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42641         * shlib-versions: Add libgcc_s version information.
42642         * sysdeps/generic/libgcc_s.h: Remove.
42643         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42644         libgcc_s.h.
42645         * sysdeps/gnu/unwind-resume.c: Likewise.
42646         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42648 2012-04-25  David S. Miller  <davem@davemloft.net>
42650         * sysdeps/unix/sparc/brk.S: Delete.
42651         * sysdeps/unix/sparc/dl-brk.S: Delete.
42652         * sysdeps/unix/sparc/pipe.S: Delete.
42653         * sysdeps/unix/sparc/sysdep.S: Delete.
42654         * sysdeps/unix/sparc/sysdep.h: Delete.
42655         * sysdeps/unix/sparc/vfork.S: Delete.
42656         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42657         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42658         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42659         (ret_ERRVAL, r0, r1, MOVE): Define.
42660         (JUMPTARGET): Remove.
42661         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42662         sysdeps/unix/sparc/sysdep.h
42663         (ENTRY, END): Remove.
42664         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42666 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42668         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42669         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42670         -DIS_IN_build.
42672         * timezone/README: Update upstream location and email address for
42673         tzcode and tzdata.
42674         * timezone/zdump.c: Update from tzcode 2012b.
42675         * timezone/zic.c: Likewise.
42677         * configure.in (libc_cv_as_needed): Remove test.
42678         * configure: Regenerated.
42679         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42680         conditional definition.
42681         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42682         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42683         * config.make.in (have-as-needed): Remove variable.
42685 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42686             Paul Pluzhnikov  <ppluzhnikov@google.com>
42688         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42689         strings correctly.
42691 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42693         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42694         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42695         * sysdeps/sh/strlen.S: Likewise.
42697 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42699         * sysdeps/unix/fork.S: Remove file.
42700         * sysdeps/unix/i386/fork.S: Likewise.
42701         * sysdeps/unix/sparc/fork.S: Likewise.
42703         * sysdeps/unix/system.c: Remove file.
42704         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42706         * sysdeps/unix/getegid.S: Remove file.
42707         * sysdeps/unix/geteuid.S: Likewise.
42709 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42711         * scripts/check-localplt.awk: New file.
42712         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42713         of diff.
42714         * scripts/data/localplt-generic.data: Add a comment.
42716         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42717         NODE when __dir_mkfile failed.
42718         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42719         Reported by Ludovic Courtès <ludo@gnu.org>.
42721 2012-04-24  Andreas Jaeger  <aj@suse.de>
42723         * Makerules (common-clean): Also remove gen-as-const-headers
42724         files.
42726 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42728         * Makerules (native-compile): Do not change working directory for
42729         build.  Use $(OUTPUT_OPTION) in command.
42730         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42732 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42734         [BZ #13886]
42735         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42736         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42737         * math/libm-test.inc (floor_test): Add more tests.
42738         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42740 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42742         * sysdeps/unix/getdents.c: Remove file.
42743         * sysdeps/unix/sysv/getdents.c: Likewise.
42744         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42746         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42747         sysdeps/unix/mman/syscalls.list.
42748         (mmap): Likewise.
42749         (mprotect): Likewise.
42750         (msync): Likewise.
42751         (munmap): Likewise.
42752         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42753         * sysdeps/unix/mman/syscalls.list: Remove.
42754         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42756         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42757         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42758         * configure: Regenerated.
42759         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42760         $(libgcc_s_suffix).
42761         * config.make.in (libgcc_s_suffix): Remove variable.
42763 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42765         * sysdeps/unix/sysv/gethostname.c: Move to ...
42766         * sysdeps/posix/gethostname.c: ... here.
42768         * sysdeps/unix/execve.S: Remove file.
42770         * sysdeps/unix/_exit.S: Remove file.
42772 2012-04-23  Andreas Jaeger  <aj@suse.de>
42774         [BZ #13739]
42775         * manual/Makefile: Remove make dist support, there's no
42776         need for a stand-alone documentation tar ball.
42777         (TEXI2DVI): Define always, it's not in Makeconfig.
42778         (dist): Removed.
42779         (tar-it): Removed.
42780         (edition): Removed.
42781         (glibc-doc-$(edition).tar): Removed
42782         (%.Z): Removed.
42783         (%.gz): Removed.
42784         (%.uu): Removed.
42785         (ETAGS): Remove, it's in Makeconfig.
42786         (move-if-change): Remove, it's in Makeconfig.
42788 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42790         [BZ #13970]
42791         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42792         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42793         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42794         (strtod_l, strtof_l, strtold_l): Remove __wur.
42795         It is not necessarily an error to ignore strtol's return value.
42796         One can reliably look at the stored endptr to decide whether
42797         the number had valid syntax.
42799 2012-04-21  Andreas Jaeger  <aj@suse.de>
42801         [BZ #13739]
42802         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42804 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42806         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42807         * sysdeps/unix/sysv/Versions: Remove file.
42809 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42811         [BZ #13927]
42812         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42814 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42816         [BZ #7064]
42817         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42818         version from __vm86.
42820 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42822         * sysdeps/unix/common/lxstat.c: Remove file.
42823         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42825         * sysdeps/unix/sysv/Makefile: Remove file.
42827         * sysdeps/unix/sysv/direct.h: Remove file.
42829         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42830         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42831         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42832         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42833         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42834         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42835         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42837         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42839         * sysdeps/unix/xmknod.c: Remove file.
42840         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42842         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42844         * sysdeps/unix/sysv/i386/time.S: Remove file.
42846         * sysdeps/unix/fxstat.c: Remove file.
42847         * sysdeps/unix/xstat.c: Likewise.
42848         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42850         * sysdeps/unix/sysv/sigaction.c: Remove file.
42852         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42853         (sysdep_headers): Remove variable.
42854         [termio.h not in sysdep_headers] (generated): Likewise.
42855         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42856         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42857         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42858         * sysdeps/unix/sysv/tcflow.c: Likewise.
42859         * sysdeps/unix/sysv/tcflush.c: Likewise.
42860         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42861         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42862         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42863         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42864         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42866         * sysdeps/unix/siglist.c: Remove file.
42868         * sysdeps/unix/getppid.S: Remove file.
42870         * sysdeps/unix/mkdir.c: Remove file.
42871         * sysdeps/unix/rmdir.c: Likewise.
42873 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42875         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42876         ERR_MAX value.
42877         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42878         errlist-compat value.
42880 2012-04-18  David S. Miller  <davem@davemloft.net>
42882         * sysdeps/generic/memcopy.h (reg_char): Delete.
42883         * debug/strcat_chk.c: Use char, not reg_char.
42884         * debug/strcpy_chk.c: Likewise.
42885         * debug/strncat_chk.c: Likewise.
42886         * debug/strncpy_chk.c: Likewise.
42887         * string/memchr.c: Likewise.
42888         * string/memrchr.c: Likewise.
42889         * string/rawmemchr.c: Likewise.
42890         * string/strcat.c: Likewise.
42891         * string/strchr.c: Likewise.
42892         * string/strchrnul.c: Likewise.
42893         * string/strcmp.c: Likewise.
42894         * string/strcpy.c: Likewise.
42895         * string/strncat.c: Likewise.
42896         * string/strncmp.c: Likewise.
42897         * string/strncpy.c: Likewise.
42899 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42901         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42902         __builtin_memcopy is called when src and dest ranges are known to not
42903         overlap.
42905 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42907         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42908         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42909         fwd_align_merge macro call.
42910         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42911         bwd_align_merge macro call.
42912         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42914 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42916         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42917         bwd_align_merge macros.
42918         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42919         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42920         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42922 2012-04-18  David S. Miller  <davem@davemloft.net>
42924         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42926 2012-04-18  Andreas Jaeger  <aj@suse.de>
42928         [BZ# 6794]
42929         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42930         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42931         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42933         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42934         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42935         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42937         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42938         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42939         Adjust for changed ldbl-128 files.
42941         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42942         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42943         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42945 2012-04-17  David S. Miller  <davem@davemloft.net>
42947         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42949 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42951         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42952         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42953         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42954         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42955         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42956         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42958 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42960         [BZ #6794]
42961         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42962         * math/libm-test.inc: Add ilogb errno and exception tests.
42963         * math/w_ilogb.c: New file: ilogb wrapper.
42964         * math/w_ilogbf.c: New file: ilogbf wrapper.
42965         * math/w_ilogbl.c: New file: ilogbl wrapper.
42966         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42967         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42968         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42969         exception being thrown with 0.0 as argument.
42970         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42971         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42972         exception being thrown with 0.0 as argument.
42973         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42974         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42975         exception being thrown with 0.0 as argument.
42976         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42977         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42978         exception being thrown with 0.0 as argument.
42979         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42980         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42981         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42982         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42983         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42984         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42985         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42986         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42987         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42989 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42991         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42992         with altivec.
42994 2012-04-16  Marek Polacek  <polacek@redhat.com>
42996         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42998 2012-04-16  Marek Polacek  <polacek@redhat.com>
43000         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
43001         operands of fdivp instruction.
43003 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
43005         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
43006         * elf/tst-auditmod3b.c: Likewise.
43007         * elf/tst-auditmod4b.c: Likewise.
43008         * elf/tst-auditmod5b.c: Likewise.
43009         * elf/tst-auditmod6b.c: Likewise.
43010         * elf/tst-auditmod6c.c: Likewise.
43011         * elf/tst-auditmod7b.c: Likewise.
43012         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
43013         * sysdeps/x86_64/preconfigure.in: Likewise.
43014         * sysdeps/x86_64/preconfigure: Regenerated.
43016 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
43018         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
43019         __ILP32__.
43021 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
43023         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
43024         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
43026 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
43028         [BZ #13973]
43029         * locale/iso-639.def: Fix gl language name. Spotted by
43030         Yaron Shahrabani.
43032 2012-04-12  Roland McGrath  <roland@hack.frob.com>
43034         [BZ #2074]
43035         * libio/libio.h (__io_write_fn): Update comment.
43037 2012-04-12  Petr Baudis  <pasky@ucw.cz>
43039         [BZ #2074]
43040         * stdio.texi (Hook Functions): The user provided writer function
43041         is not allowed to return -1.
43043 2012-04-11  David S. Miller  <davem@davemloft.net>
43045         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43047 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
43049         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
43050         Add a leading slash to rtkaio.
43052 2012-04-11  Jim Meyering  <meyering@redhat.com>
43054         [BZ #11959]
43055         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
43056         It is not necessarily an error to ignore fwrite's return
43057         value.  One can reliably use ferror to test for errors after
43058         the fact.
43060 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43062         * bits/types.h (__snseconds_t): New type.
43063         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
43065         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
43066         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43067         (__SNSECONDS_T_TYPE): Likewise.
43068         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43069         (__SNSECONDS_T_TYPE): Likewise.
43070         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43071         (__SNSECONDS_T_TYPE): Likewise.
43073 2012-04-10  Andreas Jaeger  <aj@suse.de>
43075         [BZ #2636]
43076         * manual/time.texi (Processor Time): Return type of times is
43077         elapsed real time since an arbitrary point in the past.
43078         (CPU Time): Move CLK_TCK from here...
43079         (Processor Time): ...to here.  Correct description.
43080         * manual/conf.texi (Constants for Sysconf): Correct description of
43081         _SC_CLK_TCK.
43083 2012-04-10  David S. Miller  <davem@davemloft.net>
43085         [BZ #13967]
43086         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
43087         where the is a gap between DT_REL(A) and DT_JMPREL.
43089 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
43091         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
43092         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43093         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43095 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
43097         * elf/dl-support.c (_dl_inhibit_cache): New variable.
43098         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
43099         (dl_main): Handle --inhibit-cache.
43100         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
43101         _dl_inhibit_cache.
43102         * elf/dl-load.c (_dl_map_object): Use it.
43103         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
43105 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43107         [BZ #13872]
43108         * sysdeps/i386/fpu/e_powl.S (p78): New object.
43109         (__ieee754_powl): Saturate large exponents rather than testing for
43110         overflow of y*log2(x).
43111         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43112         * math/libm-test.inc (pow_test): Do not permit spurious overflow
43113         exceptions.
43115         [BZ #11521]
43116         * math/s_ctan.c: Include <float.h>.
43117         (__ctan): Avoid internal overflow or cancellation in calculating
43118         denominator.
43119         * math/s_ctanf.c: Likewise.
43120         * math/s_ctanl.c: Likewise.
43121         * math/s_ctanh.c: Likewise.
43122         * math/s_ctanhf.c: Likewise.
43123         * math/s_ctanhl.c: Likewise.
43124         * math/libm-test.inc (ctan_test): Add more tests.
43125         (ctanh_test): Likewise.
43126         * sysdeps/i386/fpu/libm-test-ulps: Update.
43127         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43129 2012-04-09  Andreas Jaeger  <aj@suse.de>
43131         [BZ #6894]
43132         * manual/filesys.texi (Directory Entries): Mention that d_namlen
43133         is an optional BSD extension.
43135         [BZ #10254]
43136         * manual/stdio.texi (Opening Streams): Document additional fopen
43137         parameters.
43139 2012-04-09  Roland McGrath  <roland@hack.frob.com>
43141         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
43142         %eax without telling the compiler.
43144 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
43146         [BZ # 13963]
43147         * manual/install.texi: Use sourceware.org.
43149 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
43151         [BZ #13873]
43152         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
43153         (__ieee754_pow): Generate overflow and underflow using huge*huge
43154         and tiny*tiny rather than just returning constant infinity or zero
43155         for large exponents.
43156         * math/libm-test.inc (pow_test): Require overflow exceptions for
43157         applicable cases of large exponents.
43159         [BZ #706]
43160         * sysdeps/i386/fpu/e_pow.S (p10): New object.
43161         (__ieee754_pow): Use iterative multiplication algorithm only for
43162         integer exponents with absolute value below 1024.  Check for odd
43163         integer exponents when using algorithm for real exponents.
43164         * math/libm-test.inc (pow_test): Add more tests.
43165         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43167 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
43169         [BZ #13705]
43170         * math/libm-test.inc (exp_test): Do not allow overflow exception
43171         on underflow test.
43173 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
43175         [BZ #13705]
43176         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
43177         instead of __kernel_standard_f.
43179 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
43181         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
43182         * sysdeps/x86_64/memset_chk.S: Likewise.
43184 2012-04-08  Andreas Jaeger  <aj@suse.de>
43186         [BZ #10153]
43187         * manual/startup.texi (Environment Access): Describe return value
43188         for putenv and setenv.
43190         [BZ #6895]
43191         * manual/filesys.texi (Directory Entries): Add description for
43192         DT_LNK.
43194         [BZ #6890]
43195         * manual/filesys.texi (Directory Entries): Clarify that it's file
43196         system not operating system in the description of DT_UNKNOWN.
43198         [BZ #6578]
43199         * manual/syslog.texi (closelog): Fix reference, it's openlog.
43201 2012-04-08  Stephen Compall  <s11@member.fsf.org>
43203         [BZ #6649]
43204         * manual/llio.texi (Opening and Closing Files): Add cross
43205         reference to explain mode argument.
43207 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
43209         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
43210         * sysdeps/x86_64/memset_chk.S: Likewise.
43212 2012-04-07  David S. Miller  <davem@davemloft.net>
43214         * elf/elf.h (R_SPARC_WDISP10): Define.
43215         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
43216         R_SPARC_SIZE32.
43217         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
43218         R_SPARC_SIZE64 and R_SPARC_H34.
43220 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
43222         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
43223         conditions and remove no longer applicable assertion.
43225 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43227         * bits/byteswap.h: Include <features.h>.
43228         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
43229         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
43231 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
43233         * bits/byteswap.h (__bswap_16): Removed.
43234         Include <bits/byteswap-16.h> to get __bswap_16.
43235         * sysdeps/i386/bits/byteswap.h: Likewise.
43236         * sysdeps/s390/bits/byteswap.h: Likewise.
43237         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43238         * bits/byteswap-16.h: New file.
43239         * sysdeps/i386/bits/byteswap-16.h: Likewise.
43240         * sysdeps/s390/bits/byteswap-16.h: Likewise.
43241         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
43242         * string/Makefile (headers): Add bits/byteswap-16.h.
43244 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
43246         [BZ #13895]
43247         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
43248         extra indirection.
43249         * nss/Makefile (tests-static, tests): Add tst-nss-static.
43250         * nss/tst-nss-static.c: New.
43252 2012-04-06  Robert Millan  <rmh@gnu.org>
43254         [BZ #6486]
43255         * manual/llio.texi (File Position Primitive): lseek
43256         refers to WHENCE when it really means OFFSET.
43258 2012-04-06  Andreas Jaeger  <aj@suse.de>
43260         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43261         strncmp declarations.
43263         * abilist/libc.abilist: Add __poll and __ppoll.
43265 2012-04-05  David S. Miller  <davem@davemloft.net>
43267         * scripts/check-local-headers.sh: Accept a host triplet in the
43268         path matched by the exclude regexp.
43270         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43271         definition.
43272         * sysdeps/powerpc/powerpc32/dl-machine.h
43273         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43274         * sysdeps/s390/s390-32/dl-machine.h
43275         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43276         * sysdeps/sparc/sparc32/dl-machine.h
43277         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43278         * sysdeps/sparc/sparc64/dl-machine.h
43279         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43281         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43282         lazy binding.
43283         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43284         undefined symbol errors.
43286         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43287         DT_NEEDED entries.
43289 2012-04-05  Michael Matz  <matz@suse.de>
43291         [BZ #13592]
43292         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43294 2012-04-05  Andreas Jaeger  <aj@suse.de>
43296         [BZ #13908]
43297         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43298         comment.
43300 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43302         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43303         which ROUND is no valid rounding mode.
43305 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43307         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43308         read again.
43309         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43311 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43313         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43314         an exception using FPU order intentionally.
43316 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43318         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43319         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43320         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43321         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43323 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43325         [BZ #12340]
43326         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43327         EINVAL when BUFLEN is too smal.
43329 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43331         [BZ #13553]
43332         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43333         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43335 2012-04-03  Andreas Jaeger  <aj@suse.de>
43337         [BZ #13938]
43338         * manual/setjmp.texi (System V contexts): Fix sentence.
43340         [BZ #13926]
43341         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43342         New macro for this case.
43343         [!__GNUC__] (__bswap_64): New inline function for this case.
43344         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43345         * bits/byteswap.h: Likewise.
43346         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43347         ull, guard with __GLIBC_HAVE_LONG_LONG.
43349         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43350         __GLIBC_HAVE_LONG_LONG.
43352         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43353         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43355 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43357         [BZ #13691]
43358         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43359         inptr and inend, rather than using last_ch.
43361 2012-04-02  David S. Miller  <davem@davemloft.net>
43363         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43364         * stdio-common/printf-parse.h (read_int): Change return type to
43365         'int', return -1 on INT_MAX overflow.
43366         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43367         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43368         overflows INT_MAX.  Check for overflow of in-format-string precision
43369         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43370         SIZE_MAX not INT_MAX for integer overflow test.
43371         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43372         skip the construct in the format string but do not record anything.
43373         * stdio-common/bug22.c: Adjust to test both width/prevision
43374         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43375         explicitly for proper errno values.
43377 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43379         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43380         CHAR_MAX.
43381         * string/test-strcmp.c [! WIDE]: Likewise.
43382         * time/tst-mktime2.c: Likewise for INT_MAX.
43383         * string/test-string.h: #include <sys/param.h> for MIN.
43385         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43386         * sysdeps/i386/init-first.c (init): Likewise.
43387         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43388         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43389         * sysdeps/sh/init-first.c (init): Likewise.
43391 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43393         * po/ru.po: Update from translation team.
43394         * po/vi.po: Likewise.
43396 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43398         * resolv/nss_dns/dns-host.c: Merge copyright years.
43400 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43402         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43403         Optimize memcpy with prefetch if
43404         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43405         src, dst pointers have unequal 16 byte alignments.
43407 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43409         [BZ #13928]
43410         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43411         from a CNAME entry and return the minimum ttl for the query.
43412         (gaih_getanswer_slice): Likewise.
43414 2012-03-30  Jeff Law  <law@redhat.com>
43416         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43417         due to long keys.
43418         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43419         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43421         * resolv/nss_dns/dns-host.c: Update copyright year.
43423 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43425         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43426         requests to save a system call.  Fix check that all bytes are sent.
43428         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43429         comments for sendmmsg.
43431 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43433         [BZ #13691]
43434         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43435         with only 1 character between 0x0041 and 0x01b0.
43436         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43437         * wcsmbs/tst-mbsnrtowcs.c: New file.
43439 2012-03-29  David S. Miller  <davem@davemloft.net>
43441         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43442         small copies by hand.
43444 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43446         [BZ #13761]
43447         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43448         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43449         group memberships.
43451 2012-03-28  David S. Miller  <davem@davemloft.net>
43453         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43454         that branches into memcpy.
43455         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43456         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43457         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43458         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43459         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43460         bits.
43461         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43462         implementation too.
43463         * sysdeps/sparc/mempcpy.S: New file.
43465         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43466         the IFUNC routine in the libc case.
43467         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43469         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43470         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43471         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43472         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43473         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43474         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43475         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43476         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43478         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43479         loop to 256 bytes instead of 64 bytes and fix test signedness.
43481         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43482         * sysdeps/sparc/sparc32/Makefile: rather than here...
43483         * sysdeps/sparc/sparc64/Makefile: and here.
43485 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43487         * malloc/mallocbug.c: Avoid warnings about unused variables.
43489 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43491         [BZ #13760]
43492         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43493         in the right place. Discard and retry query if response is
43494         larger than input buffer size.
43496 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43498         [BZ #369]
43499         [BZ #2678]
43500         [BZ #3866]
43501         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43502         x for large integer exponent.
43503         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43504         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43505         sign of result as needed afterwards.
43506         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43507         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43508         result for underflowing pow the same as for overflow.
43509         (__kernel_standard_l): Handle powl overflow and underflow here
43510         rather than calling __kernel_standard.
43511         * math/libm-test.inc (pow_test): Add more tests.
43513         [BZ #3868]
43514         [BZ #13879]
43515         [BZ #13910]
43516         [BZ #13911]
43517         [BZ #13912]
43518         [BZ #13913]
43519         [BZ #13915]
43520         [BZ #13916]
43521         [BZ #13917]
43522         [BZ #13918]
43523         [BZ #13919]
43524         [BZ #13920]
43525         [BZ #13921]
43526         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43527         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43528         (__kernel_standard_l): New function.
43529         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43530         __kernel_standard.
43531         * math/w_acosl.c (__acosl): Likewise.
43532         * math/w_asinl.c (__asinl): Likewise.
43533         * math/w_atan2l.c (__atan2l): Likewise.
43534         * math/w_atanhl.c (__atanhl): Likewise.
43535         * math/w_coshl.c (__coshl): Likewise.
43536         * math/w_exp10l.c (__exp10l): Likewise.
43537         * math/w_exp2l.c (__exp2l): Likewise.
43538         * math/w_fmodl.c (__fmodl): Likewise.
43539         * math/w_hypotl.c (__hypotl): Likewise.
43540         * math/w_j0l.c (__j0l, __y0l): Likewise.
43541         * math/w_j1l.c (__j1l, __y1l): Likewise.
43542         * math/w_jnl.c (__jnl, __ynl): Likewise.
43543         * math/w_lgammal.c (__lgammal): Likewise.
43544         * math/w_log10l.c (__log10l): Likewise.
43545         * math/w_log2l.c (__log2l): Likewise.
43546         * math/w_logl.c (__logl): Likewise.
43547         * math/w_powl.c (__powl): Likewise.
43548         * math/w_remainderl.c (__remainderl): Likewise.
43549         * math/w_scalbl.c (sysv_scalbl): Likewise.
43550         * math/w_sinhl.c (__sinhl): Likewise.
43551         * math/w_sqrtl.c (__sqrtl): Likewise.
43552         * math/w_tgammal.c (__tgammal): Likewise.
43553         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43554         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43555         * math/libm-test.inc (acos_test): Add more tests.
43556         (acosh_test): Likewise.
43557         (asin_test): Likewise.
43558         (atanh_test): Likewise.
43559         (exp_test): Likewise.
43560         (exp10_test): Likewise.
43561         (exp2_test): Likewise.
43562         (expm1_test): Likewise.
43563         (lgamma_test): Likewise.
43564         (log_test): Likewise.
43565         (log10_test): Likewise.
43566         (log1p_test): Likewise.
43567         (log2_test): Likewise.
43568         (pow_test): Do not allow some spurious overflow exceptions.
43569         (sqrt_test): Add more tests.
43570         (tgamma_test): Likewise.
43571         (y0_test): Likewise.
43572         (y1_test): Likewise.
43573         (yn_test): Likewise.
43575 2012-03-27  Anton Blanchard  <anton@samba.org>
43577         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43578         MAP_HUGETLB.
43579         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43580         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43581         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43583 2012-03-27  David S. Miller  <davem@davemloft.net>
43585         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43587         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43588         have-as-vis3 check.
43590 2012-03-27  Andreas Jaeger  <aj@suse.de>
43592         * sysdeps/x86_64/elf/configure.in: Moved to ...
43593         * sysdeps/x86_64/configure.in: ... here.
43594         * sysdeps/x86_64/elf/start.S: Moved to ...
43595         * sysdeps/x86_64/start.S: ... here.
43596         * sysdeps/x86_64/elf/configure: Delete.
43598         * sysdeps/x86_64/configure.in: Merge contents from
43599         sysdeps/i386/configure.in (without i686 check).
43601         * sysdeps/i386/elf/Versions: Merge into ...
43602         * sysdeps/i386/Versions: ... this.
43603         * sysdeps/i386/elf/Versions: Delete file.
43604         * sysdeps/i386/elf/start.S: Moved to ...
43605         * sysdeps/i386/start.S: ...here.
43606         * sysdeps/i386/elf/configure.in: Merge into...
43607         * sysdeps/i386/configure.in: ...here.
43608         * sysdeps/i386/elf/configure.in: Delete file.
43609         * sysdeps/i386/elf/configure: Delete file.
43611         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43612         * debug/backtracesyms.c: ... here.
43613         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43614         * debug/backtracesymsfd.c: ... here.
43615         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43616         * sysdeps/generic/ifunc-sel.h: ... here.
43618         * sysdeps/unix/i386/start.c: Delete file.
43619         * sysdeps/unix/sparc/start.c: Delete file.
43620         * sysdeps/unix/start.c: Delete file.
43622         * sysdeps/sh/elf/configure.in: Moved to ...
43623         * sysdeps/sh/configure.in: ... here.
43624         * sysdeps/sh/elf/start.S: Moved to ...
43625         * sysdeps/sh/start.S: ... here.
43626         * sysdeps/sh/elf/configure: Delete file.
43628         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43629         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43630         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43631         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43632         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43633         * sysdeps/powerpc/powerpc64/start.S: here.
43634         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43635         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43636         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43637         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43638         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43640         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43641         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43642         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43643         * sysdeps/powerpc/powerpc32/start.S: ... here.
43644         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43645         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43646         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43648         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43649         * sysdeps/powerpc/ifunc-sel.h: ... here.
43650         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43651         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43653         * sysdeps/sparc/elf/configure.in: Moved to ...
43654         * sysdeps/sparc/configure.in: ... here.
43655         * sysdeps/sparc/elf/configure: Delete file.
43656         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43657         * sysdeps/sparc/sparc32/start.S: ... here.
43658         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43659         * sysdeps/sparc/sparc64/start.S: ... here.
43660         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43661         * sysdeps/sparc/sparc32/Makefile: ... this.
43662         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43663         * sysdeps/sparc/sparc64/Makefile: ... this.
43665         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43666         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43667         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43668         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43669         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43670         * sysdeps/s390/s390-32/setjmp.S: ... here.
43671         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43672         * sysdeps/s390/s390-32/configure.in: ... here.
43673         * sysdeps/s390/s390-32/elf/configure: Delete file.
43674         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43675         * sysdeps/s390/s390-32/start.S: ... here.
43677         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43678         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43679         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43680         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43681         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43682         * sysdeps/s390/s390-64/setjmp.S: ... here.
43683         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43684         * sysdeps/s390/s390-64/configure.in: ... here
43685         * sysdeps/s390/s390-64/elf/configure: Delete file.
43686         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43687         * sysdeps/s390/s390-64/start.S: ... here.
43688         * sysdeps/s390/s390-64/elf/configure: Delete.
43690         * configure.in: Remove support for elf directories in sysdeps.
43692         * configure: Regenerated.
43693         * sysdeps/i386/configure: Regenerated.
43694         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43695         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43696         * sysdeps/s390/s390-32/configure: Regenerated.
43697         * sysdeps/s390/s390-64/configure: Regenerated.
43698         * sysdeps/sh/configure: Regenerated.
43699         * sysdeps/sparc/configure: Regenerated.
43700         * sysdeps/x86_64/configure: Regenerated.
43702 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43704         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43706         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43707         denormal result into account.
43709 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43711         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43712         Reported by Allan McRae <allan@archlinux.org>.
43714 2012-03-23  Jeff Law  <law@redhat.com>
43716         * nss/getnssent.c (__nss_getent): Fix typo.
43718 2012-03-23  David S. Miller  <davem@davemloft.net>
43720         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43722 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43724         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43725         to pad to uint64_t for each field.
43726         (dl_tls_index): Replace unsigned long with uint64_t.
43728 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43729         Paul Pluzhnikov  <ppluzhnikov@google.com>
43731         [BZ #6528]
43732         * grp/Makefile (otherlibs): Don't set it.
43733         * inet/Makefile (otherlibs): Likewise.
43734         * login/Makefile (otherlibs): Likewise.
43735         * nscd/Makefile (otherlibs): Likewise.
43736         * posix/Makefile (otherlibs): Likewise.
43737         * pwd/Makefile (otherlibs): Likewise.
43738         * rt/Makefile (otherlibs): Likewise.
43739         * sunrpc/Makefile (otherlibs): Likewise.
43740         * nss/Makefile (otherlibs): Likewise.
43741         Add libnss_files to routines and static-only-routines.
43742         ($(objpfx)getent): Remove rule.
43743         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43744         static-only-routines.
43746 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43748         [BZ #13892]
43749         * math/s_cexp.c: Include <float.h>.
43750         (__cexp): Handle exp result overflowing not necessarily
43751         overflowing both real and imaginary parts of result.
43752         * math/s_cexpf.c: Likewise.
43753         * math/s_cexpl.c: Likewise.
43754         * math/libm-test.inc (cexp_test): Add more tests.
43755         * sysdeps/i386/fpu/libm-test-ulps: Update.
43756         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43758 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43760         * include/link.h (ELFW): New macro.
43761         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43762         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43764 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43766         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43767         with uint64_t.
43769 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43771         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43772         declaration.
43773         (struct La_x32_retval): Likewise.
43775 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43777         * sysdeps/x86_64/preconfigure.in: New file.
43778         * sysdeps/x86_64/preconfigure: New generated file.
43780 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43782         [BZ #13824]
43783         * math/e_exp2l.c: Include <float.h>.
43784         (__ieee754_exp2l): Handle overflow and underflow cases
43785         separately.  Only pass fractional part of argument to
43786         __ieee754_expl.
43787         * math/libm-test.inc (exp2_test): Add more tests.
43789         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43790         negating x to take absolute value.
43791         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43792         Likewise.
43793         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43794         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43795         Likewise.
43796         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43797         computing low part if x was negated.
43798         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43800 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43802         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43803         la_x32_gnu_pltexit.
43804         (pltexit): Cast int_retval to ptrdiff_t.
43805         * elf/tst-auditmod3b.c: Likewise.
43806         * elf/tst-auditmod4b.c: Likewise.
43807         * elf/tst-auditmod5b.c: Likewise.
43808         * elf/tst-auditmod6b.c: Likewise.
43809         * elf/tst-auditmod6c.c: Likewise.
43810         * elf/tst-auditmod7b.c: Likewise.
43812         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43813         and x32_gnu_pltexit.
43815         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43816         __ELF_NATIVE_CLASS.
43817         (La_x32_regs): New macro.
43818         (La_x32_retval): Likewise.
43819         (la_x32_gnu_pltenter): New function prototype.
43820         (la_x32_gnu_pltexit): Likewise.
43822 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43824         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43825         exponent.
43827         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43829         * configure.in (libc_cv_cc_nofma): Check for option to disable
43830         generation of FMA instructions.
43831         * configure: Regenerate.
43832         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43833         * sysdeps/ieee754/dbl-64/Makefile: New file.
43834         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43835         Remove brandred-fma4.
43836         (CFLAGS-brandred-fma4.c): Remove.
43837         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43838         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43839         define.
43840         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43841         define.
43843 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43845         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43846         LLONG_MAX != LONG_MAX.
43847         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43848         (_fitoa_word): Likewise.
43849         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43850         LLONG_MAX != LONG_MAX.
43851         * stdio-common/_itowa.h: Include <_itoa.h>.
43852         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43853         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43854         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43855         only if not defined.
43856         (_ITOA_WORD_TYPE): Likewise.
43857         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43858         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43860 2012-03-21  David S. Miller  <davem@davemloft.net>
43862         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43864 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43866         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43867         of x86_64 when setting libc_cv_slibdir, libdir and
43868         libc_cv_localedir.
43869         * sysdeps/unix/sysv/linux/configure: Regenerated.
43871 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43873         * manual/lang.texi (Old Varargs): Remove section.
43874         (How Variadic): Update menu.
43875         (va_start): Do not mention varargs.h.
43877 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43878             Joseph Myers  <joseph@codesourcery.com>
43880         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43881         link test.
43882         * configure: Regenerated.
43884 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43886         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43887         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43888         conformtest.pl
43890 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43892         * NOTES: Remove.
43893         * Makefile (files-for-dist): Remove NOTES.
43894         (NOTES): Remove rule.
43895         * README: Don't refer to NOTES.
43896         * manual/creature.texi: Don't include macros.texi.
43897         * manual/intro.texi (creature.texi): Remove comment referring to
43898         NOTES.
43900         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43901         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43902         * configure: Regenerated.
43903         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43904         LIBC_TRY_CC_OPTION.
43905         (libc_cv_as_i686): Likewise.
43906         (libc_cv_cc_avx): Likewise.
43907         (libc_cv_cc_sse2avx): Likewise.
43908         (libc_cv_cc_fma4): Likewise.
43909         (libc_cv_cc_novzeroupper): Likewise.
43910         * sysdeps/i386/configure: Regenerated.
43912         [BZ #13883]
43913         * sysdeps/i386/fpu/s_cexp.S: Remove.
43914         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43915         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43916         * math/libm-test.inc (cexp_test): Add more tests.
43917         * sysdeps/i386/fpu/libm-test-ulps: Update.
43918         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43920 2012-03-21  Allan McRae  <allan@archlinux.org>
43922         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43924 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43926         [BZ #13871]
43927         * math/w_exp2.c: Do not include <float.h>.
43928         (o_threshold, u_threshold): Remove.
43929         (__exp2): Calculate result before checking finiteness and calling
43930         __kernel_standard.
43931         * math/w_exp2f.c: Likewise.
43932         * math/w_exp2l.c: Likewise.
43933         * math/libm-test.inc (exp2_test): Require overflow exception for
43934         1e6 input.
43936         [BZ #3866]
43937         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43938         range of signed 64-bit integers before using fistpll.  Remove
43939         checks for whether integers fit in mantissa bits.
43940         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43941         the range of signed 32-bit integers before using fistpl.  Remove
43942         checks for whether integers fit in mantissa bits.
43943         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43944         (__ieee754_powl): Test for y outside the range of signed 64-bit
43945         integers before using fistpll.  Reduce 64-bit values to 63-bit
43946         ones as needed.
43947         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43948         divide-by-zero is raised for zero to large negative powers.
43949         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43950         (__ieee754_powl): Test for y outside the range of signed 64-bit
43951         integers before using fistpll.  Reduce 64-bit values to 63-bit
43952         ones as needed.
43953         * math/libm-test.inc (pow_test): Add more tests.
43955 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43957         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43958         <stdio-common/_itoa.h>.
43959         * debug/segfault.c: Likewise.
43960         * elf/dl-cache.c: Likewise.
43961         * elf/dl-minimal.c: Likewise.
43962         * elf/dl-misc.c: Likewise.
43963         * elf/dl-sysdep.c: Likewise.
43964         * elf/dl-version.c: Likewise.
43965         * elf/rtld.c: Likewise.
43966         * hurd/hurdsock.c: Likewise.
43967         * hurd/lookup-retry.c: Likewise.
43968         * malloc/malloc.c: Likewise.
43969         * malloc/mtrace.c: Likewise.
43970         * nscd/nscd_getgr_r.c: Likewise.
43971         * nscd/nscd_getpw_r.c: Likewise.
43972         * nscd/nscd_getserv_r.c: Likewise.
43973         * posix/getopt_init.c: Likewise.
43974         * posix/wordexp.c: Likewise.
43975         * stdio-common/_itoa.c: Likewise.
43976         * stdio-common/printf_fphex.c: Likewise.
43977         * stdio-common/vfprintf.c: Likewise.
43978         * string/_strerror.c: Likewise.
43979         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43980         * sysdeps/i386/i686/hp-timing.h: Likewise.
43981         * sysdeps/mach/_strerror.c: Likewise.
43982         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43983         * sysdeps/mach/hurd/sethostid.c: Likewise.
43984         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43985         * sysdeps/mach/xpg-strerror.c: Likewise.
43986         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43987         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43988         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43989         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43990         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43991         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43992         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43993         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43994         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43995         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43996         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43997         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43998         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43999         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
44000         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
44001         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
44002         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
44003         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
44004         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
44005         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
44006         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
44008         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
44010         * stdio-common/_itoa.h: Moved to ...
44011         * sysdeps/generic/_itoa.h: Here.
44013         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
44015         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
44016         instead of "_itoa.h" and "_itowa.h".
44017         * stdio-common/vfprintf.: Likewise.
44019 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44021         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
44022         <bits/wordsize.h>.
44023         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
44024         (__signbit): Likwise.
44025         (llrintf): Likwise.
44026         (llrint): Likwise.
44028 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
44030         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
44031         __WORDSIZE != 64.
44033 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
44035         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
44036         OVERFLOW_EXCEPTION_OK.
44037         * math/libm-test.inc ("Philosophy"): Update comment about
44038         exception testing.
44039         (OVERFLOW_EXCEPTION): Define.
44040         (OVERFLOW_EXCEPTION_OK): Likewise.
44041         (INVALID_EXCEPTION_OK): Renumber.
44042         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
44043         (IGNORE_ZERO_INF_SIGN): Likewise.
44044         (test_exceptions): Handle FE_OVERFLOW.
44045         (exp10_test): Expect overflow exceptions.
44046         (exp2_test): Likewise.
44047         (expm1_test): Likewise.
44048         (nextafter_test): Likewise.
44049         (pow_test): Likewise.
44050         (scalbn_test): Likewise.
44051         (scalbln_test): Likewise.
44053 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44055         * sysdeps/x86_64/bits/atomic.h
44056         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
44057         64bit integer.
44058         (atomic_exchange_acq): Likewise.
44059         (__arch_exchange_and_add_body): Likewise.
44060         (__arch_add_body): Likewise.
44061         (atomic_add_negative): Likewise.
44062         (atomic_add_zero): Likewise.
44064 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44066         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
44067         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
44069 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44071         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
44072         Check __x86_64__ instead of __WORDSIZE.
44074 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44076         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
44078 2012-03-19  David S. Miller  <davem@davemloft.net>
44080         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44082         * sysdeps/sparc/fpu/fenv_private.h: New file.
44083         * sysdeps/sparc/fpu/math_private.h: Use it.
44084         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
44085         Remove.
44086         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
44087         (libc_feholdexcept_setroundl): Remove.
44088         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
44089         Remove.
44090         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
44091         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
44093 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44095         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
44096         int64_t instead of long int.
44097         (INSERT_WORDS64): Likwise.
44099 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
44101         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
44102         _Unwind_GetCFA return to _Unwind_Ptr first.
44104 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
44106         [BZ #13629]
44107         * math/s_clog.c: Include <float.h>.
44108         (__clog): Scale large or subnormal inputs.
44109         * math/s_clogf.c: Likewise.
44110         * math/s_clogl.c: Likewise.
44111         * math/s_clog10.c: Include <float.h>.
44112         (M_LOG10_2): Define.
44113         (__clog10): Scale large or subnormal inputs.
44114         * math/s_clog10f.c: Likewise.
44115         * math/s_clog10l.c: Likewise.
44116         * math/libm-test.inc (clog_test): Add more tests.
44117         (clog10_test): Likewise.
44118         * sysdeps/i386/fpu/libm-test-ulps: Update.
44119         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44121         [BZ #11451]
44122         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
44123         x and y.
44124         * math/libm-test.inc (atan2_test): Add another test.
44126         * Makerules (common-objdir-compile): Remove.
44127         * sysdeps/unix/Makefile (config-generated): Do not add
44128         $(unix-generated) to variable.
44129         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
44130         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
44131         Remove rule.
44132         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
44133         Likewise.
44134         [generic bits/local_lim.h] (before-compile): Do not append to
44135         variable.
44136         [generic bits/local_lim.h] (common-generated): Likewise.
44137         [generic sys/param.h] (before-compile): Do not append to variable.
44138         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
44139         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
44140         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
44141         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
44142         include.
44143         [generic sys/param.h] (sys/param.h-includes): Remove variable.
44144         [generic sys/param.h] (sys/param.h-includes): Remove rule.
44145         [generic sys/param.h] ($(addprefix
44146         $(common-objpfx),$(sys/param.h-includes))): Likewise.
44147         [generic sys/param.h] (common-generated): Do not append to
44148         variable.
44149         [generic sys/param.h] (sysdep_headers): Likewise.
44150         [generic bits/errno.h] (before-compile): Do not append to
44151         variable.
44152         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
44153         rule.
44154         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
44155         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
44156         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
44157         [generic bits/errno.h] (common-generated): Do not append to
44158         variable.
44159         [generic bits/ioctls.h] (before-compile): Do not append to
44160         variable.
44161         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
44162         rule.
44163         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
44164         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
44165         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
44166         rule.
44167         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
44168         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
44169         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
44170         [generic bits/ioctls.h] (common-generated): Do not append to
44171         variable.
44172         [generic sys/syscall.h] (syscall.h): Remove variable.
44173         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
44174         rule.
44175         [generic sys/syscall.h] (before-compile): Do not append to
44176         variable.
44177         [generic sys/syscall.h] (common-generated): Likewise.
44178         * sysdeps/unix/errnos-tmpl.c: Remove file.
44179         * sysdeps/unix/errnos.awk: Likewise.
44180         * sysdeps/unix/ioctls-tmpl.c: Likewise.
44181         * sysdeps/unix/ioctls.awk: Likewise.
44182         * sysdeps/unix/mk-local_lim.c: Likewise.
44183         * sysdeps/unix/snarf-ioctls: Likewise.
44185 2012-03-19  Richard Henderson  <rth@twiddle.net>
44187         * sysdeps/i386/fpu/fenv_private.h: New file.
44188         * sysdeps/i386/fpu/math_private.h: Use it.
44189         (math_opt_barrier, math_force_eval): Remove.
44190         (libc_feholdexcept_setround_53bit): Remove.
44191         (libc_feupdateenv_53bit): Remove.
44192         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44193         (math_opt_barrier, math_force_eval): Remove.
44194         (libc_feholdexcept): Remove.
44195         (libc_feholdexcept_setround): Remove.
44196         (libc_fetestexcept, libc_fesetenv): Remove.
44197         (libc_feupdateenv_test): Remove.
44198         (libc_feupdateenv, libc_feholdsetround): Remove.
44199         (libc_feresetround): Remove.
44201         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
44202         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
44204         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
44205         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
44206         (libc_feupdateenv_testl): New.
44207         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
44208         (libc_feupdateenv_testf): New.
44209         (libc_feupdateenv): Use libc_feupdateenv_test.
44210         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
44211         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
44213         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
44214         (libc_feholdsetroundf, libc_feholdsetroundl): New.
44215         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
44216         (libc_feresetround_noex): New.
44217         (libc_feresetround_noexf): New.
44218         (libc_feresetround_noexl): New.
44219         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
44220         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
44221         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
44222         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
44223         SET_RESTORE_ROUND.
44224         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
44225         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
44226         (__cos): Likewise.
44227         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
44228         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
44229         SET_RESTORE_ROUND_NOEX.
44230         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
44231         SET_RESTORE_ROUND_NOEXF.
44232         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
44233         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
44234         (libc_feholdsetroundf): New.
44235         (libc_feresetround, libc_feresetroundf): New.
44237         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
44238         (libc_feholdexcept_setround_53bit): Convert from macro to function.
44239         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
44241         * sysdeps/generic/math_private.h: Include <fenv.h>.
44242         (default_libc_feholdexcept): New.
44243         (default_libc_feholdexcept_setround): New.
44244         (default_libc_fesetenv, default_libc_feupdateenv): New.
44245         (libc_feholdexcept): Only define if undefined.
44246         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
44247         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
44248         (libc_feholdexcept_setroundl): Likewise.
44249         (libc_feholdexcept_setround_53bit): Likewise.
44250         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
44251         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
44252         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44253         (libc_feupdateenv_53bit): Likewise.
44254         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44255         (libc_feholdexcept): Convert from macro to inline function.
44256         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44257         (libc_fesetenv, libc_feupdateenv): Likewise.
44259         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44260         not previously defined.
44261         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44262         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44263         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44264         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44265         * sysdeps/ieee754/flt-32/math_private.h: New file.
44266         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44267         math_private.h below SET_FLOAT_WORD.
44268         (__isnan, __isinf_ns, __finite): Remove.
44269         (__isnanf, __isinf_nsf, __finitef): Remove.
44271 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44273         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44275 2012-03-17  David S. Miller  <davem@davemloft.net>
44277         [BZ #6471]
44278         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44279         for 2.16.
44281 2012-03-16  David S. Miller  <davem@davemloft.net>
44283         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44284         warnings.
44286         [BZ #6471]
44287         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44288         properly.
44289         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44290         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44291         sysdep_routines when subdir is sysvipc.
44292         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44293         __getshmlba helper.
44295         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44297 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44299         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44300         [__LP64__].
44302 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44304         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44305         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44306         (__lround): Renamed to ...
44307         (__llround): This.  Replace long int with long long int.
44308         Define lround functions as aliases of llround functions.
44309         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44311 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44313         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44314         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44315         adresses to uintptr_t.  Replace "long int" and "unsigned long
44316         int" with "greg_t" on va_arg.
44318 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44320         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44321         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44323         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44324         Move e_machine check before EI_CLASS check.  Handle x32
44325         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44326         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44327         SKIP_EM_IA_64 and include
44328         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44330         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44331         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44332         (add_system_dir): New macro.
44334         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44335         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44337 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44339         [BZ #2551]
44340         [BZ #2552]
44341         [BZ #2553]
44342         [BZ #2554]
44343         [BZ #2562]
44344         [BZ #2563]
44345         [BZ #2565]
44346         [BZ #2566]
44347         [BZ #2576]
44348         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44349         (y0): Likewise.
44350         * math/w_j0f.c (j0f): Likewise.
44351         (y0f): Likewise.
44352         * math/w_j0l.c (__j0l): Likewise.
44353         (__y0l): Likewise.
44354         * math/w_j1.c (j1): Likewise.
44355         (y1): Likewise.
44356         * math/w_j1f.c (j1f): Likewise.
44357         (y1f): Likewise.
44358         * math/w_j1l.c (__j1l): Likewise.
44359         (__y1l): Likewise.
44360         * math/w_jn.c (jn): Likewise.
44361         (yn): Likewise.
44362         * math/w_jnf.c (jnf): Likewise.
44363         (ynf): Likewise.
44364         * math/w_jnl.c (__jnl): Likewise.
44365         (__ynl): Likewise.
44366         * math/libm-test.inc (j0_test): Add more tests.
44367         (j1_test): Likewise.
44368         (jn_test): Likewise.  Add trailing semicolon to existing test.
44369         (y0_test): Likewise.
44370         (y1_test): Likewise.
44371         * sysdeps/i386/fpu/libm-test-ulps: Update.
44372         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44374         [BZ #13851]
44375         [BZ #13854]
44376         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44377         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44378         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44379         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44380         (__tanl): Set errno for infinite argument.
44381         * sysdeps/i386/fpu/mptan.c: Remove.
44382         * sysdeps/i386/fpu/s_tan.S: Likewise.
44383         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44384         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44385         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44386         * math/libm-test.inc (tan_test): Add more tests and enable more
44387         tests for double and long double.
44388         * sysdeps/i386/fpu/libm-test-ulps: Update.
44389         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44391 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44393         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44394         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44396 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44398         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44399         * configure.in: Use it for both main tree and add-ons.
44400         * configure: Regenerated.
44402 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44404         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44406 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44408         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44409         in comment.
44411         [BZ #13851]
44412         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44413         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44414         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44415         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44416         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44417         infinite argument.
44418         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44419         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44420         != 0 for prec == 2.
44421         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44422         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44423         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44424         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44425         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44426         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44427         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44428         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44429         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44430         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44431         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44432         * math/libm-test.inc (cos_test): Add more tests and enable more
44433         tests for long double.
44434         (sin_test): Likewise.
44435         (sincos_test): Likewise.
44436         * sysdeps/i386/fpu/libm-test-ulps: Update.
44437         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44439 2012-03-16  David S. Miller  <davem@davemloft.net>
44441         * sysdeps/sparc/fpu/math_private.h: New file.
44443 2012-03-15  David S. Miller  <davem@davemloft.net>
44445         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44446         file.
44447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44448         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44449         file.
44450         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44451         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44452         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44453         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44454         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44455         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44456         sysdep routines.
44457         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44459         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44460         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44462         * sysdeps/sparc/sparc-ifunc.h: New file.
44463         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44464         sparc-ifunc.h
44465         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44466         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44467         Likewise.
44468         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44469         Likewise.
44470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44471         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44474         Likewise.
44475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44476         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44477         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44478         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44479         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44480         Likewise.
44481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44482         Likewise.
44483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44484         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44485         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44486         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44487         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44488         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44489         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44490         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44491         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44492         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44493         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44494         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44495         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44496         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44497         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44498         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44499         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44500         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44501         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44502         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44503         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44504         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44505         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44506         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44508 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44510         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44511         scaling.
44512         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44514 2012-03-15  Andreas Jaeger  <aj@suse.de>
44516         [BZ #13852]
44517         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44518         ieee754/flt-32 implementation for sin, cos and sincos.
44519         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44520         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44521         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44522         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44523         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44524         ieee754/flt-32 implementation for tan.
44526         * math/libm-test.inc (cos_test): Enable some large input tests for
44527         float as well
44528         (sin_test): Likewise.
44529         (sincos_test): Likewise.
44530         (tan_test): Add tests for large input.
44532         * sysdeps/i386/fpu/libm-test-ulps: Update.
44534 2012-03-15  Andreas Jaeger  <aj@suse.de>
44536         [BZ #13658]
44537         * math/libm-test.inc (cos_test): Add more test cases.
44538         (sin_test): Likewise.
44539         (sincos_test): Likewise.
44541 2012-03-15  Andreas Jaeger  <aj@suse.de>
44543         [BZ #13837]
44544         * math/libm-test.inc (cos_test): Add a test case for large input
44545         value.
44546         (sin_test): Likewise.
44547         (sincos_test): Likewise.
44549 2012-03-15  Andreas Jaeger  <aj@suse.de>
44550             Joseph Myers  <joseph@codesourcery.com>
44552         [BZ #13658]
44553         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44554         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44555         * sysdeps/i386/fpu/branred.c: Likewise.
44556         * sysdeps/i386/fpu/dosincos.c: Likewise.
44557         * sysdeps/i386/fpu/mpa.c: Likewise.
44558         * sysdeps/i386/fpu/s_cos.S: Likewise.
44559         * sysdeps/i386/fpu/s_sin.S: Likewise.
44560         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44561         * sysdeps/i386/fpu/sincos32.c: Likewise.
44563         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44564         Define.
44565         (libc_feupdateenv_53bit): Define.
44566         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44567         Define.
44568         (libc_feupdateenv_53bit): Define.
44570         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44571         53 bit (without extend i386 double precision).
44573         * math/libm-test.inc (sincos_test): Add tests for large input.
44574         (sin): Likewise.
44575         (cos): Likewise.
44577         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44579 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44581         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44583 2012-03-15  David S. Miller  <davem@davemloft.net>
44585         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44586         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44587         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44588         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44589         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44590         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44591         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44592         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44593         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44594         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44595         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44596         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44597         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44598         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44599         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44600         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44601         file.
44602         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44603         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44604         file.
44605         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44606         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44607         file.
44608         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44609         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44610         file.
44611         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44612         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44613         fmin/fmax sysdep routines.
44614         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44616 2012-03-14  David S. Miller  <davem@davemloft.net>
44618         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44619         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44620         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44621         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44622         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44623         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44624         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44625         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44626         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44627         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44628         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44629         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44630         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44631         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44632         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44633         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44634         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44635         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44636         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44637         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44638         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44639         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44640         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44641         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44642         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44643         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44644         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44645         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44646         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44647         routines.
44648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44649         file.
44650         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44651         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44652         file.
44653         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44654         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44655         file.
44656         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44658         file.
44659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44660         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44661         file.
44662         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44663         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44664         file.
44665         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44666         file.
44667         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44668         file.
44669         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44670         file.
44671         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44672         New file.
44673         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44674         file.
44675         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44676         file.
44677         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44678         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44679         file.
44680         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44681         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44682         file.
44683         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44685         file.
44686         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44687         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44688         VIS3 routines.
44690         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44691         New file.
44693         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44695         * sysdeps/sparc/configure.in: New file.
44696         * sysdeps/sparc/configure: Generate.
44697         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44698         * configure: Regenerate.
44699         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44700         * config.make.in (have-as-vis3): New.
44701         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44702         available use -Av9d instead of -Av9a.
44703         * sysdeps/sparc/sparc64/Makefile: Likewise.
44704         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44705         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44706         New file.
44707         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44708         file.
44709         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44710         New file.
44711         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44712         file.
44713         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44714         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44715         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44716         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44717         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44719         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44720         fzeros/fnegs to load 0x80000000 into a float register instead of
44721         using the stack.
44722         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44724 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44726         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44727         bits/syscall.h.
44728         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44729         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44730         ($(inst_includedir)/bits/syscall.h): Remove rule.
44731         ($(objpfx)bits/syscall.d): Include instead of
44732         $(objpfx)syscall-list.d.
44733         (generated): Change syscall-list.h and syscall-list.d to
44734         bits/syscall.h and bits/syscall.d.
44736 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44738         [BZ #13846]
44739         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44741 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44743         [BZ #13841]
44744         * math/s_csqrt.c: Include <float.h>.
44745         (__csqrt): Scale large or subnormal inputs.
44746         * math/s_csqrtf.c: Likewise.
44747         * math/s_csqrtl.c: Likewise.
44748         * math/libm-test.inc (csqrt_test): Add more tests.
44749         * sysdeps/i386/fpu/libm-test-ulps: Update.
44750         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44752         [BZ #13840]
44753         * math/libm-test.inc (hypot_test): Add more tests.
44755 2012-03-13  David S. Miller  <davem@davemloft.net>
44757         [BZ #13840]
44758         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44759         double-precision for the calculation instead of scaling.
44761 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44763         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44764         manipulate bits before adding and subtracting TWO52[sx].
44765         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44766         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44767         Likewise.
44768         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44770 2012-03-13  David S. Miller  <davem@davemloft.net>
44772         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44773         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44774         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44775         rtld-global-offsets.h
44776         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44778         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44779         large parameters.
44781         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44783         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44784         'err' in the ifdef scope in which it is actually used.
44786         * nss/nss_db/db-init.c: Include string.h
44788 2012-03-12  David S. Miller  <davem@davemloft.net>
44790         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44791         masking out of the most significant byte of random value used.
44792         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44793         Fix coding style in previous change.
44795         * sysdeps/unix/sysv/linux/kernel-features.h
44796         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44797         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44798         expression.
44799         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44800         later.
44802 2012-03-11  David S. Miller  <davem@davemloft.net>
44804         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44805         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44806         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44807         for 'resultvar' otherwise things get truncated on 64-bit.
44809         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44810         Fix masking out of the most significant byte of random value used.
44812         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44814 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44816         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44818 2012-03-09  David S. Miller  <davem@davemloft.net>
44820         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44821         variables with appropriate CPP guards.
44822         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44823         from the frame pointer, not the stack pointer.  Correct layout
44824         comments.  Fix test on resulting framesize and the management of
44825         the outregs buffer for pltexit.  Preserve floating point return
44826         values across _dl_call_pltexit call.
44827         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44828         framesize and the management of the outregs buffer for pltexit.
44829         Preserve floating point return values across _dl_call_pltexit
44830         call.
44831         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44832         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44833         (la_sparc64_gnu_pltexit): New functions.
44834         (print_exit): Fix format string for return register value.
44836 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44838         * sunrpc/Makefile (others): Add rpcgen.
44839         ($(objpfx)rpcgen): Remove special build rule and dependency on
44840         libc.
44841         * sunrpc/rpcgen.c: New file.
44843 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44845         [BZ #13673]
44846         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44847         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44848         * sysdeps/i386/crti.S: Likewise.
44849         * sysdeps/i386/crtn.S: Likewise.
44850         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44851         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44852         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44853         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44854         * sysdeps/sh/crti.S: Likewise.
44855         * sysdeps/sh/crtn.S: Likewise.
44856         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44858         [BZ #13673]
44859         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44860         with URL.
44861         * locale/programs/locfile-kw.gperf: Likewise.
44862         * locale/programs/charmap-kw.h: Regenerated.
44863         * locale/programs/locfile-kw.h: Likewise.
44865         [BZ #13673]
44866         * intl/plural.y: Replace FSF snail mail address with URL.
44867         * intl/plural.c: Regenerated.
44869 2012-03-09  Richard Henderson  <rth@twiddle.net>
44871         * include/math_private.h: Remove file.
44872         * math/math_private.h: Move file ...
44873         * sysdeps/generic/math_private.h: ... here.
44875         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44876         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44877         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44879         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44880         and <math_private.h>.
44881         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44882         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44883         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44884         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44885         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44886         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44887         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44888         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44889         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44890         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44891         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44892         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44893         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44894         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44895         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44896         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44897         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44898         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44899         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44900         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44901         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44902         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44903         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44904         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44905         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44906         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44907         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44908         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44909         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44910         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44911         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44912         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44913         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44914         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44915         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44916         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44917         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44918         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44919         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44920         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44921         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44922         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44923         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44924         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44925         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44926         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44927         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44928         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44929         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44930         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44931         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44932         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44933         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44934         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44935         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44936         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44937         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44938         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44939         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44940         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44941         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44942         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44943         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44944         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44945         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44946         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44947         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44948         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44949         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44950         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44951         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44952         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44953         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44954         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44955         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44956         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44957         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44958         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44959         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44960         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44961         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44962         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44963         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44964         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44965         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44966         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44967         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44968         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44969         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44970         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44971         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44972         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44973         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44974         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44975         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44976         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44977         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44978         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44979         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44980         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44981         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44982         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44983         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44984         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44985         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44986         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44987         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44988         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44989         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44990         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44991         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44992         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44993         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44994         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44995         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44996         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44997         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44998         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44999         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
45000         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45001         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
45002         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
45003         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45004         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
45005         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
45006         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
45007         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45008         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
45009         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
45010         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
45011         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
45012         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45013         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
45014         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
45015         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
45016         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
45017         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45018         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
45019         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
45020         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45021         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45022         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
45023         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
45024         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
45025         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
45026         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
45027         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
45028         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
45029         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
45030         * sysdeps/ieee754/k_standard.c: Likewise.
45031         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45032         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45033         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45034         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45035         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45036         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45037         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45038         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45039         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45040         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45041         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45042         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45043         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45044         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45045         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45046         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45047         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
45048         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45049         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45050         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
45051         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
45052         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
45053         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
45054         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
45055         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
45056         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
45057         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
45058         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
45059         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
45060         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
45061         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
45062         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
45063         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
45064         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
45065         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
45066         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
45067         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
45068         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
45069         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
45070         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
45071         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
45072         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
45073         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
45074         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
45075         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
45076         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
45077         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
45078         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
45079         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
45080         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
45081         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
45082         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
45083         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
45084         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
45085         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
45086         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
45087         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
45088         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
45089         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
45090         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
45091         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
45092         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
45093         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
45094         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45095         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45096         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45097         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45098         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45099         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45100         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45101         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45102         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45103         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45104         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45105         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45106         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45107         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
45108         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45109         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45110         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
45111         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
45112         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
45113         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
45114         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
45115         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
45116         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
45117         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
45118         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
45119         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
45120         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
45121         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
45122         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
45123         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
45124         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
45125         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
45126         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
45127         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
45128         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
45129         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
45130         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
45131         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
45132         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
45133         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
45134         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
45135         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
45136         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
45137         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
45138         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
45139         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
45140         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
45141         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
45142         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
45143         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45144         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45145         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45146         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45147         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45148         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45149         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45150         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45151         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45152         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45153         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45154         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45155         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45156         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
45157         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
45158         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
45159         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
45160         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
45161         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
45162         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
45163         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
45164         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
45165         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
45166         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
45167         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
45168         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
45169         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
45170         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
45171         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
45172         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
45173         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
45174         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
45175         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
45176         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
45177         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
45178         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
45179         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
45180         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
45181         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
45182         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45183         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
45184         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
45185         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
45186         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
45187         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
45188         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
45189         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
45190         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
45191         * sysdeps/ieee754/s_lib_version.c: Likewise.
45192         * sysdeps/ieee754/s_matherr.c: Likewise.
45193         * sysdeps/ieee754/s_signgam.c: Likewise.
45194         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45195         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45196         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
45197         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
45198         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
45199         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
45200         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
45201         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
45202         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
45203         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
45204         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
45205         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
45206         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
45207         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
45208         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
45209         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
45210         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
45211         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
45212         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
45213         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
45214         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
45216 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45218         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
45219         * sunrpc/rpc_main.c: Likewise.
45220         * sunrpc/rpc_svcout.c: Likewise.
45222 2012-03-09  David S. Miller  <davem@davemloft.net>
45224         * include/math_private.h: New file.
45226 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
45228         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
45229         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
45230         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
45231         from <bits/socket_type.h>.
45232         (enum __socket_type): Don't define here.
45233         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
45234         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45235         bits/socket_type.h.
45237         [BZ #13566]
45238         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
45239         checking __USE_GNU.
45241         * Makerules ($(inst_includedir)/%.h): New rule.
45242         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
45243         (install-others): Remove variable setting.
45244         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
45246 2012-03-08  Richard Henderson  <rth@twiddle.net>
45248         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
45249         from macro to inline function; merge with the
45250         !__LIBC_INTERNAL_MATH_INLINES version.
45251         (__ieee754_sqrtf): Likewise.
45253         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45254         to inline function.
45255         (__rintf, __floor, __floorf): Likewise.
45257         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45258         macro to inline function.
45259         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45261         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45262         not <math/math_private.h>.
45264 2012-03-08  David S. Miller  <davem@davemloft.net>
45266         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45267         copyright year.
45268         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45270 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45272         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45273         normalization.
45274         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45275         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45277 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45279         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45280         be defined individually, they must be defined as a block.  Define
45281         S for printing a string instead of hidint the different by using a
45282         macro for adding the 'l'.
45283         * stdio-common/tst-fphex-wide.c: Adjust.
45285 2012-03-07  Marek Polacek  <polacek@redhat.com>
45287         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45289 2012-03-08  Marek Polacek  <polacek@redhat.com>
45291         [BZ #13806]
45292         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45293         * stdio-common/tst-fphex.c: Define a few macros to make the
45294         test reusable.  Use them.
45295         * stdio-common/tst-fphex-wide.c: New file.
45297 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45299         [BZ #6911]
45300         * manual/macros.texi (gnusystems): New macro.
45301         (nongnusystems): Likewise.
45302         (gnulinuxhurdsystems): Likewise.
45303         (gnuhurdsystems): Likewise..
45304         (gnulinuxsystems): Likewise.
45305         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45306         variants of the GNU system, not "GNU system".
45307         * manual/conf.texi: Likewise.
45308         * manual/errno.texi: Likewise.  Update example of errno macro
45309         expansion.
45310         * manual/filesys.texi: Likewise.
45311         (getumask): Document as specific to GNU/Hurd.
45312         * manual/install.texi: Likewise.  Reword some references to
45313         GNU/Linux.
45314         * manual/intro.texi: Likewise.
45315         * manual/io.texi: Likewise.
45316         (File Name Portability): Detail which constraints are inapplicable
45317         to all GNU systems and which are only inapplicable to GNU/Hurd.
45318         * manual/job.texi: Likewise.
45319         * manual/llio.texi: Likewise.
45320         (O_NOCTTY): Document as present on GNU/Linux.
45321         * manual/maint.texi: Likewise.
45322         * manual/memory.texi: Likewise.
45323         * manual/pattern.texi: Likewise.
45324         * manual/pipe.texi: Likewise.
45325         * manual/process.texi: Likewise.
45326         * manual/resource.texi: Likewise.
45327         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45328         child on GNU/Hurd.
45329         * manual/setjmp.texi: Likewise.
45330         * manual/signal.texi: Likewise.
45331         * manual/startup.texi: Likewise.
45332         * manual/stdio.texi: Likewise.
45333         * manual/terminal.texi: Likewise.
45334         (ONLCR): Document as POSIX.
45335         (OXTABS): Document availability on GNU/Linux as XTABS.
45336         (ONOEOT): Document availability separately from other bits.
45337         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45338         * manual/time.texi: Likewise.
45339         * manual/users.texi: Likewise.
45340         * INSTALL: Regenerated.
45341         * sysdeps/gnu/errlist.c: Regenerated.
45343         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45344         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45345         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45346         puts.
45347         * configure: Regenerated.
45349 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45351         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45352         default includes instead of AC_HEADER_CHECK.
45353         * sysdeps/i386/configure: Regenerated.
45355         [BZ #10716]
45356         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45357         * math/s_cacoshf.c (__cacoshf): Likewise.
45358         * math/s_cacoshl.c (__cacoshl): Likewise.
45359         * math/s_casinh.c (__casinh): Set signs of result from argument.
45360         * math/s_casinhf.c (__casinhf): Likewise.
45361         * math/s_casinhl.c (__casinhl): Likewise.
45362         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45363         (casinh_test): Add more tests.
45364         * sysdeps/i386/fpu/libm-test-ulps: Update.
45365         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45367 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45369         * po/zh_TW.po: Update from translation team.
45371         * login/Makefile (distribute): Remove variable.
45372         * catgets/Makefile: Likewise.
45373         * mach/Makefile: Likewise.
45374         * malloc/Makefile: Likewise.
45375         * misc/Makefile: Likewise.
45376         * iconv/Makefile: Likewise.
45377         * nscd/Makefile: Likewise.
45378         * hurd/Makefile: Likewise.
45379         * manual/Makefile: Likewise.
45380         * locale/Makefile: Likewise.
45381         * intl/Makefile: Likewise.
45382         * conform/Makefile: Likewise.
45383         * nss/Makefile: Likewise.
45384         * time/Makefile: Likewise.
45385         * soft-fp/Makefile: Likewise.
45386         * dirent/Makefile: Likewise.
45387         * gmon/Makefile: Likewise.
45388         * po/Makefile: Likewise.
45389         * rt/Makefile: Likewise.
45390         * socket/Makefile: Likewise.
45391         * math/Makefile: Likewise.
45392         * signal/Makefile: Likewise.
45393         * debug/Makefile: Likewise.
45394         * elf/Makefile: Likewise.
45395         * timezone/Makefile: Likewise.
45396         * stdlib/Makefile: Likewise.
45397         * iconvdata/Makefile: Likewise.
45398         * sunrpc/Makefile: Likewise.
45399         * io/Makefile: Likewise.
45400         * argp/Makefile: Likewise.
45401         * inet/Makefile: Likewise.
45402         * hesiod/Makefile: Likewise.
45403         * grp/Makefile: Likewise.
45404         * csu/Makefile: Likewise.
45405         * wctype/Makefile: Likewise.
45406         * crypt/Makefile: Likewise.
45407         * libio/Makefile: Likewise.
45408         * string/Makefile: Likewise.
45409         * nis/Makefile: Likewise.
45410         * resolv/Makefile: Likewise.
45411         * stdio-common/Makefile: Likewise.
45412         * wcsmbs/Makefile: Likewise.
45413         * dlfcn/Makefile: Likewise.
45414         * posix/Makefile: Likewise.
45416         [BZ #6959]
45417         * timezone/Makefile: Don't install timezone files, just the programs
45418         and scripts.
45420 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45422         * nss/databases.def: Add missing gshadow entry.
45424         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45426 2012-03-06  Marek Polacek  <polacek@redhat.com>
45428         [BZ #13726]
45429         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45430         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45431         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45432         * stdio-common/tst-long-dbl-fphex.c: New file.
45434 2012-03-06  David S. Miller  <davem@davemloft.net>
45436         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45437         (set_obp_int): New function.
45438         (get_obp_int): New function.
45439         (__get_clockfreq_via_dev_openprom): Likewise.
45440         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45441         Avoid unused variable warnings on 'val' and use builtin_expect.
45442         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45443         __builtin_expect.
45444         (INLINE_CLONE_SYSCALL): Likewise.
45446 2012-03-05  David S. Miller  <davem@davemloft.net>
45448         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45450 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45452         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45454         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45455         only for |x| >= 40.
45456         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45458 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45460         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45461         Replace gettimeofday with __vdso_gettimeofday.
45463         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45464         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45465         __vdso_clock_gettime and __vdso_getcpu.
45467         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45468         time with __vdso_time.
45470 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45472         * manual/lang.texi (size_t): Note types to which size_t may be
45473         equivalent with the GNU C Library, but do not describe when
45474         differences between them are significant.
45476 2012-03-05  Andreas Jaeger  <aj@suse.de>
45478         * sysdeps/i386/fpu/libm-test-ulps: Update.
45480 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45482         [BZ #3976]
45483         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45484         (__ieee754_pow): Save and restore rounding mode and use
45485         round-to-nearest for main computations.
45486         * math/libm-test.inc (pow_test_tonearest): New function.
45487         (pow_test_towardzero): Likewise.
45488         (pow_test_downward): Likewise.
45489         (pow_test_upward): Likewise.
45490         (main): Call the new functions.
45491         * sysdeps/i386/fpu/libm-test-ulps: Update.
45492         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45494         [BZ #3976]
45495         * math/libm-test.inc (cosh_test_tonearest): New function.
45496         (cosh_test_towardzero): Likewise.
45497         (cosh_test_downward): Likewise.
45498         (cosh_test_upward): Likewise.
45499         (sinh_test_tonearest): Likewise.
45500         (sinh_test_towardzero): Likewise.
45501         (sinh_test_downward): Likewise.
45502         (sinh_test_upward): Likewise.
45503         (main): Call the new functions.
45504         * sysdeps/i386/fpu/libm-test-ulps: Update.
45505         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45507 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45509         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45510         default stack guard is set in last bytes.
45511         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45513 2012-03-05  Kees Cook  <keescook@chromium.org>
45515         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45517         [BZ #13656]
45518         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45519         possibly allocate from heap instead of stack.
45520         * stdio-common/bug-vfprintf-nargs.c: New file.
45521         * stdio-common/Makefile (tests): Add nargs overflow test.
45523 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45525         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45527 2012-03-03  Marek Polacek  <polacek@redhat.com>
45529         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45530         * math/math_private.h: Likewise.
45531         * stdlib/tst-strtod.c: Likewise.
45532         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45533         * sysdeps/x86_64/bits/atomic.h: Likewise.
45535 2012-03-02  David S. Miller  <davem@davemloft.net>
45537         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45538         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45539         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45540         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45541         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45542         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45543         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45544         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45546 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45548         [BZ #13792]
45549         * manual/examples/README: New file, says the example source files
45550         can be used under GPL>=2.
45551         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45552         line containing just "*/".
45553         * manual/examples/add.c: Add copyright header (GPL>=2).
45554         * manual/examples/argp-ex1.c: Likewise.
45555         * manual/examples/argp-ex2.c: Likewise.
45556         * manual/examples/argp-ex3.c: Likewise.
45557         * manual/examples/argp-ex4.c: Likewise.
45558         * manual/examples/atexit.c: Likewise.
45559         * manual/examples/db.c: Likewise.
45560         * manual/examples/dir.c: Likewise.
45561         * manual/examples/dir2.c: Likewise.
45562         * manual/examples/execinfo.c: Likewise.
45563         * manual/examples/filecli.c: Likewise.
45564         * manual/examples/filesrv.c: Likewise.
45565         * manual/examples/fmtmsgexpl.c: Likewise.
45566         * manual/examples/genpass.c: Likewise.
45567         * manual/examples/inetcli.c: Likewise.
45568         * manual/examples/inetsrv.c: Likewise.
45569         * manual/examples/isockad.c: Likewise.
45570         * manual/examples/longopt.c: Likewise.
45571         * manual/examples/memopen.c: Likewise.
45572         * manual/examples/memstrm.c: Likewise.
45573         * manual/examples/mkfsock.c: Likewise.
45574         * manual/examples/mkisock.c: Likewise.
45575         * manual/examples/mygetpass.c: Likewise.
45576         * manual/examples/pipe.c: Likewise.
45577         * manual/examples/popen.c: Likewise.
45578         * manual/examples/rprintf.c: Likewise.
45579         * manual/examples/search.c: Likewise.
45580         * manual/examples/select.c: Likewise.
45581         * manual/examples/setjmp.c: Likewise.
45582         * manual/examples/sigh1.c: Likewise.
45583         * manual/examples/sigusr.c: Likewise.
45584         * manual/examples/stpcpy.c: Likewise.
45585         * manual/examples/strdupa.c: Likewise.
45586         * manual/examples/strftim.c: Likewise.
45587         * manual/examples/strncat.c: Likewise.
45588         * manual/examples/subopt.c: Likewise.
45589         * manual/examples/swapcontext.c: Likewise.
45590         * manual/examples/termios.c: Likewise.
45591         * manual/examples/testopt.c: Likewise.
45592         * manual/examples/testpass.c: Likewise.
45593         * manual/examples/timeval_subtract.c: Likewise.
45595         [BZ #13792]
45596         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45597         function to ...
45598         * manual/timeval_subtract.c.texi: ... here, new file.
45600 2012-03-02  David S. Miller  <davem@davemloft.net>
45602         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45604 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45606         [BZ #3976]
45607         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45608         (__sin): Save and restore rounding mode and use round-to-nearest
45609         for all computations.
45610         (__cos): Save and restore rounding mode and use round-to-nearest
45611         for all computations.
45612         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45613         <fenv.h>.
45614         (tan): Save and restore rounding mode and use round-to-nearest for
45615         all computations.
45616         * math/libm-test.inc (cos_test_tonearest): New function.
45617         (cos_test_towardzero): Likewise.
45618         (cos_test_downward): Likewise.
45619         (cos_test_upward): Likewise.
45620         (sin_test_tonearest): Likewise.
45621         (sin_test_towardzero): Likewise.
45622         (sin_test_downward): Likewise.
45623         (sin_test_upward): Likewise.
45624         (tan_test_tonearest): Likewise.
45625         (tan_test_towardzero): Likewise.
45626         (tan_test_downward): Likewise.
45627         (tan_test_upward): Likewise.
45628         (main): Call the new functions.
45629         * sysdeps/i386/fpu/libm-test-ulps: Update.
45630         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45632         [BZ #10135]
45633         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45634         small n, then large n, before computing and testing k+n.
45635         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45636         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45637         Likewise.
45638         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45639         Likewise.
45640         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45641         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45642         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45643         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45644         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45645         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45646         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45647         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45648         * math/libm-test.inc (scalbn_test): Add more tests.
45649         (scalbln_test): Likewise.
45651         * manual/filesys.texi (mode_t): Describe constraints on size and
45652         signedness, not exact equivalence to a particular type.
45653         (ino_t): Likewise.
45654         (ino64_t): Likewise.
45655         (dev_t): Likewise.
45656         (nlink_t): Likewise.
45657         (blkcnt_t): Likewise.
45658         (blkcnt64_t): Likewise.
45659         * manual/llio.texi (off_t): Likewise.
45661         [BZ #3976]
45662         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45663         (__ieee754_exp): Save and restore rounding mode and use
45664         round-to-nearest for all computations.
45665         * math/libm-test.inc (exp_test_tonearest): New function.
45666         (exp_test_towardzero): Likewise.
45667         (exp_test_downward): Likewise.
45668         (exp_test_upward): Likewise.
45669         (main): Call the new functions.
45670         * sysdeps/i386/fpu/libm-test-ulps: Update.
45671         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45673 2012-03-01  Chris Demetriou  <cgd@google.com>
45675         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45676         have predictable order.
45678 2012-03-01  David S. Miller  <davem@davemloft.net>
45680         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45682         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45683         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45684         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45685         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45687         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45688         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45689         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45690         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45691         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45692         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45693         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45694         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45695         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45697         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45699         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45700         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45701         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45703         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45704         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45705         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45706         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45707         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45708         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45709         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45710         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45711         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45712         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45713         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45714         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45715         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45716         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45717         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45718         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45719         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45720         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45721         * sysdeps/sparc/elf/configure: Regenerated.
45723 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45725         * configure.in (AS, LD): Require binutils 2.20 or later.
45726         * configure: Regenerated.
45727         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45728         as required minimum version.
45729         * INSTALL: Regenerated.
45731         [BZ #2541]
45732         [BZ #4108]
45733         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45734         before squaring exponent.
45735         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45736         bottom long double and 27 bits of top long double before squaring
45737         exponent.
45738         * math/libm-test.inc (erfc_test): Add more tests.
45739         * sysdeps/i386/fpu/libm-test-ulps: Update.
45740         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45741         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45743 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45745         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45746         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45747         containing bit-fields.
45748         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45749         * soft-fp/single.h (_FP_UNION_S): Likewise.
45750         * soft-fp/double.h (_FP_UNION_D): Likewise.
45752 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45754         [BZ #13786]
45755         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45756         not include ../strcmp.S.
45757         [USE_AS_STRNCASECMP_L]: Likewise.
45758         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45759         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45760         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45761         (__strncasecmp_l_ia32): Define as alias to
45762         __strncasecmp_l_nonascii.
45764         [BZ #5794]
45765         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45766         * sysdeps/i386/fpu/libm-test-ulps: Update.
45767         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45769         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45770         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45772 2012-02-29  Jeff Law  <law@redhat.com>
45774         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45775         out of bounds read.
45777 2012-02-29  Marek Polacek  <polacek@redhat.com>
45779         [BZ #13706]
45780         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45781         * elf/Makefile: Add rules to run tst-unused-dep.out.
45783 2012-02-28  David S. Miller  <davem@davemloft.net>
45785         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45786         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45787         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45788         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45789         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45790         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45792 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45794         * math/libm-test.inc (llround_test): Move one test from
45795         lround_test.  Use TEST_f_L in moved test.
45796         (lround_test): Move misplaced test to llround_test.  Add testcase
45797         from bug 2561.
45799 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45801         * sysdeps/x86_64/fpu/e_expf.S: New file.
45802         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45804 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45806         [BZ #13637]
45807         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45808         of remain_len that may cause incomplete multi-byte character and
45809         false match.
45810         * posix/bug-regex33.c: New file.
45811         * posix/Makefile (tests): Add bug-regex33.
45813 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45815         * manual/macros.texi: New file.
45816         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45817         * manual/libc.texinfo: Include macros.texi.
45818         * manual/creatute.texi: Likewise.
45819         * manual/install.texi: Likewise.
45820         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45821         @glibcadj{} in references to the GNU C Library.
45822         * manual/charset.texi: Likewise.
45823         * manual/conf.texi: Likewise.
45824         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45825         when not using those macros.
45826         * manual/creature.texi: Likewise.
45827         * manual/crypt.texi: Likewise.
45828         * manual/errno.texi: Likewise.
45829         * manual/filesys.texi: Likewise.
45830         * manual/header.texi: Likewise.
45831         * manual/install.texi: Likewise.
45832         * manual/intro.texi: Likewise.
45833         * manual/io.texi: Likewise.
45834         * manual/job.texi: Likewise.
45835         * manual/lang.texi: Likewise.
45836         * manual/libc.texiinfo: Likewise.
45837         * manual/llio.texi: Likewise.
45838         * manual/locale.texi: Likewise.
45839         * manual/maint.texi: Likewise.
45840         * manual/math.texi: Likewise.
45841         * manual/memory.texi: Likewise.
45842         * manual/message.texi: Likewise.
45843         * manual/nss.texi: Likewise.
45844         * manual/pattern.texi: Likewise.
45845         * manual/process.texi: Likewise.
45846         * manual/resource.texi: Likewise.
45847         * manual/search.texi: Likewise.
45848         * manual/setjmp.texi: Likewise.
45849         * manual/signal.texi: Likewise.
45850         * manual/socket.texi: Likewise.
45851         * manual/startup.texi: Likewise.
45852         * manual/stdio.texi: Likewise.
45853         * manual/string.texi: Likewise.
45854         * manual/sysinfo.texi: Likewise.
45855         * manual/syslog.texi: Likewise.
45856         * manual/terminal.texi: Likewise.
45857         * manual/time.texi: Likewise.
45858         * manual/users.texi: Likewise.
45859         * INSTALL: Regenerated.
45860         * NOTES: Regenerated.
45861         * sysdeps/gnu/errlist.c: Regenerated.
45863 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45865         * include/dirent.h: Include <dirstream.h> before
45866         <dirent/dirent.h>.
45868 2012-02-28  David S. Miller  <davem@davemloft.net>
45870         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45871         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45872         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45873         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45875 2012-02-27  David S. Miller  <davem@davemloft.net>
45877         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45878         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45879         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45880         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45882         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45883         frame pointer instead of stack pointer relative arg slot.
45884         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45885         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45886         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45888 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45890         [BZ #3992]
45891         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45893 2012-02-27  David S. Miller  <davem@davemloft.net>
45895         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45896         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45897         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45898         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45899         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45900         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45901         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45902         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45904 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45906         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45907         later.  Allow versions 5-9.
45908         * configure: Regenerated.
45909         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45910         required minimum version and 4.6 as recommended version.  Do not
45911         mention bugs in GCC 2.7 and 2.8.
45912         * INSTALL: Regenerated.
45914 2012-02-27  David S. Miller  <davem@davemloft.net>
45916         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45917         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45918         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45919         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45920         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45921         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45922         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45923         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45925         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45926         manipulate bits before adding and subtracting TWO112[sx].
45927         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45929 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45931         [BZ #13775]
45932         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45933         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45934         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45935         being in POSIX, because they are in 1003.1-2008.
45937         * rt/tst-aio.c: Include <fcntl.h>.
45938         * rt/tst-aio7.c: Likewise.
45939         * rt/tst-aio64.c: Likewise.
45941         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45943 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45945         * manual/install.texi (--with-headers): Describe headers as
45946         interface headers, not private headers.
45947         (Specific advice for GNU/Linux systems): Describe use of headers
45948         from "make headers_install", not private headers from older
45949         kernels.
45950         * INSTALL: Regenerated.
45951         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45952         Change to 2.6.19.
45953         * sysdeps/unix/sysv/linux/configure: Regenerated.
45955         * manual/llio.texi (fclean): Remove documentation.
45957         * manual/Makefile (libc-texi-generated): New variable.  Include
45958         version.texi.
45959         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45960         $(libc-texi-generated), not duplicated list of files.
45961         (version.texi, stamp-version): New rules.
45962         (realclean): Remove $(libc-texi-generated), not individual files
45963         from that list.  Do not remove dir-add.texinfo.
45964         * manual/libc.texinfo: Comment out uses of edition numbers and
45965         references to printed manual.  Remove last-updated dates.
45966         (EDITION): Comment out.
45967         (ISBN): Likewise.
45968         (VERSION, UPDATED): Remove.
45969         (version.texi): Include.
45971 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45973         * sysdeps/posix/spawni.c: Include <signal.h>.
45974         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45975         * sysdeps/pthread/aio_fsync.c: Likewise.
45977 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45979         * conform/Makefile (tests): Run only when not cross-compiling and
45980         when fast-check is not defined.
45982         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45983         * conform/data/limits.h-data: Fixes for POSIX2008.
45984         * conform/run-conformtest.sh: Run all tests.
45985         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45986         headers.
45987         * include/bits/dlfcn.h: Likewise.
45988         * include/langinfo.h: Likewise.
45989         * include/monetary.h: Likewise.
45990         * include/sys/poll.h: Likewise.
45992         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45993         for __USE_GNU.
45994         * posix/spawn.h: Define __need_sigset_t.
45995         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45996         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45997         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45998         to get sigevent_t only.
45999         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
46000         only for __USE_GNU.
46001         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46002         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
46003         process_vm_writev only for __USE_GNU.
46004         * termios/termios.h: Declare tcgetsid also for POSIX2008.
46006         * conform/Makefile: For now ignore errors from run-conformtest.
46007         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
46008         POSIX to avoid namespace pollution.  Don't prepend headers.
46009         * conform/data/aio.h-data: Fixes for POSIX testing.
46010         * conform/data/fcntl.h-data: Likewise.
46011         * conform/data/glob.h-data: Likewise.
46012         * conform/data/grp.h-data: Likewise.
46013         * conform/data/pthread.h-data: Likewise.
46014         * conform/data/pwd.h-data: Likewise.
46015         * conform/data/signal.h-data: Likewise.
46016         * conform/data/spawn.h-data: Likewise.
46017         * conform/data/stdio.h-data: Likewise.
46018         * conform/data/stdlib.h-data: Likewise.
46019         * conform/data/stropts.h-data: Likewise.
46020         * conform/data/sys/mman.h-data: Likewise.
46021         * conform/data/sys/stat.h-data: Likewise.
46022         * conform/data/sys/types.h-data: Likewise.
46023         * conform/data/sys/wait.h-data: Likewise.
46024         * conform/data/time.h-data: Likewise.
46025         * conform/data/unistd.h-data: Likewise.
46026         * conform/data/utime.h-data: Likewise.
46028         * io/sys/stat.h: fchmod was always in POSIX.
46029         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
46030         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
46031         * rt/aio.h: Define __need_timespec before including <time.h>.
46032         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
46033         struct.  Add forward declaration of pthread_attr_t and use it in
46034         sigevent.
46035         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46036         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46037         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
46038         always remove CLK_TCK definition.
46040 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
46042         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
46044 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
46046         * conform/run-conformtest.sh: New file.
46047         * conform/Makefile: Run run-conformtest for tests.
46048         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
46049         support.
46051         * conform/data/uchar.h-data: New file.
46052         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
46053         * conform/data/arpa/inet.h-data: Likewise.
46054         * conform/data/assert.h-data: Likewise.
46055         * conform/data/complex.h-data: Likewise.
46056         * conform/data/cpio.h-data: Likewise.
46057         * conform/data/ctype.h-data: Likewise.
46058         * conform/data/dirent.h-data: Likewise.
46059         * conform/data/dlfcn.h-data: Likewise.
46060         * conform/data/errno.h-data: Likewise.
46061         * conform/data/fcntl.h-data: Likewise.
46062         * conform/data/float.h-data: Likewise.
46063         * conform/data/fmtmsg.h-data: Likewise.
46064         * conform/data/fnmatch.h-data: Likewise.
46065         * conform/data/ftw.h-data: Likewise.
46066         * conform/data/glob.h-data: Likewise.
46067         * conform/data/grp.h-data: Likewise.
46068         * conform/data/iconv.h-data: Likewise.
46069         * conform/data/inttypes.h-data: Likewise.
46070         * conform/data/langinfo.h-data: Likewise.
46071         * conform/data/libgen.h-data: Likewise.
46072         * conform/data/limits.h-data: Likewise.
46073         * conform/data/locale.h-data: Likewise.
46074         * conform/data/math.h-data: Likewise.
46075         * conform/data/monetary.h-data: Likewise.
46076         * conform/data/mqueue.h-data: Likewise.
46077         * conform/data/ndbm.h-data: Likewise.
46078         * conform/data/net/if.h-data: Likewise.
46079         * conform/data/netdb.h-data: Likewise.
46080         * conform/data/netinet/in.h-data: Likewise.
46081         * conform/data/nl_types.h-data: Likewise.
46082         * conform/data/poll.h-data: Likewise.
46083         * conform/data/pthread.h-data: Likewise.
46084         * conform/data/pwd.h-data: Likewise.
46085         * conform/data/regex.h-data: Likewise.
46086         * conform/data/sched.h-data: Likewise.
46087         * conform/data/search.h-data: Likewise.
46088         * conform/data/semaphore.h-data: Likewise.
46089         * conform/data/setjmp.h-data: Likewise.
46090         * conform/data/signal.h-data: Likewise.
46091         * conform/data/spawn.h-data: Likewise.
46092         * conform/data/stdarg.h-data: Likewise.
46093         * conform/data/stdio.h-data: Likewise.
46094         * conform/data/stdlib.h-data: Likewise.
46095         * conform/data/string.h-data: Likewise.
46096         * conform/data/strings.h-data: Likewise.
46097         * conform/data/stropts.h-data: Likewise.
46098         * conform/data/sys/ipc.h-data: Likewise.
46099         * conform/data/sys/mman.h-data: Likewise.
46100         * conform/data/sys/msg.h-data: Likewise.
46101         * conform/data/sys/resource.h-data: Likewise.
46102         * conform/data/sys/select.h-data: Likewise.
46103         * conform/data/sys/sem.h-data: Likewise.
46104         * conform/data/sys/shm.h-data: Likewise.
46105         * conform/data/sys/socket.h-data: Likewise.
46106         * conform/data/sys/stat.h-data: Likewise.
46107         * conform/data/sys/statvfs.h-data: Likewise.
46108         * conform/data/sys/time.h-data: Likewise.
46109         * conform/data/sys/timeb.h-data: Likewise.
46110         * conform/data/sys/times.h-data: Likewise.
46111         * conform/data/sys/types.h-data: Likewise.
46112         * conform/data/sys/uio.h-data: Likewise.
46113         * conform/data/sys/un.h-data: Likewise.
46114         * conform/data/sys/utsname.h-data: Likewise.
46115         * conform/data/sys/wait.h-data: Likewise.
46116         * conform/data/syslog.h-data: Likewise.
46117         * conform/data/tar.h-data: Likewise.
46118         * conform/data/termios.h-data: Likewise.
46119         * conform/data/utime.h-data: Likewise.
46120         * conform/data/utmpx.h-data: Likewise.
46121         * conform/data/varargs.h-data: Likewise.
46122         * conform/data/wchar.h-data: Likewise.
46123         * conform/data/wctype.h-data: Likewise.
46124         * conform/data/wordexp.h-data: Likewise.
46126         * include/stropts.h: New file.
46127         * include/uchar.h: New file.
46128         * include/aio.h: Changes to allow conformtest.pl to use the headers.
46129         * include/assert.h: Likewise.
46130         * include/ctype.h: Likewise.
46131         * include/dirent.h: Likewise.
46132         * include/dlfcn.h: Likewise.
46133         * include/fcntl.h: Likewise.
46134         * include/fnmatch.h: Likewise.
46135         * include/glob.h: Likewise.
46136         * include/grp.h: Likewise.
46137         * include/libio.h: Likewise.
46138         * include/locale.h: Likewise.
46139         * include/math.h: Likewise.
46140         * include/net/if.h: Likewise.
46141         * include/netdb.h: Likewise.
46142         * include/netinet/in.h: Likewise.
46143         * include/pthread.h: Likewise.
46144         * include/pwd.h: Likewise.
46145         * include/regex.h: Likewise.
46146         * include/sched.h: Likewise.
46147         * include/search.h: Likewise.
46148         * include/setjmp.h: Likewise.
46149         * include/signal.h: Likewise.
46150         * include/stdio.h: Likewise.
46151         * include/stdlib.h: Likewise.
46152         * include/string.h: Likewise.
46153         * include/sys/cdefs.h: Likewise.
46154         * include/sys/mman.h: Likewise.
46155         * include/sys/msg.h: Likewise.
46156         * include/sys/resource.h: Likewise.
46157         * include/sys/select.h: Likewise.
46158         * include/sys/socket.h: Likewise.
46159         * include/sys/stat.h: Likewise.
46160         * include/sys/statvfs.h: Likewise.
46161         * include/sys/time.h: Likewise.
46162         * include/sys/times.h: Likewise.
46163         * include/sys/uio.h: Likewise.
46164         * include/sys/utsname.h: Likewise.
46165         * include/sys/wait.h: Likewise.
46166         * include/termios.h: Likewise.
46167         * include/time.h: Likewise.
46168         * include/ulimit.h: Likewise.
46169         * include/unistd.h: Likewise.
46170         * include/utime.h: Likewise.
46171         * include/wchar.h: Likewise.
46172         * include/wctype.h: Likewise.
46173         * include/wordexp.h: Likewise.
46175         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
46177         * time/time.h: TIME_UTC must be a macro.
46178         Make timespec_get available for ISO C11 only as well.
46180 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
46182         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
46183         Reported by Peng Haitao <penght@cn.fujitsu.com>.
46185 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46187         * configure.in: Use -o not -a in test for unsupported multi-arch.
46189 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46191         * manual/texinfo.tex: Update to version 2012-01-19.16.
46193 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
46195         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
46197 2012-02-24  Roland McGrath  <roland@hack.frob.com>
46199         [BZ #13738]
46200         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
46201         * manual/fdl-1.3.texi: New file.
46202         * manual/fdl-1.1.texi: File removed.
46204         [BZ #13738]
46205         * manual/libc.texinfo (FDL_VERSION): New @set.
46206         Use it for mention of FDL in cover text.
46207         (Documentation License): Use it in @include file name.
46209 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46210             Roland McGrath  <roland@hack.frob.com>
46212         [BZ #5461]
46213         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
46214         (not LONG_LONG_MAX and LONG_LONG_MIN.
46215         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
46216         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
46217         name.
46218         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
46220 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46222         [BZ #2547]
46223         [BZ #11365]
46224         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
46225         manipulate bits before adding and subtracting TWO23[sx].
46226         * math/libm-test.inc (nearbyint_test): Add more tests.
46228 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46230         [BZ #2548]
46231         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
46232         bits before adding and subtracting TWO23[sx].
46233         * math/libm-test.inc (rint_test): Add more tests.
46234         (rint_test_tonearest): Likewise.
46235         (rint_test_towardzero): Likewise.
46236         (rint_test_downward): Likewise.
46237         (rint_test_upward: Likewise.
46239 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46241         [BZ #10110]
46242         * include/stdc-predef.h: New file.  Extracted from features.h.
46243         * include/features.h: Include stdc-predef.h.
46244         * Makefile (headers): Add stdc-predef.h.
46245         * CONFORMANCE (Compiler limitations): Update.
46247 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
46249         * manual/libc.texinfo (VERSION, UPDATED): Revert.
46251 2012-02-21  David S. Miller  <davem@davemloft.net>
46253         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46254         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46256 2012-02-20  David S. Miller  <davem@davemloft.net>
46258         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46259         using a normal save/restore sequence, rather than allocating a
46260         dummy stack frame just to store a frame pointer and restore.
46261         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46263 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46265         * manual/install.texi: Fix stray word in line-wrapped comment.
46267 2012-02-20  David S. Miller  <davem@davemloft.net>
46269         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46270         both binutils and gcc support GOTDATA.
46272         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46273         "rd %pc" in the PIC register setup sequences.
46275         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46276         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46277         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46278         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46279         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46280         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46281         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46282         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46283         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46284         (SYSCALL_ERROR_HANDLER): Likewise.
46285         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46286         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46287         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46288         (SYSCALL_ERROR_HANDLER): Likewise.
46290         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46291         (HAVE_GCC_GOTDATA): New.
46292         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46293         relocation support in both binutils and gcc.
46294         * sysdeps/sparc/elf/configure: Regenerate.
46296         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46297         * sysdeps/sparc/sparc32/elf/configure: Delete.
46298         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46299         * sysdeps/sparc/sparc64/elf/configure: Delete.
46300         * sysdeps/sparc/elf/configure.in: New file.
46301         * sysdeps/sparc/elf/configure: Generate.
46303         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46304         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46305         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46306         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46307         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46309 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46311         * manual/install.texi: Do not mention specific glibc version
46312         numbers.
46313         * manual/libc.texinfo (VERSION, UPDATED): Update.
46314         (@copying): Use @copyright{} and range of years.
46316 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46318         [BZ #13695]
46319         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46320         [crti.S not in sysdirs] (generated): Do not append.
46321         [crti.S not in sysdirs] (omit-deps): Likewise.
46322         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46323         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46324         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46325         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46326         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46327         Likewise.
46328         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46329         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46330         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46331         * csu/defs.awk: Remove file.
46332         * sysdeps/generic/initfini.c: Likewise.
46333         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46334         variable.
46335         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46336         Likewise.
46338 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46340         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46341         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46342         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46343         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46344         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46345         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46346         <bits/epoll.h>.
46347         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46348         (__EPOLL_PACKED): Define to empty if not defined by
46349         <bits/epoll.h>.
46350         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46351         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46352         bits/epoll.h.
46354 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46356         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46357         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46358         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46359         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46360         <bits/timerfd.h>.
46361         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46362         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46363         bits/timerfd.h.
46365 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46367         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46368         in C locale.
46369         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46370         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46371         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46372         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46374 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46376         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46377         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46379 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46381         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46382         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46383         defined.
46384         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46385         Likewise.
46386         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46387         entry for 2.16.
46389 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46391         * math/w_acos.c: Use non-signaling floating-point comparisons.
46392         * math/w_acosf.c: Likewise.
46393         * math/w_acosh.c: Likewise.
46394         * math/w_acoshf.c: Likewise.
46395         * math/w_acoshl.c: Likewise.
46396         * math/w_acosl.c: Likewise.
46397         * math/w_asin.c: Likewise.
46398         * math/w_asinf.c: Likewise.
46399         * math/w_asinl.c: Likewise.
46400         * math/w_atanh.c: Likewise.
46401         * math/w_atanhf.c: Likewise.
46402         * math/w_atanhl.c: Likewise.
46403         * math/w_exp2.c: Likewise.
46404         * math/w_exp2f.c: Likewise.
46405         * math/w_exp2l.c: Likewise.
46406         * math/w_j0.c: Likewise.
46407         * math/w_j0f.c: Likewise.
46408         * math/w_j0l.c: Likewise.
46409         * math/w_j1.c: Likewise.
46410         * math/w_j1f.c: Likewise.
46411         * math/w_j1l.c: Likewise.
46412         * math/w_jn.c: Likewise.
46413         * math/w_jnf.c: Likewise.
46414         * math/w_log.c: Likewise.
46415         * math/w_log10.c: Likewise.
46416         * math/w_log10f.c: Likewise.
46417         * math/w_log10l.c: Likewise.
46418         * math/w_log2.c: Likewise.
46419         * math/w_log2f.c: Likewise.
46420         * math/w_log2l.c: Likewise.
46421         * math/w_logf.c: Likewise.
46422         * math/w_logl.c: Likewise.
46423         * math/w_sqrt.c: Likewise.
46424         * math/w_sqrtf.c: Likewise.
46425         * math/w_sqrtl.c: Likewise.
46426         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46427         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46428         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46429         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46430         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46432 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46434         [BZ #9739]
46435         * manual/string.texi (strnlen): Use correct parameter name in
46436         equivalent expression.
46438 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46440         [BZ #11174]
46441         * manual/users.texi (seteuid): Consistently use neweuid for
46442         argument name.
46444 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46446         [BZ #13704]
46447         * manual/nss.texi (Services in the NSS configuration): Correct
46448         list of services in example configuration file.
46450 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46452         [BZ #11322]
46453         * manual/arith.texi: Remove statements about negative zero
46454         behaving identically to zero.
46456 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46458         [BZ #5993]
46459         * manual/install.texi: Do not document upgrading from libc5.
46461 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46463         [BZ #4596]
46464         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46466 2012-02-18  David S. Miller  <davem@davemloft.net>
46468         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46469         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46470         %o7 across the call.
46471         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46472         instead.
46473         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46474         SETUP_PIC_REG_LEAF.
46475         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46476         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46477         * sysdeps/sparc/crtn.S: Likewise.
46479 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46481         * aout/Makefile: Remove.
46483 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46485         [BZ #13058]
46486         * manual/examples/argp-ex1.c (main): Format definition in GNU
46487         style.
46488         * manual/examples/argp-ex2.c (main): Likewise.
46489         * manual/examples/argp-ex3.c (main): Likewise.
46490         * manual/examples/argp-ex4.c (main): Likewise.
46491         * manual/examples/longopt.c (main): Use new-style prototype
46492         definition.
46493         * manual/examples/strncat.c (main): Specify return type and use
46494         (void) for arguments.
46495         * manual/examples/subopt.c (main): Use char **argv argument.
46497 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46499         [BZ #5077]
46500         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46501         rounding modes.
46503 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46505         [BZ #6907]
46506         * manual/string.texi (strchr): Change when strchrnul is
46507         recommended.
46509 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46511         [BZ #174]
46512         * manual/locale.texi (setlocale): Document LOCPATH.
46514 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46516         [BZ #10210]
46517         * manual/process.texi (execle): Move @dots{} before last argument.
46519 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46521         [BZ #12047]
46522         * manual/charset.texi (Generic Charset Conversion): Fix typo
46523         (LC_TYPE -> LC_CTYPE).
46525 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46527         [BZ #5805]
46528         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46529         (scalbnf): Likewise.
46530         (scalbnl): Likewise.
46531         (scalbln): Likewise.
46532         (scalblnf): Likewise.
46533         (scalblnl): Likewise.
46534         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46535         (vwarnx): Likewise.
46536         (verr): Likewise.
46537         (verrx): Likewise.
46538         * manual/filesys.texi (telldir): Use braces around return type.
46539         * manual/llio.texi (mmap): Add space after comma.
46540         (mmap64): Likewise.
46541         * manual/math.texi (jn): Use @var{} on parameter names.
46542         (jnf): Likewise.
46543         (jnl): Likewise.
46544         (yn): Likewise.
46545         (ynf): Likewise.
46546         (ynl): Likewise.
46547         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46548         line.
46549         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46550         "...".
46551         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46552         (sched_get_priority_max): Likewise.
46553         * manual/signal.texi (sigvec): Add space after comma.
46554         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46555         names.
46556         (if_indextoname): Likewise.
46557         (if_freenameindex): Likewise.
46558         (sendto): Use ',' instead of '.' in prototype.
46559         * manual/startup.texi (syscall): Use @dots{} instead of literal
46560         "...".
46561         * manual/stdio.texi (__fpending): Separate initial words of
46562         paragraph from @deftypefun line.
46563         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46564         "...".
46565         (vsyslog): Use @var{} on parameter names.
46566         * manual/terminal.texi (stty): Use @var{} on parameter names.
46567         * manual/users.texi (getutmp): Use @var{} on parameter names.
46568         (getutmpx): Likewise.
46570 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46572         [BZ #6884]
46573         * manual/stdio.texi (fopen): Fix typos in description of
46574         ",ccs=STRING".
46576 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46578         [BZ #4026]
46579         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46580         get clock_id definition.
46582 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46584         [BZ #4822]
46585         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46586         (madvise): Cast every argument to void on its own.
46588 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46590         [BZ #9902]
46591         * manual/startup.texi (Exit Status): Fix typo.
46593 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46595         [BZ #10140]
46596         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46597         * manual/examples/argp-ex2.c: Likewise.
46598         * manual/examples/argp-ex3.c: Likewise.
46600 2012-02-16  Richard Henderson  <rth@redhat.com>
46602         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46603         * sysdeps/s390/s390-32/initfini.c: Remove.
46604         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46605         * sysdeps/s390/s390-64/initfini.c: Remove.
46607 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46609         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46610         compiler output for sysdeps/generic/initfini.c.
46611         * sysdeps/sh/elf/initfini.c: Remove file.
46613 2012-02-16  David S. Miller  <davem@davemloft.net>
46615         [BZ #11494]
46616         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46618         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46619         * sysdeps/sparc/crti.S: New file.
46620         * sysdeps/sparc/crtn.S: New file.
46621         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46622         * sysdeps/sparc/sparc64/Makefile: Likewise.
46624 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46626         [BZ #3335]
46627         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46629 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46631         [BZ #4822]
46632         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46634         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46635         (write, read, close): Likewise.
46636         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46638 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46640         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46641         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46642         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46643         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46644         <bits/signalfd.h>.
46645         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46646         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46647         bits/signalfd.h.
46649 2012-02-14  Marek Polacek  <polacek@redhat.com>
46651         * sysdeps/x86_64/crti.S: New file.
46652         * sysdeps/x86_64/crtn.S: New file.
46653         * sysdeps/x86_64/elf/initfini.c: Remove file.
46655 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46657         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46658         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46659         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46660         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46661         <bits/inotify.h>.
46662         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46663         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46664         bits/inotify.h.
46666 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46668         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46669         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46670         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46671         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46672         <bits/eventfd.h>.
46673         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46674         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46675         bits/eventfd.h.
46677 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46679         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46680         __feraiseexcept instead of feraiseexcept.
46682         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46683         nanosleep invocations.
46684         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46685         strings, and add error checking for a nanosleep invocations.
46687 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46689         Replace FSF snail mail address with URLs, as per GNU coding standards.
46690         Most of the snail mail addresses were wrong anyway, and omitting
46691         them makes the source code easier to maintain.  Almost all of the
46692         changes are to license notices and to locale LC_IDENTIFICATION
46693         addresses, except for this one:
46694         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46695         not its snail mail address.
46697 2012-02-09  Richard Henderson  <rth@twiddle.net>
46699         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46700         of kernel-features.h.
46702         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46704 2012-02-08  Marek Polacek  <polacek@redhat.com>
46706         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46707         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46708         * sysdeps/gnu/_G_config.h: Likewise.
46709         * sysdeps/generic/_G_config.h: Likewise.
46711 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46713         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46714         tests.
46715         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46717         * sysdeps/powerpc/powerpc32/crti.S: New file.
46718         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46719         * sysdeps/powerpc/powerpc64/crti.S: New file.
46720         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46722         * Makeconfig (have-initfini): Don't set.
46723         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46724         * configure.in (nopic_initfini): Don't substitute.
46725         * config.h.in (HAVE_INITFINI): Don't #undef.
46726         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46727         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46729 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46731         Support crti.S and crtn.S provided directly by architectures.
46732         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46733         [crti.S in sysdirs] (omit-deps): Likewise.
46734         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46735         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46736         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46737         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46738         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46739         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46740         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46741         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46742         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46743         compiler output for sysdeps/generic/initfini.c.
46744         * sysdeps/i386/elf/Makefile: Remove file.
46745         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46747 2012-02-07  Marek Polacek  <polacek@redhat.com>
46749         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46750         * sysdeps/gnu/_G_config.h: Likewise.
46751         * sysdeps/mach/hurd/_G_config.h: Likewise.
46753 2012-02-07  Marek Polacek  <polacek@redhat.com>
46755         * math/Makefile (tests): Add tst-CMPLX2.
46756         * math/tst-CMPLX2.c: New file.
46758 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46760         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46762         * math/libm-test.inc (jn_test): Add missing L suffix.
46764 2012-02-06  Marek Polacek  <polacek@redhat.com>
46766         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46767         * sysdeps/i386/fpu/e_powf.S: Likewise.
46768         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46769         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46770         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46771         * sysdeps/i386/fpu/e_pow.S: Likewise.
46772         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46773         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46774         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46775         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46776         * sysdeps/i386/fpu/e_log2.S: Likewise.
46777         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46778         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46779         * sysdeps/i386/fpu/e_powl.S: Likewise.
46780         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46781         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46782         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46783         * sysdeps/i386/fpu/e_logl.S: Likewise.
46784         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46785         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46786         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46787         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46788         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46789         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46790         * sysdeps/i386/fpu/e_log.S: Likewise.
46791         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46792         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46793         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46794         * sysdeps/i386/fpu/e_logf.S: Likewise.
46795         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46796         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46797         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46798         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46799         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46800         * sysdeps/i386/fpu/e_log10.S: Likewise.
46801         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46802         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46803         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46804         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46805         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46806         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46807         * sysdeps/i386/asm-syntax.h: Likewise.
46808         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46809         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46810         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46811         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46812         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46813         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46814         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46815         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46816         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46817         * sysdeps/powerpc/sysdep.h: Likewise.
46818         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46819         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46821 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46823         [BZ #411]
46824         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46826 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46828         * sysdeps/i386/sysdep.h: Include <features.h>.
46829         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46830         version.
46832 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46834         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46835         Define.
46836         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46837         LOAD_PIC_REG_STR.
46839 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46841         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46842         (SETUP_PIC_REG): Use GET_PC_THUNK.
46843         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46844         macro.
46846 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46848         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46849         for non-PIC compilation.
46850         (SETUP_PIC_REG): Add .p2align directive.
46851         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46852         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46853         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46854         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46855         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46856         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46857         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46858         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46859         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46860         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46861         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46862         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46863         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46864         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46865         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46866         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46867         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46868         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46869         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46870         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46871         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46872         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46873         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46874         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46875         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46876         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46877         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46878         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46879         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46880         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46881         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46882         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46883         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46884         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46885         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46886         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46887         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46888         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46889         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46890         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46891         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46893 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46895         * math/tst-CMPLX.c: Include <stdio.h>.
46897 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46899         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46900         float.
46901         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46902         * sysdeps/sparc/bits/mathdef.h: Likewise.
46904 2012-01-31  Marek Polacek  <polacek@redhat.com>
46906         * libio/libio.h: Don't define _PARAMS.
46907         * locale/programs/config.h: Don't define PARAMS.
46908         * stdlib/strtol_l.c: Likewise.
46909         (__strtol_l): Remove PARAMS from the prototype.
46911 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46913         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46914         names.  Just use the correct names.  Remove unnecessary wrapper
46915         functions.
46916         * malloc/arena.c: Likewise.
46917         * malloc/hooks.c: Likewise.
46919         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46920         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46921         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46923 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46925         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46926         into tail calls.
46927         (update_get_addr): New function.
46928         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46929         GET_ADDR_MODULE parameter.
46931 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46933         * crypt/cert.c: Remove __STDC__ conditionals.
46934         * crypt/crypt-entry.c: Likewise.
46935         * crypt/crypt_util.c: Likewise.
46936         * libio/filedoalloc.c: Likewise.
46937         * libio/fileops.c: Likewise.
46938         * libio/genops.c: Likewise.
46939         * libio/iofclose.c: Likewise.
46940         * libio/iofdopen.c: Likewise.
46941         * libio/iofopen.c: Likewise.
46942         * libio/iofopen64.c: Likewise.
46943         * libio/iogetdelim.c: Likewise.
46944         * libio/iopopen.c: Likewise.
46945         * libio/obprintf.c: Likewise.
46946         * libio/oldfileops.c: Likewise.
46947         * libio/oldiofclose.c: Likewise.
46948         * libio/oldiofdopen.c: Likewise.
46949         * libio/oldiofopen.c: Likewise.
46950         * libio/oldiopopen.c: Likewise.
46951         * libio/wfiledoalloc.c: Likewise.
46952         * libio/wgenops.c: Likewise.
46953         * locale/programs/xmalloc.c: Likewise.
46954         * misc/syslog.c: Likewise.
46955         * stdio-common/xbug.c: Likewise.
46956         * string/memchr.c: Likewise.
46957         * string/memcmp.c: Likewise.
46958         * string/memrchr.c: Likewise.
46959         * string/rawmemchr.c: Likewise.
46960         * sysdeps/posix/getcwd.c: Likewise.
46961         * time/strftime_l.c: Likewise.
46963 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46965         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46966         * config.make.in (config-cflags-sse2avx): Define.
46967         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46968         Fix typo.
46970 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46972         * scripts/config.guess: Update from upstream config git repository.
46973         * scripts/config.sub: Likewise.
46975 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46977         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46978         (EM_NUM): Update.
46979         (R_TILEPRO_*, R_TILEGX_*): New macros.
46981         * scripts/firstversions.awk: Fix bug in version range handling.
46983         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46985         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46987         * include/sys/epoll.h: New file.
46988         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46989         libc_hidden_def.
46991 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46993         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46994         Avoid unnecessary __WORDSIZE == 64 test.
46995         (fmaxf): Use VEX format if possible.
46996         (fmax): Likewise.
46997         (fminf): Likewise.
46998         (fmin): Likewise.
47000         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
47001         * math/math_private.h: Remove libc_fegetround* and
47002         libc_fesetround*.
47003         * sysdeps/i386/configure.in: Check for -msse2avx.
47004         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
47005         also if SSE2AVX is defined.
47006         Remove libc_fegetround* and libc_fesetround*.
47007         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
47008         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
47009         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
47010         of HAS_YMM_USABLE.
47011         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47012         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47013         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47014         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47015         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47017         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
47019 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47021         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
47022         size is not set.
47023         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
47025 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
47027         [BZ #13618]
47028         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
47029         relocation.
47030         * Makeconfig (libm): Define.
47031         * elf/Makefile: Add rules to build and run tst-relsort1.
47032         * elf/tst-relsort1.c: New file.
47033         * elf/tst-relsort1mod1.c: New file.
47034         * elf/tst-relsort1mod2.c: New file.
47036 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
47038         * math/s_ldexp.c: Remove __STDC__ conditionals.
47039         * math/s_ldexpf.c: Likewise.
47040         * math/s_ldexpl.c: Likewise.
47041         * math/s_nextafter.c: Likewise.
47042         * math/s_nexttowardf.c: Likewise.
47043         * math/s_significand.c: Likewise.
47044         * math/s_significandf.c: Likewise.
47045         * math/s_significandl.c: Likewise.
47046         * math/w_jnl.c: Likewise.
47047         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47048         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47049         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47050         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47051         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47052         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47053         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
47054         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47055         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47056         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47057         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47058         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47059         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47060         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47061         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47062         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47063         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47064         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47065         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47066         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47067         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47068         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47069         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47070         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47071         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47072         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47073         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47074         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47075         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47076         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47077         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47078         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47079         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47080         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47081         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47082         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47083         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47084         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47085         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47086         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47087         * sysdeps/ieee754/k_standard.c: Likewise.
47088         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47089         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47090         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47091         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47092         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47093         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47094         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47095         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47096         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47097         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47098         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47099         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47100         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47101         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47102         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47103         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47104         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47105         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
47106         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
47107         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
47108         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
47109         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
47110         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
47111         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
47112         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
47113         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
47114         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
47115         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
47116         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47117         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
47118         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
47119         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
47120         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
47121         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
47122         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
47123         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
47124         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
47125         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
47126         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
47127         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
47128         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
47129         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
47130         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
47131         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
47132         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
47133         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
47134         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
47135         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
47136         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
47137         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
47138         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
47139         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
47140         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
47141         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
47142         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
47143         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
47144         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
47145         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
47146         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
47147         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
47148         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
47149         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
47150         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
47151         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
47152         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
47153         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
47154         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
47155         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
47156         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
47157         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
47158         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
47159         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
47160         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
47161         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
47162         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
47163         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
47164         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
47165         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
47166         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
47167         * sysdeps/ieee754/s_matherr.c: Likewise.
47168         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
47169         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
47170         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
47171         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
47173 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47175         * crypt/md5.h: Remove __STDC__ conditionals.
47176         * libio/libioP.h: Likewise.
47177         * locale/programs/config.h: Likewise.
47178         * sysdeps/generic/sysdep.h: Likewise.
47179         * sysdeps/i386/asm-syntax.h: Likewise.
47180         * sysdeps/s390/asm-syntax.h: Likewise.
47181         * sysdeps/unix/sysdep.h: Likewise.
47182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
47183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
47185 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
47187         * libio/libio.h: Remove __STDC__ conditionals.
47188         * malloc/obstack.h: Likewise.
47189         * math/complex.h: Likewise.
47190         * math/math.h: Likewise.
47191         * sysdeps/generic/_G_config.h: Likewise.
47192         * sysdeps/gnu/_G_config.h: Likewise.
47193         * sysdeps/mach/hurd/_G_config.h: Likewise.
47194         * sysdeps/powerpc/bits/mathdef.h: Likewise.
47195         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
47196         * sysdeps/sparc/bits/mathdef.h: Likewise.
47198 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
47200         [BZ #13583]
47201         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
47202         Clean up HAS_* macros.
47203         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
47204         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
47205         possible.
47206         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
47207         HAS_AVX.
47208         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47209         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47210         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47211         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47212         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47214 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
47216         * elf/tst-unique3.cc (gets): Remove declaration.
47217         * elf/tst-unique3lib.cc (gets): Likewise.
47218         * elf/tst-unique3lib2.cc (gets): Likewise.
47219         * elf/tst-unique4.cc (gets): Likewise.
47221 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
47223         * include/stdio.h: Add C++ protection.  Add gets declarations and
47224         definitions.
47225         * debug/tst-chk1.c: Don't declare gets here.
47226         * stdio-common/tst-gets.c: Likewise.
47228 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47230         * posix/glob: Remove directory.
47232 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
47234         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
47236 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
47238         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
47239         of the non-standard EPFNOSUPPORT.
47241 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47243         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
47244         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
47245         ANYWHERE set to 1 only on KERN_NO_SPACE error.
47247 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
47249         * wcsmbs/uchar.h: Test __STDC_VERSION__.
47251 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
47253         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47254         transient errors.
47255         * nscd/grpcache.c (cache_addgr): Likewise.
47256         * nscd/hstcache.c (cache_addhst): Likewise.
47257         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47258         * nscd/pwdcache.c (cache_addpw): Likewise.
47259         * nscd/servicescache.c (cache_addserv): Likewise.
47261 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47263         * malloc/malloc.c: Various cleanups.
47264         * malloc/hooks.c: Likewise.
47266         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47267         * stdlib/bug-fmtmsg1.c: New file.
47269         * stdlib/fmtmsg.c (init): Add missing unlock.
47270         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47272 2012-01-12  Marek Polacek  <polacek@redhat.com>
47274         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47275         and _GNU_SOURCE.
47277 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47279         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47280         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47281         macro to ensure uniqueness of label name.
47282         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47283         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47285 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47287         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47289         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47290         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47291         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47292         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47294 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47296         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47298         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47299         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47300         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47302         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47304         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47305         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47306         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47307         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47309         * math/bits/math-finite.h: Add ldexp support.
47311 2012-01-10  Marek Polacek  <polacek@redhat.com>
47313         * locale/programs/localedef.h (show_archive_content): Add noreturn
47314         attribute.
47316 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47318         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47320 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47322         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47324         * io/Makefile (headers): Add bits/poll2.h.
47326 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47329         typo #include statement.
47331 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47333         * include/sys/cdefs.h: Define __attribute_alloc_size.
47334         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47335         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47336         * elf/pldd.c: Likewise.
47337         * iconv/iconv_charmap.c: Likewise.
47338         * iconv/iconvconfig.c: Likewise.
47339         * iconv/strtab.c: Likewise.
47340         * locale/programs/locale.c: Likewise.
47341         * locale/programs/localedef.h: Likewise.
47342         * locale/programs/simple-hash.c: Likewise.
47343         * nscd/nscd.h: Likewise.
47344         * nss/makedb.c: Likewise.
47345         * sysdeps/generic/ldconfig.h: Likewise.
47346         * locale/programs/localedef.c: Remove xmalloc prototype.
47347         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47349 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47351         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47352         appropriate.
47354 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47356         * math/Makefile (tests): Add tst-CMPLX.
47357         * math/tst-CMPLX.c: New file.
47359         * math/complex.h (CMPLXL): Fix typo.
47361         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47362         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47363         GLIBC_2.16.
47364         * debug/tst-chk1.c: Add poll and ppoll tests.
47365         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47366         * include/sys/poll.h: Add hidden proto for ppoll.
47367         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47368         * sysdeps/mach/hurd/ppoll.c: Likewise.
47369         * io/ppoll.c: Likewise.
47370         * debug/poll_chk.c: New file.
47371         * debug/ppoll_chk.c: New file.
47372         * include/bits/poll2.h: New file.
47373         * io/bits/poll2.h: New file.
47375         [BZ #1350]
47376         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47378         * configure.in: static is always set to yes.  Remove.
47379         * config.make.in: Don't set build-static.
47380         * Makeconfig: Remove use of build-static.
47381         * dlfcn/Makefile: Likewise.
47382         * elf/Makefile: Likewise.
47383         * math/Makefile: Likewise.
47384         * misc/Makefile: Likewise.
47385         * nptl/Makefile: Likewise.
47386         * sysdeps/mach/hurd/Makefile: Likewise.
47388         * configure.in: PWD_P is not used anymore.
47389         * config.make.in: Remove PWD_P entry.
47391         * configure.in: Remove last remnants of RANLIB.
47392         No need to check for signed size_t anymore.
47393         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47394         and IA-64.
47395         Remove __builtin_expect test because we require at least gcc 3.4.
47396         * aclocal.m4: Likewise.
47398         * wcsmbs/mbrtoc16.c: Implement using towc function.
47399         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47400         * wcsmbs/wcsmbsload.c: Likewise.
47401         * iconv/gconv_simple.c: Likewise.
47402         * iconv/gconv_int.h: Likewise.
47403         * iconv/gconv_builtin.h: Likewise.
47404         * iconv/iconv_prog.c: Remove CHAR16 handling.
47406         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47408         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47410         * configure.in: Remove --with-elf and --enable-bounded options.
47411         Dont set base_machine for ia64.  More non-ELF conditions removed.
47412         Remove testing and setting of leading underscore information.
47413         * config.make.in (build-bounded): Set to no.
47414         * config.h.in: Remove NO_UNDERSCORES entry.
47415         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47416         them.
47417         * csu/start.c: Remove !NO_UNDERSCORE code.
47418         * locale/localeinfo.h: Likewise.
47419         * sysdeps/generic/machine-gmon.h: Likewise.
47420         * sysdeps/generic/sysdep.h: Likewise.
47421         * sysdeps/i386/sysdep.h: Likewise.
47422         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47423         * sysdeps/mach/sysdep.h: Likewise.
47424         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47425         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47426         * sysdeps/sh/sysdep.h: Likewise.
47427         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47428         * sysdeps/unix/i386/sysdep.S: Likewise.
47429         * sysdeps/unix/sparc/start.c: Likewise.
47430         * sysdeps/unix/sparc/sysdep.S: Likewise.
47431         * sysdeps/unix/sparc/sysdep.h: Likewise.
47432         * sysdeps/unix/start.c: Likewise.
47433         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47434         * sysdeps/x86_64/sysdep.h: Likewise.
47436 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47438         [BZ #13553]
47439         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47440         for non-gcc.
47441         * argp/argp-fmtstream.h: Use const instead __const.
47442         * argp/argp.h: Likewise.
47443         * assert/assert.h: Likewise.
47444         * bits/fenv.h: Likewise.
47445         * bits/sched.h: Likewise.
47446         * bits/sigset.h: Likewise.
47447         * bits/sigthread.h: Likewise.
47448         * catgets/nl_types.h: Likewise.
47449         * conform/data/pthread.h-data: Likewise.
47450         * crypt/crypt-private.h: Likewise.
47451         * crypt/crypt.h: Likewise.
47452         * crypt/crypt_util.c: Likewise.
47453         * ctype/ctype.h: Likewise.
47454         * debug/execinfo.h: Likewise.
47455         * debug/mbsnrtowcs_chk.c: Likewise.
47456         * debug/mbsrtowcs_chk.c: Likewise.
47457         * debug/wcsnrtombs_chk.c: Likewise.
47458         * debug/wcsrtombs_chk.c: Likewise.
47459         * debug/wcstombs_chk.c: Likewise.
47460         * dirent/dirent.h: Likewise.
47461         * dlfcn/dlfcn.h: Likewise.
47462         * elf/neededtest4.c: Likewise.
47463         * grp/grp.h: Likewise.
47464         * gshadow/gshadow.h: Likewise.
47465         * iconv/gconv.h: Likewise.
47466         * iconv/gconv_int.h: Likewise.
47467         * iconv/gconv_simple.c: Likewise.
47468         * iconv/iconv.h: Likewise.
47469         * iconv/loop.c: Likewise.
47470         * iconv/skeleton.c: Likewise.
47471         * include/aio.h: Likewise.
47472         * include/aliases.h: Likewise.
47473         * include/argz.h: Likewise.
47474         * include/arpa/inet.h: Likewise.
47475         * include/assert.h: Likewise.
47476         * include/dirent.h: Likewise.
47477         * include/dlfcn.h: Likewise.
47478         * include/execinfo.h: Likewise.
47479         * include/fcntl.h: Likewise.
47480         * include/fenv.h: Likewise.
47481         * include/glob.h: Likewise.
47482         * include/grp.h: Likewise.
47483         * include/libintl.h: Likewise.
47484         * include/mntent.h: Likewise.
47485         * include/netdb.h: Likewise.
47486         * include/pwd.h: Likewise.
47487         * include/rpc/netdb.h: Likewise.
47488         * include/sched.h: Likewise.
47489         * include/search.h: Likewise.
47490         * include/shadow.h: Likewise.
47491         * include/signal.h: Likewise.
47492         * include/stdio.h: Likewise.
47493         * include/stdlib.h: Likewise.
47494         * include/string.h: Likewise.
47495         * include/sys/socket.h: Likewise.
47496         * include/sys/stat.h: Likewise.
47497         * include/sys/statfs.h: Likewise.
47498         * include/sys/statvfs.h: Likewise.
47499         * include/sys/syslog.h: Likewise.
47500         * include/sys/time.h: Likewise.
47501         * include/sys/uio.h: Likewise.
47502         * include/time.h: Likewise.
47503         * include/unistd.h: Likewise.
47504         * include/utmp.h: Likewise.
47505         * include/wchar.h: Likewise.
47506         * include/wctype.h: Likewise.
47507         * inet/aliases.h: Likewise.
47508         * inet/arpa/inet.h: Likewise.
47509         * inet/netinet/ether.h: Likewise.
47510         * inet/netinet/in.h: Likewise.
47511         * intl/libintl.h: Likewise.
47512         * io/bits/fcntl2.h: Likewise.
47513         * io/fcntl.h: Likewise.
47514         * io/ftw.h: Likewise.
47515         * io/sys/poll.h: Likewise.
47516         * io/sys/stat.h: Likewise.
47517         * io/sys/statfs.h: Likewise.
47518         * io/sys/statvfs.h: Likewise.
47519         * io/utime.h: Likewise.
47520         * libio/bits/stdio.h: Likewise.
47521         * libio/bits/stdio2.h: Likewise.
47522         * libio/libio.h: Likewise.
47523         * libio/libioP.h: Likewise.
47524         * libio/stdio.h: Likewise.
47525         * locale/lc-ctype.c: Likewise.
47526         * locale/locale.h: Likewise.
47527         * login/utmp.h: Likewise.
47528         * malloc/arena.c: Likewise.
47529         * malloc/malloc.c: Likewise.
47530         * malloc/malloc.h: Likewise.
47531         * malloc/mcheck.c: Likewise.
47532         * malloc/mtrace.c: Likewise.
47533         * math/bits/mathcalls.h: Likewise.
47534         * math/fenv.h: Likewise.
47535         * math/math_private.h: Likewise.
47536         * misc/bits/error.h: Likewise.
47537         * misc/bits/syslog.h: Likewise.
47538         * misc/err.h: Likewise.
47539         * misc/error.h: Likewise.
47540         * misc/fstab.h: Likewise.
47541         * misc/mntent.h: Likewise.
47542         * misc/regexp.h: Likewise.
47543         * misc/search.h: Likewise.
47544         * misc/sgtty.h: Likewise.
47545         * misc/sys/mman.h: Likewise.
47546         * misc/sys/syslog.h: Likewise.
47547         * misc/sys/uio.h: Likewise.
47548         * misc/sys/xattr.h: Likewise.
47549         * misc/ttyent.h: Likewise.
47550         * nis/rpcsvc/ypclnt.h: Likewise.
47551         * nss/nss.h: Likewise.
47552         * posix/bits/unistd.h: Likewise.
47553         * posix/fnmatch.h: Likewise.
47554         * posix/glob.h: Likewise.
47555         * posix/sched.h: Likewise.
47556         * posix/spawn.h: Likewise.
47557         * posix/sys/wait.h: Likewise.
47558         * posix/unistd.h: Likewise.
47559         * posix/wordexp.h: Likewise.
47560         * pwd/pwd.h: Likewise.
47561         * resolv/netdb.h: Likewise.
47562         * resource/sys/resource.h: Likewise.
47563         * rt/aio.h: Likewise.
47564         * rt/bits/mqueue2.h: Likewise.
47565         * rt/mqueue.h: Likewise.
47566         * shadow/shadow.h: Likewise.
47567         * signal/signal.h: Likewise.
47568         * socket/send.c: Likewise.
47569         * socket/sendto.c: Likewise.
47570         * socket/sys/socket.h: Likewise.
47571         * stdio-common/printf.h: Likewise.
47572         * stdlib/bits/stdlib.h: Likewise.
47573         * stdlib/fmtmsg.h: Likewise.
47574         * stdlib/monetary.h: Likewise.
47575         * stdlib/stdlib.h: Likewise.
47576         * stdlib/ucontext.h: Likewise.
47577         * streams/stropts.h: Likewise.
47578         * string/argz.h: Likewise.
47579         * string/bits/string2.h: Likewise.
47580         * string/string.h: Likewise.
47581         * string/strings.h: Likewise.
47582         * sunrpc/rpc/auth.h: Likewise.
47583         * sunrpc/rpc/auth_des.h: Likewise.
47584         * sunrpc/rpc/clnt.h: Likewise.
47585         * sunrpc/rpc/netdb.h: Likewise.
47586         * sunrpc/rpc/pmap_clnt.h: Likewise.
47587         * sunrpc/rpc/xdr.h: Likewise.
47588         * sysdeps/generic/inttypes.h: Likewise.
47589         * sysdeps/generic/net/if.h: Likewise.
47590         * sysdeps/generic/sys/swap.h: Likewise.
47591         * sysdeps/gnu/net/if.h: Likewise.
47592         * sysdeps/gnu/utmpx.h: Likewise.
47593         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47594         * sysdeps/i386/i486/bits/string.h: Likewise.
47595         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47596         * sysdeps/s390/bits/string.h: Likewise.
47597         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47598         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47599         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47600         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47601         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47602         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47603         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47604         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47605         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47606         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47607         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47608         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47609         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47610         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47611         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47612         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47613         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47614         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47615         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47616         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47617         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47618         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47619         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47620         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47621         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47622         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47623         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47624         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47625         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47626         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47627         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47628         * sysvipc/sys/ipc.h: Likewise.
47629         * sysvipc/sys/msg.h: Likewise.
47630         * sysvipc/sys/sem.h: Likewise.
47631         * sysvipc/sys/shm.h: Likewise.
47632         * termios/termios.h: Likewise.
47633         * time/sys/time.h: Likewise.
47634         * time/time.h: Likewise.
47635         * wcsmbs/bits/wchar2.h: Likewise.
47636         * wcsmbs/uchar.h: Likewise.
47637         * wcsmbs/wchar.h: Likewise.
47638         * wctype/wctype.h: Likewise.
47640         [BZ #13551]
47641         * Makeconfig: Remove all but ELF support including AIX support.
47642         * Makerules: Likewise.
47643         * config.h.in: Likewise.
47644         * config.make.in: Likewise.
47645         * configure: Likewise.
47646         * configure.in: Likewise.
47647         * csu/Makefile: Likewise.
47648         * csu/version.c: Likewise.
47649         * debug/Makefile: Likewise.
47650         * dlfcn/Makefile: Likewise.
47651         * elf/Makefile: Likewise.
47652         * extra-lib.mk: Likewise.
47653         * iconv/Makefile: Likewise.
47654         * include/libc-symbols.h: Likewise.
47655         * include/shlib-compat.h: Likewise.
47656         * resolv/Makefile: Likewise.
47657         * resolv/res_libc.c: Likewise.
47658         * rt/Makefile: Likewise.
47659         * sysdeps/i386/asm-syntax.h: Likewise.
47660         * sysdeps/i386/sysdep.h: Likewise.
47661         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47662         * sysdeps/mach/sysdep.h: Likewise.
47663         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47664         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47665         * sysdeps/s390/asm-syntax.h: Likewise.
47666         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47667         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47668         * sysdeps/sh/sysdep.h: Likewise.
47669         * sysdeps/unix/sparc/sysdep.h: Likewise.
47670         * sysdeps/wordsize-32/divdi3.c: Likewise.
47671         * sysdeps/x86_64/sysdep.h: Likewise.
47673         * argp/Versions: Remove _argp_unlock_xxx.
47675         [BZ #13559]
47676         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47677         * abilist/libBrokenLocale.abilist: Likewise.
47678         * abilist/libanl.abilist: Likewise.
47679         * abilist/libc.abilist: Likewise.
47680         * abilist/libcrypt.abilist: Likewise.
47681         * abilist/libdl.abilist: Likewise.
47682         * abilist/libm.abilist: Likewise.
47683         * abilist/libnsl.abilist: Likewise.
47684         * abilist/libpthread.abilist: Likewise.
47685         * abilist/libresolv.abilist: Likewise.
47686         * abilist/librt.abilist: Likewise.
47687         * abilist/libthread_db.abilist: Likewise.
47688         * abilist/libutil.abilist: Likewise.
47689         * abilist/libnss_db.abilist: New file.
47691         * scripts/abilist.awk: Add support for indirect functions.
47693         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47695         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47697         * shlib-versions: Remove entries for ports architectures.
47699         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47700         files in ports.
47701         * elf/stackguard-macros.h: Remove support for IA-64.
47702         * elf/tst-auditmod1.c: Likewise.
47703         * sysdeps/generic/ldsodefs.h: Likewise.
47705         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47706         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47707         configure files.
47709         [BZ #13552]
47710         * configure.in: Remove --enable-omitfp support.
47711         * FAQ.in: Adjust.
47712         * config.make.in: Likewise.
47713         * Makeconfig: Likewise.
47714         * manual/install.texi: Likewise.
47716         In case anyone cares, the IA-64 architecture could move to ports.
47717         * sysdeps/ia64/*: Removed.
47718         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47719         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47721         [BZ #13555]
47722         * configure.in: Remove entries for unsupported architectures.
47724         [BZ #13533]
47725         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47726         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47727         routines.
47728         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47729         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47730         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47731         fall back to using wcrtomb.
47732         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47733         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47734         renaming.
47735         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47736         * wcsmbs/tst-c16c32-1.c: New file.
47738         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47739         local variable.
47741         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47743         * elf/tst-unique3.cc: Add explicit declaration of gets.
47744         * elf/tst-unique3lib.cc: Likewise.
47745         * elf/tst-unique3lib2.cc: Likewise.
47746         * elf/tst-unique4.cc: Likewise.
47748         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47750 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47752         [BZ #13566]
47753         * assert/assert.h (static_assert): Don't define for C++.
47754         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47755         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47757 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47759         * iconv/loop.c (single loop): Fix assertion in storing of
47760         remaining bytes.
47762         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47764 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47766         * posix/getconf.c: Update copyright year.
47767         * nss/getent.c: Likewise.
47768         * nss/makedb.c: Likewise.
47769         * iconv/iconvconfig.c: Likewise.
47770         * iconv/iconv_prog.c: Likewise.
47771         * elf/ldconfig.c: Likewise.
47772         * elf/pldd.c: Likewise.
47773         * elf/sotruss.ksh: Likewise.
47774         * catgets/gencat.c: Likewise.
47775         * csu/version.c: Likewise.
47776         * elf/ldd.bash.in: Likewise.
47777         * elf/sprof.c (print_version): Likewise.
47778         * locale/programs/locale.c: Likewise.
47779         * locale/programs/localedef.c: Likewise.
47780         * login/programs/pt_chown.c: Likewise.
47781         * nscd/nscd.c (print_version): Likewise.
47782         * debug/xtrace.sh: Likewise.
47783         * malloc/memusage.sh: Likewise.
47784         * malloc/mtrace.pl: Likewise.
47785         * debug/catchsegv.sh: Likewise.
47787 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47789         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47790         pure attribute.
47792 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47794         [BZ #13533]
47795         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47796         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47797         transformations.
47798         * iconv/gconv_int.h: Likewise.
47799         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47800         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47801         from libc for GLIBC_2.16.
47802         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47803         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47804         * wcsmbs/uchar.h: Really define mbstate_t.
47805         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47806         * wcsmbs/c16rtomb.c: New file.
47807         * wcsmbs/mbrtoc16.c: New file.
47808         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47809         for C/POSIX locale.
47810         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47811         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47813         * wcsmbs/wchar.h: Add missing __restrict.
47815 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47817         [BZ #13532]
47818         * time/Makefile (routines): Add timespec_get.
47819         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47820         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47821         timespec for ISO C11.
47822         * time/timespec_get.c: New file.
47823         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47824         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47826         [BZ #13531]
47827         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47828         * stdlib/stdlib.h: Declare aligned_alloc.
47829         * Versions.def: Add GLIBC_2.16 for libc.
47830         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47832         [BZ 13527]
47833         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47834         ISO C11.
47836         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47837         code.
47839         [BZ #13528]
47840         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47842         [BZ #13529]
47843         * assert/assert.h (static_assert): Define.
47845         * version.h: Update for 2.16 development version.
47847         [BZ #13526]
47848         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47849         _ISOC11_SOURCE.
47851         * version.h (RELEASE): Bump for 2.15 release.
47852         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47854         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47855         Patch by Marek Polacek <mpolacek@redhat.com>.
47857         * bits/byteswap.h: Protect long long constants with __extension__.
47858         * sysdeps/i386/bits/byteswap.h: Likewise.
47859         * sysdeps/ia64/bits/byteswap.h: Likewise.
47860         * sysdeps/s390/bits/byteswap.h: Likewise.
47861         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47863 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47865         [BZ #13540]
47866         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47867         destination buffer.
47868         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47870 2011-12-23  Marek Polacek  <polacek@redhat.com>
47872         * elf/dl-addr.c (determine_info): Add inline keyword.
47873         * elf/tst-auditmod4b.c (check_avx): Likewise.
47874         * elf/tst-auditmod6b.c (check_avx): Likewise.
47875         * elf/tst-auditmod6c.c (check_avx): Likewise.
47876         * elf/tst-auditmod7b.c (check_avx): Likewise.
47878 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47880         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47881         !__SSE_MATH__.
47883 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47885         [BZ #13540]
47886         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47887         processing for last bytes.
47889 2011-08-06  Bruno Haible  <bruno@clisp.org>
47891         [BZ #13061]
47892         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47893         U+0385, not to U+1FEE.
47895         [BZ #13062]
47896         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47897         entry for U+00A5 U+0301.
47899 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47901         [BZ #13166]
47902         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47903         buffer for the output is too small.
47905         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47906         optimization.
47908         [BZ #13185]
47909         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47910         SSE flags if possible.
47912 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47914         [BZ #13540]
47915         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47916         processing for last bytes.
47918 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47920         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47921         (syscall-list-default-options, syscall-list-default-condition)
47922         (syscall-list-includes): Define.
47923         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47924         list of ABIs and options and #if conditions for each ABI.  Do not
47925         handle common syscalls between ABIs specially.
47926         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47927         Remove.
47928         (syscall-list-variants, syscall-list-32bit-options)
47929         (syscall-list-32bit-condition, syscall-list-64bit-options)
47930         (syscall-list-64bit-condition): Define.
47931         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47932         (syscall-list-variants, syscall-list-32bit-options)
47933         (syscall-list-32bit-condition, syscall-list-64bit-options)
47934         (syscall-list-64bit-condition): Define.
47935         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47936         Remove.
47937         (syscall-list-variants, syscall-list-32bit-options)
47938         (syscall-list-32bit-condition, syscall-list-64bit-options)
47939         (syscall-list-64bit-condition): Define.
47940         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47941         Remove.
47942         (syscall-list-variants, syscall-list-32bit-options)
47943         (syscall-list-32bit-condition, syscall-list-64bit-options)
47944         (syscall-list-64bit-condition): Define.
47946 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47948         * locale/iso-639.def: Add brx entry.
47950         [BZ #13328]
47951         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47952         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47954         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47955         __feraiseexcept_renamed.
47957 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47959         [BZ #13538]
47960         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47961         EPOLLET with unsigned values.
47962         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47963         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47965         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47966         to large cancellation.
47967         * math/s_cacoshf.c: Likewise.
47968         * math/s_cacoshl.c: Likewise.
47970 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47972         [BZ #13305]
47973         [BZ #12786]
47974         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47975         * math/s_cacoshf.c: Likewise.
47976         * math/s_cacoshl.c: Likewise.
47978 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47980         [BZ #13439]
47981         * iconv/gconv.h: Define __GCONV_SWAP.
47982         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47983         * iconvdata/utf-16.c: Likewise.
47984         * iconvdata/utf-32.c: Likewise.
47986 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47988         [BZ #13524]
47989         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47990         numerator after shifting it by one limb.
47992 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47994         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47995         under [__USE_EXTERN_INLINES].
47997 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47999         [BZ #13446]
48000         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
48002 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48004         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
48005         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
48006         optimized code.
48007         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
48008         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
48009         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
48010         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
48011         for strncasecmp/strncasecmp_l compilation.
48012         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
48013         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
48015 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
48017         [BZ #13484]
48018         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
48019         of __asm__.
48021 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
48023         [BZ #13506]
48024         * time/tzfile.c (__tzfile_read): Check values from file header.
48026 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
48028         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
48029         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
48030         * powerpc/powerpc32/dl-start.S: Likewise.
48031         * powerpc/powerpc32/elf/start.S: Likewise.
48032         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
48033         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
48034         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
48035         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
48036         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
48037         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
48038         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
48039         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
48040         * powerpc/powerpc32/fpu/s_round.S: Likewise.
48041         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
48042         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
48043         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
48044         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
48045         * powerpc/powerpc32/memset.S: Likewise.
48046         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
48047         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
48048         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
48049         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
48050         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
48051         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
48052         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
48053         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
48054         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
48055         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
48056         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
48057         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
48058         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
48060 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48062         * math/libm-test.inc: Added more nearbyint tests.
48063         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
48064         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
48065         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
48066         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
48068 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
48070         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
48071         FD_CLOEXEC.
48073 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48075         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
48076         Add wcscpy-ssse3 wcscpy-c.
48077         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
48078         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
48079         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
48080         * sysdeps/x86_64/wcschr.S: New file.
48081         * sysdeps/x86_64/wcsrchr.S: New file.
48082         * string/test-strcmp.c: Remove checking of wcscmp function for
48083         wrong alignments.
48084         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
48085         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
48086         wcsrchr-sse2 wcsrchr-c.
48087         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
48088         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
48089         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
48090         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
48091         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
48092         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
48093         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
48094         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
48095         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
48096         * wcsmbc/wcschr.c (WCSCHR): New macro.
48098 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48100         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
48101         * wcsmbs/test-wcsrchr.c: New file.
48102         * string/test-strrchr.c: Add wcsrchr support.
48103         (WIDE): New macro.
48104         * wcsmbs/test-wcscpy.c: New file.
48105         * string/test-strcpy.c: Add wcscpy support.
48106         (WIDE): New macro.
48108 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
48110         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
48111         the inner loop.
48113 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
48115         [BZ #13472]
48116         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
48118 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
48120         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
48121         Minor optimizations.
48123         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
48124         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
48125         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
48127 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
48129         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
48130         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
48131         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
48132         for gcc to avoid warnings.
48133         * inet/Makefile (tests): Add tst-checks.
48134         * inet/tst-checks.c: New file.
48136         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
48137         warning.
48139         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
48140         __wmemcmp_sse2.
48142         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
48143         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
48145         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
48147 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
48149         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
48150         problem.
48152         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
48154 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
48156         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
48157         conditional on GCC version.
48158         (__arch_compare_and_exchange_val_8_acq)
48159         (__arch_compare_and_exchange_val_16_acq)
48160         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
48161         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
48162         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
48164 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
48166         * sysdeps/sh/backtrace.c: New file.
48168 2011-12-02  Andreas Schwab  <schwab@redhat.com>
48170         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
48171         parenthesis.
48173 2011-12-01  Andreas Schwab  <schwab@redhat.com>
48175         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
48176         falling back to utime.
48178 2011-11-30  Andreas Schwab  <schwab@redhat.com>
48180         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
48181         expectations for float.
48183 2011-11-29  Andreas Schwab  <schwab@redhat.com>
48185         * locale/weight.h (findidx): Add parameter len.
48186         * locale/weightwc.h (findidx): Likewise.
48187         * posix/fnmatch_loop.c (FCT): Adjust caller.
48188         * posix/regcomp.c (build_equiv_class): Likewise.
48189         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
48190         * posix/regexec.c (check_node_accept_bytes): Likewise.
48191         * string/strcoll_l.c (STRCOLL): Likewise.
48192         * string/strxfrm_l.c (STRXFRM): Likewise.
48194 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
48196         * Makefile.in: Remove CVSOPT handling.
48197         * configure.in: Remove use of AC_REVISION.
48198         * iconvdata/Makefile (distribute): No need to filter out CVS.
48199         * scripts/list-sources.sh: Remove CVS, subversion and monotone
48200         handling.
48202 2011-11-16  Andreas Schwab  <schwab@redhat.com>
48204         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
48205         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
48206         [USE_AS_STRNCASECMP_L]: Likewise.
48207         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
48208         NO_TLS_DIRECT_SEG_REFS.
48209         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
48210         Fix argument offsets for non-PIC.
48211         [USE_AS_STRNCASECMP_L]: Likewise.
48212         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
48213         NO_TLS_DIRECT_SEG_REFS.
48215 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48217         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
48218         O_CLOEXEC.
48219         * locale/loadlocale.c (_nl_load_locale): Likewise.
48221 2011-11-15  Andreas Schwab  <schwab@redhat.com>
48223         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
48224         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
48225         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
48226         (SYSCALL_GETTIME): Set errno on error.
48228         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
48229         count references to noai6ai_cached.
48231 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
48233         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
48235         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
48236         FD_CLOEXEC for /proc/self/maps.
48238         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
48239         FD_CLOEXEC for /proc/meminfo.
48241         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
48242         gai.conf.
48244         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
48245         FD_CLOEXEC for given file.
48247         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
48249         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
48250         FD_CLOEXEC for /etc/hosts.
48251         (_gethtent): Likewise.
48253         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48255         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48256         cancellation and set FD_CLOEXEC for /etc/netgroup.
48258         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48259         reading /etc/publickey.
48261         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48262         allow cancellation when reading /etc/group.
48264         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48265         cancellation.
48266         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48268         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48269         when using data file.
48271         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48273         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48274         (write_nis_obj): Use "c" and "e" in fopen.
48276         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48278         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48280         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48282         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48284         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48285         locale.alias.
48287         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48289         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48291         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48293         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48294         file parsing and set FD_CLOEXEC.
48296 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48298         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48300 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48302         * malloc/arena.c (arena_get2): Don't call reused_arena when
48303         _int_new_arena failed.
48305 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48307         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48308         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48309         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48310         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48311         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48312         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48313         to compile strcasecmp and strncasecmp.
48314         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48315         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48317         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48319 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48321         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48322         locale-defines.sym to gen-as-const-headers.
48323         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48324         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48325         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48326         to compile strcasecmp and strncasecmp.
48327         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48328         strcasecmp_l and strncasecmp_l.
48329         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48330         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48331         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48332         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48333         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48334         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48335         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48336         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48337         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48338         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48339         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48341 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48343         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48344         result of SYSDEP_GETTIME_CPU to retval.
48345         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48346         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48348         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48349         variable.
48351         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48352         mantissa words.
48353         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48355         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48356         from unused variable.
48358         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48359         DWARF definitions.
48360         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48361         for assembling.
48363         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48364         over namespaces.
48366         * sunrpc/rpc_prot.c (rejected): Fix case value.
48368         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48369         unsigned long long int to avoid warnings in shift.
48371         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48372         of use of trans.
48373         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48374         variable tmp.
48376         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48377         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48378         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48380         * nis/nis_table.c (nis_list): Use variable of correct type for
48381         result of __follow_path call.
48383 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48385         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48386         of math functions ceil, trunc, floor, round, and sqrt, when
48387         avaliable on the platform.
48388         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48389         name clash.
48390         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48391         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48392         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48394 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48396         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48397         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48399 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48401         * include/unistd.h: Fix __readlink return type.
48402         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48404 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48406         * stdlib/ucontext.h: Undo last change for makecontext.
48408 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48410         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48412         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48413         * setjmp/setjmp.h: Mark functions as non-leaf.
48414         * setjmp/bits/setjmp2.h: Likewise.
48415         * stdlib/ucontext.h: Likewise.
48417 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48419         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48420         (reused_arena): Don't check arena limit.
48421         (arena_get2): Atomically check arena limit.
48423 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48425         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48426         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48428         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48429         instructions.
48431 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48433         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48434         handler when locking.
48436         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48437         Fix size of allocated buffer.
48439 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48441         [BZ #10103]
48442         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48443         declarations for long double functions.
48444         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48446         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48448 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48450         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48451         installed.
48453         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48454         is disabled.
48456 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48458         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48460 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48462         * include/alloca.h (stackinfo_alloca_round): Define.
48463         (extend_alloca): Use it.
48464         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48465         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48466         here.
48468         * scripts/check-local-headers.sh: Ignore libaudit.h.
48470         * nscd/Makefile (extra-objs): Make recursively expanded.
48472 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48474         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48475         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48477         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48478         * posix/tst-rfc3484-2.c: Likewise.
48479         * posix/tst-rfc3484-3.c: Likewise.
48481         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48482         process_vm_writev.
48483         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48484         process_vm_writev.
48485         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48486         process_vm_writev from libc using GLIBC_2.15 version.
48488         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48490 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48492         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48493         stack usage.
48495 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48497         [BZ #13367]
48498         * nss/getent.c (initgroups_keys): Show error message in case no group
48499         names are given.
48501         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48502         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48503         __bump_nl_timestamp.
48504         * nscd/connections (nscd_init): When host database is served open
48505         netlink socket and request notification about configuration changes.
48506         (main_loop_poll): Track netlink file descriptor and bump timestamp
48507         in case data becomes available.
48508         (main_loop_epoll): Likewise.
48509         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48510         (database_pers_head): Add extra_data fileds.
48511         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48512         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48513         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48514         Adjust caller.
48515         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48516         in6ai data, call __free_in6ai.
48517         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48518         Add -DHAVE_NETLINK.
48519         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48520         interface information.  Reuse previous data if netlink timestamp
48521         is not changed.
48522         (__bump_nl_timestamp): New function.
48523         (__free_in6ai): New function.
48525 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48527         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48528         close_not_cancel_no_status here.
48529         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48531 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48533         [BZ #13276]
48534         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48535         return value.
48537         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48538         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48539         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48541 2011-07-03  Andreas Jaeger  <aj@suse.de>
48543         [BZ #10709]
48544         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48545         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48546         * math/libm-test.inc (sin_test): Add test case.
48548 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48550         [BZ #13337]
48551         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48552         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48554         * elf/chroot_canon.c (chroot_canon): Cleanups.
48556         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48558         [BZ #13335]
48559         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48560         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48562         * string/test-strchr.c: Make usable for strchrnul testing.
48563         * string/test-strchrnul.c: New file.
48564         * string/Makefile (strop-tests): Add strchrnul.
48566         * po/it.po: Update from translation team.
48567         * po/es.po: Likewise.
48569 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48571         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48572         the three constants needed as parameters.  Drop the others.
48573         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48574         __m128i_strloadu_tolower.
48575         Create and initialize variable zero and use it in all the places
48576         where _mm_setzero_si128 was used.
48578         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48579         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48580         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48581         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48582         anymore.
48583         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48584         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48585         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48586         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48587         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48588         __mpranred, __mptan.
48589         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48590         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48591         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48592         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48593         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48594         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48595         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48596         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48597         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48599 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48601         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48602         redefine if SHARED.
48603         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48605         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48606         wide char related routines to wcsmbs subdir.
48608 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48610         [BZ #13344]
48611         * misc/sys/cdefs.h (__THROWNL): Define.
48612         * posix/unistd.h: Use __THREADNL instead of __THREAD
48613         for memory synchronization functions.
48615 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48617         [BZ #13349]
48618         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48619         doesn't exist.
48620         * manual/stdio.texi (Obstack Streams): Node removed.
48622 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48624         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48625         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48626         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48628         * math/math_private.h (math_force_eval): Allow non-addressable
48629         arguments.
48630         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48632 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48634         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48635         file is not needed.
48637         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48638         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48639         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48640         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48641         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48642         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48643         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48644         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48645         Add AVX variants.
48646         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48647         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48648         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48649         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48650         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48651         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48652         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48653         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48654         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48655         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48656         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48657         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48658         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48659         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48660         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48661         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48662         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48663         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48664         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48666         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48667         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48669         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48670         place.  Use VEX encoding when compiling for AVX.
48672 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48674         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48675         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48677         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48679 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48681         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48682         useless if() expression.
48683         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48684         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48685         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48686         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48687         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48688         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48689         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48690         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48691         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48692         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48693         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48694         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48695         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48696         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48697         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48698         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48699         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48700         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48701         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48703         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48705 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48707         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48708         condition.
48709         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48711 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48713         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48714         .text section.  Avoid duplicate constants.
48715         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48716         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48717         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48718         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48719         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48720         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48721         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48722         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48723         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48724         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48725         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48726         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48727         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48728         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48729         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48730         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48731         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48732         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48733         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48734         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48735         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48736         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48737         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48738         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48739         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48740         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48741         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48742         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48743         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48744         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48745         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48746         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48747         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48748         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48749         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48750         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48751         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48752         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48753         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48754         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48755         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48756         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48757         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48758         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48759         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48761 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48763         * sysdeps/x86_64/dla.h: Move to ...
48764         * sysdeps/x86_64/fpu/dla.h: ...here.
48765         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48766         situations.  Use __builtin_fma only for gcc 4.6 and up.
48768         * config.make.in: Add have-mfma4 entry.
48769         * configure.in: Substitute libc_cv_cc_fma4.
48770         * math/Makefile (dbl-only-routines): Add sincostab.
48771         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48772         Use __sincostab not sincos.
48773         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48774         name is a macro.
48775         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48776         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48777         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48778         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48779         using __copysign.
48780         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48781         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48782         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48783         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48784         and __inv.
48785         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48786         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48787         __copysign.
48788         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48789         define aliases when function name is a macro.
48790         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48791         sysdeps/ieee754/dbl-64/sincos.tbl.
48792         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48793         fma4-enabled routines.
48794         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48795         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48796         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48797         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48798         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48799         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48800         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48801         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48802         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48803         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48804         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48805         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48806         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48807         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48808         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48809         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48810         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48811         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48812         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48813         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48814         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48815         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48816         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48817         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48818         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48819         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48820         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48821         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48822         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48823         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48825         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48826         rename.
48827         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48828         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48829         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48830         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48831         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48832         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48833         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48834         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48836 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48838         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48840 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48842         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48844         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48845         prediction.
48846         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48848         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48849         Remove unused variable magic_bits.
48850         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48852         * string/strnlen.c: Define and use STRNLEN macro.
48853         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48854         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48855         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48856         * wcsmbs/wcslen.c: Define and use WCSLEN.
48857         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48858         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48859         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48860         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48861         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48862         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48863         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48865 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48867         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48868         strnlen-sse2-no-bsf.
48869         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48870         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48871         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48872         Add strnlen support.
48873         (USE_AS_STRNLEN): New macro.
48874         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48875         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48876         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48877         * sysdeps/x86_64/wcslen.S: New file.
48879 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48881         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48882         XMM-moves are used for copying on small sizes.
48884 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48886         * wcsmbs/Makefile (strop-tests): Add wcschr.
48887         * wcsmbs/test-wcschr.c: New file.
48888         * string/test-strchr.c: Update.
48889         Add wcschr support.
48890         (WIDE): New macro.
48892 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48894         * wcsmbs/Makefile (strop-tests): Add wcslen.
48895         * wcsmbs/test-wcslen.c: New file.
48896         * string/test-strlen.c: Update.
48897         Add wcslen support.
48898         (WIDE): New macro.
48900 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48902         * po/it.po: Update from translation team.
48904 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48906         * sysdeps/x86_64/wcscmp.S: Update.
48907         Fix wrong comparison semantics.
48908         wcscmp shall use signed comparison not unsigned.
48909         Don't use substraction to avoid overflow bug.
48910         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48911         * wcsmbc/wcscmp.c: Likewise.
48912         * string/test-strcmp.c: Likewise.
48913         Add new tests to check cases with negative values.
48915 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48917         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48918         * sysdeps/x86_64/dla.h: ...here.  New file.
48919         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48920         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48921         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48922         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48923         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48924         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48925         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48926         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48927         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48929 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48931         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48932         __ynl_finite aliases.
48934 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48936         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48938         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48939         define DLA_FMA.
48940         [DLA_FMA] (EMULV): Use DLA_FMA.
48941         [DLA_FMA] (MUL12): Use EMULV.
48942         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48943         that are not needed.
48944         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48945         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48946         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48947         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48948         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48949         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48950         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48952 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48954         * math/s_nan.c: Undef __nan.
48955         * math/s_nanf.c: Undef __nanf.
48956         * math/s_nanl.c: Undef __nanl.
48957         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48958         "math_private.h".
48960 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48962         * math/s_catan.c: Add branch predictions.
48963         * math/s_catanf.c: Likewise.
48964         * math/s_catanh.c: Likewise.
48965         * math/s_catanhf.c: Likewise.
48966         * math/s_catanhl.c: Likewise.
48967         * math/s_catanl.c: Likewise.
48968         * math/s_cexp.c: Likewise.
48969         * math/s_cexpf.c: Likewise.
48970         * math/s_cexpl.c: Likewise.
48971         * math/s_clog.c: Likewise.
48972         * math/s_clog10.c: Likewise.
48973         * math/s_clog10f.c: Likewise.
48974         * math/s_clog10l.c: Likewise.
48975         * math/s_clogf.c: Likewise.
48976         * math/s_clogl.c: Likewise.
48977         * math/s_csqrt.c: Likewise.
48978         * math/s_csqrtf.c: Likewise.
48979         * math/s_csqrtl.c: Likewise.
48980         * math/s_ctanf.c: Likewise.
48981         * math/s_ctanh.c: Likewise.
48982         * math/s_ctanhf.c: Likewise.
48983         * math/s_ctanhl.c: Likewise.
48984         * math/s_ctanl.c: Likewise.
48986         * math/math_private.h: Define __nan, __nanf, __nanl.
48987         * math/s_cacosh.c: Include <math_private.h>.
48988         * math/s_cacoshl.c: Likewise.
48989         * math/s_casinh.c: Likewise.
48990         * math/s_casinhf.c: Likewise.
48991         * math/s_casinhl.c: Likewise.
48992         * math/s_ccos.c: Rely entire on ccosh.
48993         * math/s_ccosf.c: Rely entire on ccoshf.
48994         * math/s_ccosl.c: Rely entirely on ccoshl.
48995         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48996         Remove tests for FE_INVALID.
48997         * math/s_ccoshf.c: Likewise.
48998         * math/s_ccoshl.c: Likewise.
48999         * math/s_csin.c: Likewise.
49000         * math/s_csinf.c: Likewise.
49001         * math/s_csinh.c Likewise.
49002         * math/s_csinhf.c: Likewise.
49003         * math/s_csinhl.c: Likewise.
49004         * math/s_csinl.c: Likewise.
49005         * math/s_ctan.c: Likewise.
49006         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
49007         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
49008         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
49010 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
49012         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
49013         compilation problems.
49015         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
49016         __builtin_expect.
49018 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
49020         * sysdeps/i386/configure.in: Test for -mfma4 option.
49021         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
49022         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
49023         COMMON_CPUID_INDEX_80000001.
49024         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
49025         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
49026         use it if FMA3 is not supported.
49027         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
49029         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
49030         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49032 2011-10-20  Andreas Schwab  <schwab@redhat.com>
49034         [BZ #12892]
49035         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
49036         it would create a cycle with a link time dependency.
49038 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
49040         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
49041         instruction.
49042         * string/Makefile (strop-tests): Add rawmemchr.
49043         * string/test-rawmemchr.c: New file.
49045         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
49046         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
49047         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
49048         when compiling str{,n}casecmp and when AVX is available.  Hook up
49049         new optimized code in initializers.
49051 2011-10-19  Andreas Schwab  <schwab@redhat.com>
49053         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
49054         __feraiseexcept instead of feraiseexcept.
49056 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
49058         * math/math_private.h: Define defaults for libc_fetestexcept and
49059         libc_feupdateenv.
49060         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
49061         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
49062         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49063         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49064         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49065         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49066         libc_fetestexcept and libc_feupdateenv.
49068         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
49069         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
49070         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
49071         * sysdeps/x86_64/fpu/math_private.h: Define special version of
49072         libc_feholdexcept_setround.
49074         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
49075         Add s_nearbyint-c and s_nearbyintf-c.
49076         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
49077         nearbyintf inlines.
49078         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
49079         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
49080         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
49081         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
49083         * math/math_private.h: Define defaults for libc_fegetround,
49084         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
49085         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
49086         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
49087         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
49088         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
49089         standard functions.
49090         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49091         Remove comments and hacks for old compiler versions.
49092         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
49093         libc_fegetround, libc_fesetround, libc_feholdexcept, and
49094         libc_feholdexceptl.
49096 2011-10-18  Andreas Schwab  <schwab@redhat.com>
49098         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
49099         (__feraiseexcept_renamed): Add __NTH.
49100         (feraiseexcept): Add __NTH.  Rename local variables to fix
49101         namespace violations.
49103 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
49105         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
49107         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
49109         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
49110         recently added interfaces.
49111         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
49113         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
49114         about macro parameter expansion.
49116         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
49117         __NO_MATH_INLINES is defined.  Cleanups.
49119         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
49120         and __floorf is target has SSE4.1.
49121         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
49122         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
49123         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
49124         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
49126         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
49127         name.
49128         (floorf): Likewise.
49130         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
49132 2011-10-17  Andreas Schwab  <schwab@redhat.com>
49134         * misc/sys/cdefs.h: Fix last change.
49136         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
49137         database lookup.
49139 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
49141         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
49143         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
49144         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49145         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
49146         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
49147         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
49148         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
49149         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
49150         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49151         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49152         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
49153         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
49154         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
49155         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
49156         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
49157         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
49158         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
49159         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
49160         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
49161         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
49162         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
49163         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
49164         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
49166         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
49167         ceil, ceilf, floor, floorf.
49169         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
49170         Perform IRELATIVE relocations last.
49172         * elf/do-rel.h: Add another parameter nrelative, replacing the
49173         local variable with the same name.  Change name of the function
49174         to end in Rel or Rela (uppercase).
49175         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
49176         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
49177         elf_dynamic_do_##reloc function.
49179 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49181         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
49182         is sufficient, at least on modern CPUs.
49184         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
49186         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
49187         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
49189         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
49190         __expl_finite.
49191         * math/bits/math-finite.h: Add entries for exp.
49192         * math/e_expl.c: Add __*_finite alias.
49193         * sysdeps/i386/fpu/e_exp.S: Likewise.
49194         * sysdeps/i386/fpu/e_expf.S: Likewise.
49195         * sysdeps/i386/fpu/e_expl.c: Likewise.
49196         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
49197         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
49198         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
49199         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
49200         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
49201         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49202         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49204         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
49205         is sufficient, at least on modern CPUs.
49207         * ctype/ctype-info.c (__ctype_init): Define.
49208         * include/ctype.h (__ctype_init): Declare.
49209         (__ctype_b_loc): The variable is always initialized.
49210         (__ctype_toupper_loc): Likewise.
49211         (__ctype_tolower_loc): Likewise.
49212         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
49213         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
49215 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
49217         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
49219         * configure.in: Also look in $cxxmachine/include for C++ system
49220         headers.
49222 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49224         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
49225         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
49226         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
49227         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
49228         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
49229         (USE_AS_WMEMCMP): New macro.
49230         Fixing indents.
49231         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
49232         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
49233         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
49234         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
49235         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49236         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
49237         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
49238         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
49239         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
49240         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
49241         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
49242         (USE_AS_WMEMCMP): New macro.
49243         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
49244         * sysdeps/string/test-memcmp.c: Update.
49245         Fix simple_wmemcmp.
49246         Add new tests.
49247         * wcsmbs/wmemcmp.c: Update.
49248         (WMEMCMP): New macro.
49249         Fix overflow bug.
49251 2011-10-12  Andreas Jaeger  <aj@suse.de>
49253         [BZ #13268]
49254         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49256 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49258         * libio/iofwide.c (do_length): Avoid warning.
49260         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49262 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49264         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49266         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49267         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49268         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49269         * sysdeps/i386/i686/fpu/e_log.S: New file.
49270         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49271         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49273         * ctype/ctype.h: Add support for inlined isXXX functions when
49274         compiling C++ code.
49276 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49278         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49280         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49282 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49284         [BZ #13291]
49285         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49287 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49289         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49290         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49291         feraiseexcept.
49293         * sysdeps/x86_64/memrchr.S: Check for zero size.
49295         * string/stratcliff.c: Add memrchr tests.
49297 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49299         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49300         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49301         rawmemchr-sse2 rawmemchr-sse2-bsf.
49302         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49303         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49304         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49305         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49306         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49307         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49308         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49309         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49310         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49311         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49312         * string/memrchr.c (MEMRCHR): New macro.
49314 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49316         Add integration with gcc's -ffinite-math-only and optimize wrapper
49317         functions in libm.
49318         * Versions.def: Define GLIBC_2.15 version for libm.
49319         * math/Makefile (headers): Add bits/math-finite.h.
49320         * math/bits/math-finite.h: New file.
49321         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49322         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49323         * math/e_acoshl.c: Add __*_finite alias.
49324         * math/e_acosl.c: Likewise.
49325         * math/e_asinl.c: Likewise.
49326         * math/e_atan2l.c: Likewise.
49327         * math/e_atanhl.c: Likewise.
49328         * math/e_coshl.c: Likewise.
49329         * math/e_exp10.c: Likewise.
49330         * math/e_exp10f.c: Likewise.
49331         * math/e_exp10l.c: Likewise.
49332         * math/e_exp2l.c: Likewise.
49333         * math/e_fmodl.c: Likewise.
49334         * math/e_gammal_r.c: Likewise.
49335         * math/e_hypotl.c: Likewise.
49336         * math/e_j0l.c: Likewise.
49337         * math/e_j1l.c: Likewise.
49338         * math/e_jnl.c: Likewise.
49339         * math/e_lgammal_r.c: Likewise.
49340         * math/e_log10l.c: Likewise.
49341         * math/e_log2l.c: Likewise.
49342         * math/e_logl.c: Likewise.
49343         * math/e_powl.c: Likewise.
49344         * math/e_sinhl.c: Likewise.
49345         * math/e_sqrtl.c: Likewise.
49346         * math/e_scalb.c: Completely rewritten and optimized.
49347         * math/e_scalbf.c: Likewise.
49348         * math/e_scalbl.c: Likewise.
49349         * math/w_acos.c: Likewise.
49350         * math/w_acosf.c: Likewise.
49351         * math/w_acosl.c: Likewise.
49352         * math/w_acosh.c: Likewise.
49353         * math/w_acoshf.c: Likewise.
49354         * math/w_acoshl.c: Likewise.
49355         * math/w_asin.c: Likewise.
49356         * math/w_asinf.c: Likewise.
49357         * math/w_asinl.c: Likewise.
49358         * math/w_atan2.c: Likewise.
49359         * math/w_atan2f.c: Likewise.
49360         * math/w_atan2l.c: Likewise.
49361         * math/w_atanh.c: Likewise.
49362         * math/w_atanhf.c: Likewise.
49363         * math/w_atanhl.c: Likewise.
49364         * math/w_exp10.c: Likewise.
49365         * math/w_exp10f.c: Likewise.
49366         * math/w_exp10l.c: Likewise.
49367         * math/w_fmod.c: Likewise.
49368         * math/w_fmodf.c: Likewise.
49369         * math/w_fmodl.c: Likewise.
49370         * math/w_j0.c: Likewise.
49371         * math/w_j0f.c: Likewise.
49372         * math/w_j0l.c: Likewise.
49373         * math/w_j1.c: Likewise.
49374         * math/w_j1f.c: Likewise.
49375         * math/w_j1l.c: Likewise.
49376         * math/w_jn.c: Likewise.
49377         * math/w_jnf.c: Likewise.
49378         * math/w_log.c: Likewise.
49379         * math/w_logf.c: Likewise.
49380         * math/w_logl.c: Likewise.
49381         * math/w_log10.c: Likewise.
49382         * math/w_log10f.c: Likewise.
49383         * math/w_log10l.c: Likewise.
49384         * math/w_log2.c: Likewise.
49385         * math/w_log2f.c: Likewise.
49386         * math/w_log2l.c: Likewise.
49387         * math/w_pow.c: Likewise.
49388         * math/w_powf.c: Likewise.
49389         * math/w_powl.c: Likewise.
49390         * math/w_remainder.c: Likewise.
49391         * math/w_remainderf.c: Likewise.
49392         * math/w_remainderl.c: Likewise.
49393         * math/w_scalb.c: Likewise.
49394         * math/w_scalbf.c: Likewise.
49395         * math/w_scalbl.c: Likewise.
49396         * math/w_sqrt.c: Likewise.
49397         * math/w_sqrtf.c: Likewise.
49398         * math/w_sqrtl.c: Likewise.
49399         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49400         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49401         used.
49402         * math/math_private.h: Declare __kernel_standard_f.
49403         * math/w_cosh.c: Remove cruft and optimize a bit.
49404         * math/w_coshf.c: Likewise.
49405         * math/w_coshl.c: Likewise.
49406         * math/w_exp2.c: Likewise.
49407         * math/w_exp2f.c: Likewise.
49408         * math/w_exp2l.c: Likewise.
49409         * math/w_hypot.c: Likewise.
49410         * math/w_hypotf.c: Likewise.
49411         * math/w_hypotl.c: Likewise.
49412         * math/w_lgamma.c: Likewise.
49413         * math/w_lgamma_r.c: Likewise.
49414         * math/w_lgammaf.c: Likewise.
49415         * math/w_lgammaf_r.c: Likewise.
49416         * math/w_lgammal.c: Likewise.
49417         * math/w_lgammal_r.c: Likewise.
49418         * math/w_sinh.c: Likewise.
49419         * math/w_sinhf.c: Likewise.
49420         * math/w_sinhl.c: Likewise.
49421         * math/w_tgamma.c: Likewise.
49422         * math/w_tgammaf.c: Likewise.
49423         * math/w_tgammal.c: Likewise.
49424         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49425         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49426         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49427         Minor optimizations.  Pretty printing.  Remove cruft.
49428         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49429         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49430         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49431         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49432         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49433         * sysdeps/i386/fpu/e_asin.S: Likewise.
49434         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49435         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49436         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49437         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49438         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49439         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49440         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49441         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49442         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49443         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49444         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49445         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49446         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49447         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49448         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49449         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49450         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49451         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49452         * sysdeps/i386/fpu/e_log.S: Likewise.
49453         * sysdeps/i386/fpu/e_log10.S: Likewise.
49454         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49455         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49456         * sysdeps/i386/fpu/e_log2.S: Likewise.
49457         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49458         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49459         * sysdeps/i386/fpu/e_logf.S: Likewise.
49460         * sysdeps/i386/fpu/e_logl.S: Likewise.
49461         * sysdeps/i386/fpu/e_pow.S: Likewise.
49462         * sysdeps/i386/fpu/e_powf.S: Likewise.
49463         * sysdeps/i386/fpu/e_powl.S: Likewise.
49464         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49465         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49466         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49467         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49468         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49469         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49470         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49471         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49472         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49473         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49474         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49475         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49476         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49477         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49478         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49479         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49480         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49481         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49482         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49483         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49484         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49485         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49486         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49487         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49488         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49489         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49490         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49491         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49492         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49493         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49494         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49495         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49496         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49497         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49498         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49499         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49500         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49501         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49502         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49503         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49504         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49505         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49506         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49507         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49508         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49509         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49510         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49511         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49512         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49513         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49514         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49515         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49516         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49517         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49518         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49519         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49520         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49521         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49522         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49523         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49524         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49525         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49526         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49527         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49528         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49529         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49530         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49531         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49532         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49533         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49534         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49535         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49536         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49537         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49538         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49539         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49540         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49541         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49542         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49543         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49544         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49545         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49546         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49547         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49548         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49549         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49550         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49551         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49552         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49553         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49554         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49555         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49556         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49557         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49558         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49559         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49560         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49561         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49562         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49563         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49564         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49565         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49566         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49567         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49568         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49569         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49570         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49571         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49572         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49573         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49574         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49575         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49576         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49577         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49578         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49579         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49580         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49581         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49582         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49583         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49584         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49585         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49586         (__isnanf): Likewise.
49587         (__isinf_ns): Likewise.
49588         (__isinf_nsf): Likewise.
49589         (__finite): Likewise.
49590         (__finitef): Likewise.
49591         (__ieee754_sqrt): Define as macro.
49592         (__ieee754_sqrtf): Define as macro.
49593         (__ieee754_sqrtl): Define as macro.
49594         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49595         inlined copy.
49596         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49597         __FINITE_MATH_ONLY__ consistent.
49598         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49600 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49602         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49603         of rawmemchr.
49605         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49607 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49609         * po/ja.po: Update from translation team.
49611 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49613         * locale/programs/locarchive.c (prepare_address_space): New function.
49614         (create_archive, enlarge_archive, open_archive): Use it.
49616         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49617         inside [SHARED], where it is used.
49619         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49621         * nss/getent.c (netgroup_keys): Remove unused variable.
49622         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49624 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49626         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49627         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49628         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49629         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49630         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49631         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49632         * math/Makefile (libm-calls): Add s_isinf_ns.
49633         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49634         * math/multc3.c: Likewise.
49635         * math/s_casin.c: Likewise.
49636         * math/s_casinf.c: Likewise.
49637         * math/s_casinl.c: Likewise.
49638         * math/s_ccos.c: Likewise.
49639         * math/s_ccosf.c: Likewise.
49640         * math/s_ccosl.c: Likewise.
49641         * math/s_ctan.c: Likewise.
49642         * math/s_ctanf.c: Likewise.
49643         * math/s_ctanh.c: Likewise.
49644         * math/s_ctanhf.c: Likewise.
49645         * math/s_ctanhl.c: Likewise.
49646         * math/s_ctanl.c: Likewise.
49647         * math/w_fmod.c: Likewise.
49648         * math/w_fmodf.c: Likewise.
49649         * math/w_fmodl.c: Likewise.
49650         * math/w_remainder.c: Likewise.
49651         * math/w_remainderf.c: Likewise.
49652         * math/w_remainderl.c: Likewise.
49653         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49654         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49655         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49656         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49657         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49658         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49659         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49660         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49662         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49663         of the number.
49664         * stdio-common/printf_fphex.c: Likewise.
49665         * stdio-common/printf_size.c: Likewise.
49667         * math/e_exp10.c: Include math_private.h using <...> not "...".
49668         * math/e_exp10f.c: Likewise.
49669         * math/e_exp10l.c: Likewise.
49670         * math/e_exp2l.c: Likewise.
49671         * math/e_j0l.c: Likewise.
49672         * math/e_j1l.c: Likewise.
49673         * math/e_jnl.c: Likewise.
49674         * math/e_lgammal_r.c: Likewise.
49675         * math/e_rem_pio2l.c: Likewise.
49676         * math/e_scalb.c: Likewise.
49677         * math/e_scalbf.c: Likewise.
49678         * math/e_scalbl.c: Likewise.
49679         * math/k_cosl.c: Likewise.
49680         * math/k_sinl.c: Likewise.
49681         * math/k_tanl.c: Likewise.
49682         * math/s_cacoshf.c: Likewise.
49683         * math/s_catan.c: Likewise.
49684         * math/s_catanf.c: Likewise.
49685         * math/s_catanh.c: Likewise.
49686         * math/s_catanhf.c: Likewise.
49687         * math/s_catanhl.c: Likewise.
49688         * math/s_catanl.c: Likewise.
49689         * math/s_ccosh.c: Likewise.
49690         * math/s_ccoshf.c: Likewise.
49691         * math/s_ccoshl.c: Likewise.
49692         * math/s_cexp.c: Likewise.
49693         * math/s_cexpf.c: Likewise.
49694         * math/s_cexpl.c: Likewise.
49695         * math/s_clog.c: Likewise.
49696         * math/s_clog10.c: Likewise.
49697         * math/s_clog10f.c: Likewise.
49698         * math/s_clog10l.c: Likewise.
49699         * math/s_clogf.c: Likewise.
49700         * math/s_clogl.c: Likewise.
49701         * math/s_csin.c: Likewise.
49702         * math/s_csinf.c: Likewise.
49703         * math/s_csinh.c: Likewise.
49704         * math/s_csinhf.c: Likewise.
49705         * math/s_csinhl.c: Likewise.
49706         * math/s_csinl.c: Likewise.
49707         * math/s_csqrt.c: Likewise.
49708         * math/s_csqrtf.c: Likewise.
49709         * math/s_csqrtl.c: Likewise.
49710         * math/s_ctan.c: Likewise.
49711         * math/s_ctanf.c: Likewise.
49712         * math/s_ctanh.c: Likewise.
49713         * math/s_ctanhf.c: Likewise.
49714         * math/s_ctanhl.c: Likewise.
49715         * math/s_ctanl.c: Likewise.
49716         * math/s_ldexp.c: Likewise.
49717         * math/s_ldexpf.c: Likewise.
49718         * math/s_ldexpl.c: Likewise.
49719         * math/s_significand.c: Likewise.
49720         * math/s_significandf.c: Likewise.
49721         * math/s_significandl.c: Likewise.
49722         * math/w_acos.c: Likewise.
49723         * math/w_acosf.c: Likewise.
49724         * math/w_acosh.c: Likewise.
49725         * math/w_acoshf.c: Likewise.
49726         * math/w_acoshl.c: Likewise.
49727         * math/w_acosl.c: Likewise.
49728         * math/w_asin.c: Likewise.
49729         * math/w_asinf.c: Likewise.
49730         * math/w_asinl.c: Likewise.
49731         * math/w_atan2.c: Likewise.
49732         * math/w_atan2f.c: Likewise.
49733         * math/w_atan2l.c: Likewise.
49734         * math/w_atanh.c: Likewise.
49735         * math/w_atanhf.c: Likewise.
49736         * math/w_atanhl.c: Likewise.
49737         * math/w_cosh.c: Likewise.
49738         * math/w_coshf.c: Likewise.
49739         * math/w_coshl.c: Likewise.
49740         * math/w_dremf.c: Likewise.
49741         * math/w_exp10.c: Likewise.
49742         * math/w_exp10f.c: Likewise.
49743         * math/w_exp10l.c: Likewise.
49744         * math/w_exp2.c: Likewise.
49745         * math/w_exp2f.c: Likewise.
49746         * math/w_fmod.c: Likewise.
49747         * math/w_fmodf.c: Likewise.
49748         * math/w_fmodl.c: Likewise.
49749         * math/w_hypot.c: Likewise.
49750         * math/w_hypotf.c: Likewise.
49751         * math/w_hypotl.c: Likewise.
49752         * math/w_j0.c: Likewise.
49753         * math/w_j0f.c: Likewise.
49754         * math/w_j0l.c: Likewise.
49755         * math/w_j1.c: Likewise.
49756         * math/w_j1f.c: Likewise.
49757         * math/w_j1l.c: Likewise.
49758         * math/w_jn.c: Likewise.
49759         * math/w_jnf.c: Likewise.
49760         * math/w_jnl.c: Likewise.
49761         * math/w_lgamma.c: Likewise.
49762         * math/w_lgamma_r.c: Likewise.
49763         * math/w_lgammaf.c: Likewise.
49764         * math/w_lgammaf_r.c: Likewise.
49765         * math/w_lgammal.c: Likewise.
49766         * math/w_lgammal_r.c: Likewise.
49767         * math/w_log.c: Likewise.
49768         * math/w_log10.c: Likewise.
49769         * math/w_log10f.c: Likewise.
49770         * math/w_log10l.c: Likewise.
49771         * math/w_log2.c: Likewise.
49772         * math/w_log2f.c: Likewise.
49773         * math/w_log2l.c: Likewise.
49774         * math/w_logf.c: Likewise.
49775         * math/w_logl.c: Likewise.
49776         * math/w_pow.c: Likewise.
49777         * math/w_powf.c: Likewise.
49778         * math/w_powl.c: Likewise.
49779         * math/w_remainder.c: Likewise.
49780         * math/w_remainderf.c: Likewise.
49781         * math/w_remainderl.c: Likewise.
49782         * math/w_scalb.c: Likewise.
49783         * math/w_scalbf.c: Likewise.
49784         * math/w_scalbl.c: Likewise.
49785         * math/w_sinh.c: Likewise.
49786         * math/w_sinhf.c: Likewise.
49787         * math/w_sinhl.c: Likewise.
49788         * math/w_sqrt.c: Likewise.
49789         * math/w_sqrtf.c: Likewise.
49790         * math/w_sqrtl.c: Likewise.
49791         * math/w_tgamma.c: Likewise.
49792         * math/w_tgammaf.c: Likewise.
49793         * math/w_tgammal.c: Likewise.
49795         * po/ja.po: Update from translation team.
49797 2011-09-29  Andreas Jaeger  <aj@suse.de>
49799         [BZ #13179]
49800         * sunrpc/netname.c (netname2host): Fix logic.
49802         [BZ #6779]
49803         [BZ #6783]
49804         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49805         correctly.
49806         * math/w_remainder.c (__remainder): Likewise.
49807         * math/w_remainderf.c (__remainderf): Likewise.
49808         * math/libm-test.inc (remainder_test): Add test cases.
49810 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49812         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49813         sdiv_qrnnd.
49815 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49817         * string/test-memcmp.c: Avoid unncessary #defines.
49818         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49820 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49822         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49823         Use new sse2 version for core i3 - i7 as it's faster
49824         than sse42 version.
49825         (bit_Prefer_PMINUB_for_stringop): New.
49826         * sysdeps/x86_64/rawmemchr.S: Update.
49827         Replace with faster SSE2 version.
49828         * sysdeps/x86_64/memrchr.S: New file.
49829         * sysdeps/x86_64/memchr.S: Update.
49830         Replace with faster SSE2 version.
49832 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49834         * elf/dl-load.c (lose): Add cast to avoid warning.
49836 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49838         * po/ca.po: Update from translation team.
49840         * inet/getnetgrent_r.c: Hook up nscd.
49841         * nscd/Makefile (routines): Add nscd_netgroup.
49842         (nscd-modules): Add netgroupcache.
49843         (CFLAGS-netgroupcache.c): Define.
49844         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49845         (cache_search): Add const to second parameter.
49846         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49847         INNETGR.
49848         (dbs): Add netgrdb entry.
49849         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49850         (verify_persistent_db): Handle netgrdb.
49851         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49852         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49853         GETFDNETGR.
49854         (netgroup_response_header): Define.
49855         (innetgroup_response_header): Define.
49856         (datahead): Add netgroup_response_header and innetgroup_response_header
49857         elements.
49858         * nscd/nscd.conf: Add entries for netgroup cache.
49859         * nscd/nscd.h (dbtype): Add netgrdb.
49860         (_PATH_NSCD_NETGROUP_DB): Define.
49861         (netgroup_iov_disabled): Declare.
49862         (xmalloc, xcalloc, xrealloc): Move declarations here.
49863         (cache_search): Adjust prototype.
49864         Add netgroup-related prototypes.
49865         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49866         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49867         (__nscd_innetgr): Declare.
49868         * nscd/selinux.c (perms): Use access_vector_t as element type and
49869         add netgroup-related initializers.
49870         * nscd/netgroupcache.c: New file.
49871         * nscd/nscd_netgroup.c: New file.
49872         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49873         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49874         For four parameters use innetgr.
49875         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49876         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49877         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49878         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49880         * nscd/connections.c (register_traced_file): Don't register file
49881         for disabled databases.
49883 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49885         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49887         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49888         from tree and freeing node.
49890 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49892         * nss/nsswitch.c (__nss_database_lookup): Handle
49893         nss_parse_service_list out of memory case.
49895 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49897         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49898         out of memory case.
49900 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49902         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49903         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49904         pass it down.
49905         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49906         elf_machine_rela, elf_machine_lazy_rel.
49907         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49908         (ELF_DYNAMIC_DO_REL): Likewise.
49909         (ELF_DYNAMIC_DO_RELA): Likewise.
49910         (ELF_DYNAMIC_RELOCATE): Likewise.
49911         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49912         to ELF_DYNAMIC_DO_REL.
49913         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49914         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49915         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49916         elf_machine_rela.
49917         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49918         skip_ifunc, don't call ifunc function if non-zero.
49919         (elf_machine_rela): Likewise.
49920         (elf_machine_lazy_rel): Likewise.
49921         (elf_machine_lazy_rela): Likewise.
49922         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49923         (elf_machine_lazy_rel): Likewise.
49924         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49925         Likewise.
49926         (elf_machine_lazy_rel): Likewise.
49927         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49928         Likewise.
49929         (elf_machine_lazy_rel): Likewise.
49930         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49931         (elf_machine_lazy_rel): Likewise.
49932         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49933         (elf_machine_lazy_rel): Likewise.
49934         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49935         (elf_machine_lazy_rel): Likewise.
49936         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49937         (elf_machine_lazy_rel): Likewise.
49938         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49939         (elf_machine_lazy_rel): Likewise.
49940         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49941         (elf_machine_lazy_rel): Likewise.
49943 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49945         * nss/nss_files/files-init.c (_nss_files_init): Use static
49946         initialization for all the *_traced_file variables.
49948 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49950         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49952 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49954         [BZ #13226]
49955         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49957 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49959         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49960         Reread the line before reparsing it.
49962 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49964         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49966 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49967             Maxim Kuvyrkov  <maxim@codesourcery.com>
49968             Joseph Myers  <joseph@codesourcery.com>
49970         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49971         if needed for __stack_chk_guard.
49973 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49975         * sysdeps/posix/spawni.c (script_execute): Always define it.
49976         It will be optimized away if unused.
49977         (maybe_script_execute): New function.
49978         (__spawni): Call it.
49980         * Makerules: Don't include tls.make.
49981         (config-tls): Always set to thread.
49982         * tls.make.c: File removed.
49984 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49986         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49987         * config.make.in (CPPFLAGS-config): New substituted variable.
49989 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49991         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49993         [BZ #13192]
49994         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49995         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49997 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49999         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
50000         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
50001         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50002         (CALL_FAIL): Likewise.
50003         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
50004         (CALL_FAIL): Macro removed.
50005         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
50007 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
50009         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
50010         for __FINITE_MATH_ONLY__ == 1.
50012 2011-09-15  Andreas Schwab  <schwab@redhat.com>
50014         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
50015         __ieee754_sqrt instead of sqrt.
50016         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
50017         __ieee754_sqrtf instead of sqrtf.
50018         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
50019         __floorf instead of floorf.
50020         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
50021         __floorf, __truncf instead of floorf, truncf.
50023 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
50025         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
50027         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
50028         __extern_always_inline.
50029         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
50030         32-bit.
50032 2011-09-14  Andreas Schwab  <schwab@redhat.com>
50034         * elf/rtld.c (dl_main): Also relocate in dependency order when
50035         doing symbol dependency testing.
50037 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
50039         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50040         Always define `refsym'.
50042 2011-09-13  Andreas Schwab  <schwab@redhat.com>
50044         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
50045         (__FD_ELT): Renamed from __FDELT.
50046         * misc/bits/select2.h (__FD_ELT): Likewise.
50047         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
50048         __FD_MASK instead of __FDELT, __FDMASK.
50049         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50050         Likewise.
50051         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
50052         Likewise.
50054         * elf/Makefile (gen-ldd): Fix pattern.
50056         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
50057         (init_tls): Likewise.
50059 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
50061         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
50063 2011-09-12  Andreas Schwab  <schwab@redhat.com>
50065         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
50066         `struct cmsghdr *' instead of `void *'.
50067         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
50068         Likewise.
50070 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
50072         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
50073         if non-absolute.
50074         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
50075         ldd_rewrite_script.
50077 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
50079         * configure.in: Remove --with-tls option.
50080         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
50081         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
50082         out in case it is missing.
50083         * sysdeps/ia64/elf/configure.in: Likewise.
50084         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
50085         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
50086         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
50087         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
50088         * sysdeps/sh/elf/configure.in: Likewise.
50089         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
50090         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50091         * sysdeps/x86_64/elf/configure.in: Likewise.
50092         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
50093         * sysdeps/mach/hurd/tls.h: Likewise.
50095         [BZ #13067]
50096         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
50098         [BZ #13090]
50099         * configure.in: Fix use of AC_INIT.
50101         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
50103 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
50105         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
50106         __set_errno.
50107         * malloc/hooks.c: Likewise.
50109         [BZ #11929]
50110         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
50111         variables statically.
50112         (narenas): Initialize.
50113         (list_lock): Initialize.
50114         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
50115         initializtion of main_arena and list_lock.  Small cleanups.
50116         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
50117         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
50118         Add initializers to main_arena and mp_.
50119         (malloc_state): Remove pagesize member.  Change all users to use
50120         GLRO(dl_pagesize).
50122         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
50123         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
50124         is always initialized.
50126         * malloc/malloc.c: Removed unused configurations and dead code.
50127         * malloc/arena.c: Likewise.
50128         * malloc/hooks.c: Likewise.
50129         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
50131         * include/tls.h: Removed.  USE___THREAD must always be defined.
50132         * bits/libc-tsd.h: Don't handle !USE___THREAD.
50133         * elf/dl-libc.c: Likewise.
50134         * elf/dl-tsd.c: Likewise.
50135         * include/errno.h: Likewise.
50136         * include/netdb.h: Likewise.
50137         * include/resolv.h: Likewise.
50138         * inet/herrno-loc.c: Likewise.
50139         * inet/herrno.c: Likewise.
50140         * malloc/arena.c: Likewise.
50141         * malloc/hooks.c: Likewise.
50142         * malloc/malloc.c: Likewise.
50143         * resolv/res-state.c: Likewise.
50144         * resolv/res_libc.c: Likewise.
50145         * sysdeps/i386/dl-machine.h: Likewise.
50146         * sysdeps/ia64/dl-machine.h: Likewise.
50147         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
50148         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
50149         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
50150         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
50151         * sysdeps/sh/dl-machine.h: Likewise.
50152         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
50153         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
50154         * sysdeps/unix/i386/sysdep.S: Likewise.
50155         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
50156         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
50157         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
50158         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
50159         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
50160         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
50161         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
50162         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
50163         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50164         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
50165         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50166         * sysdeps/x86_64/dl-machine.h: Likewise.
50167         * tls.make.c: Likewise.
50169         * configure.in: Remove --with-__thread option.  Make tests for
50170         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
50171         tls_model attribute fail if no support is available.  Remove
50172         USE_IN_LIBIO.
50173         * Makeconfig: Adjust for dropped configure option.  All features are
50174         now mandatory.
50175         * Makerules: Likewise.
50176         * Versions.def: Likewise.
50177         * argp/argp-fmtstream.c: Likewise.
50178         * argp/argp-fmtstream.h: Likewise.
50179         * argp/argp-help.c: Likewise.
50180         * assert/assert.c: Likewise.
50181         * config.h.in: Likewise.
50182         * config.make.in: Likewise.
50183         * configure: Likewise.
50184         * configure.in: Likewise.
50185         * csu/Versions: Likewise.
50186         * csu/init.c: Likewise.
50187         * elf/tst-audit2.c: Likewise.
50188         * elf/tst-tls10.c: Likewise.
50189         * elf/tst-tls10.h: Likewise.
50190         * elf/tst-tls11.c: Likewise.
50191         * elf/tst-tls12.c: Likewise.
50192         * elf/tst-tls14.c: Likewise.
50193         * elf/tst-tlsmod11.c: Likewise.
50194         * elf/tst-tlsmod12.c: Likewise.
50195         * elf/tst-tlsmod13.c: Likewise.
50196         * elf/tst-tlsmod13a.c: Likewise.
50197         * elf/tst-tlsmod14a.c: Likewise.
50198         * elf/tst-tlsmod15b.c: Likewise.
50199         * elf/tst-tlsmod16a.c: Likewise.
50200         * elf/tst-tlsmod16b.c: Likewise.
50201         * elf/tst-tlsmod7.c: Likewise.
50202         * elf/tst-tlsmod8.c: Likewise.
50203         * elf/tst-tlsmod9.c: Likewise.
50204         * gmon/gmon.c: Likewise.
50205         * grp/fgetgrent_r.c: Likewise.
50206         * grp/putgrent.c: Likewise.
50207         * hurd/fopenport.c: Likewise.
50208         * include/libc-symbols.h: Likewise.
50209         * include/tls.h: Likewise.
50210         * intl/gettextP.h: Likewise.
50211         * intl/loadinfo.h: Likewise.
50212         * locale/global-locale.c: Likewise.
50213         * locale/localeinfo.h: Likewise.
50214         * mach/devstream.c: Likewise.
50215         * malloc/arena.c: Likewise.
50216         * malloc/set-freeres.c: Likewise.
50217         * misc/err.c: Likewise.
50218         * misc/getttyent.c: Likewise.
50219         * misc/mntent_r.c: Likewise.
50220         * posix/getopt.c: Likewise.
50221         * posix/wordexp.c: Likewise.
50222         * pwd/fgetpwent_r.c: Likewise.
50223         * resolv/Versions: Likewise.
50224         * resolv/res_hconf.c: Likewise.
50225         * shadow/fgetspent_r.c: Likewise.
50226         * shadow/putspent.c: Likewise.
50227         * stdio-common/printf_fphex.c: Likewise.
50228         * stdio-common/tmpfile.c: Likewise.
50229         * stdlib/abort.c: Likewise.
50230         * stdlib/fmtmsg.c: Likewise.
50231         * sunrpc/auth_unix.c: Likewise.
50232         * sunrpc/clnt_perr.c: Likewise.
50233         * sunrpc/clnt_tcp.c: Likewise.
50234         * sunrpc/clnt_udp.c: Likewise.
50235         * sunrpc/clnt_unix.c: Likewise.
50236         * sunrpc/openchild.c: Likewise.
50237         * sunrpc/svc_simple.c: Likewise.
50238         * sunrpc/svc_tcp.c: Likewise.
50239         * sunrpc/svc_udp.c: Likewise.
50240         * sunrpc/svc_unix.c: Likewise.
50241         * sunrpc/xdr.c: Likewise.
50242         * sunrpc/xdr_array.c: Likewise.
50243         * sunrpc/xdr_rec.c: Likewise.
50244         * sunrpc/xdr_ref.c: Likewise.
50245         * sunrpc/xdr_stdio.c: Likewise.
50247 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50249         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50251 2011-07-03  Andreas Jaeger  <aj@suse.de>
50253         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50254         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50255         regenerate with gen-libm-tests.pl.
50257 2010-05-12  Petr Baudis  <pasky@suse.cz>
50259         [BZ #11589]
50260         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50261         around j0() zero points by switching to j1().
50262         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50263         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50264         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50265         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50267 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50269         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50270         instead of 0.
50271         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50272         instead of 0.
50273         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50274         Patch in part by Pavel Roskin <proski@gnu.org>.
50276         [BZ #13138]
50277         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50278         realloc.
50279         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50280         Free memory block if necessary.
50282         [BZ #12847]
50283         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50284         be NULL.  Don't lock in this case.
50286 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50288         * elf/elf.h (ELFOSABI_GNU): New macro.
50289         (ELFOSABI_LINUX): Define to that.
50291 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50293         * string/strncat.c (strncat): Undef the symbol in case it has been
50294         defined in bits/string.h.
50296 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50298         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50300         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50301         link map.
50303 2011-08-17  Andreas Jaeger  <aj@suse.de>
50305         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50307 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50308             Ian Lance Taylor  <iant@google.com>
50310         * math/libm-test.inc (lround_test): New testcase.
50311         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50313 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50315         * Makefile: Remove support for automatic cvs check-ins.
50316         * Makerules: Likewise.
50317         * config.make.in: Likewise.
50318         * configure.in: Likewise.
50319         * intl/Makefile: Likewise.
50320         * locale/Makefile: Likewise.
50321         * po/Makefile: Likewise.
50322         * posix/Makefile: Likewise.
50323         * sysdeps/gnu/Makefile: Likewise.
50324         * sysdeps/mach/hurd/Makefile: Likewise.
50325         * sysdeps/sparc/sparc32/Makefile: Likewise.
50327         [BZ #13118]
50328         * posix/Makefile (bug-regex32-ENV): Define.
50329         Patch by John Stanley <jpsinthemix@verizon.net>.
50331         * misc/Makefile (headers): Add bits/select2.h.
50332         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50333         * misc/bits/select2.h: New file.
50334         * include/bits/select2.h: New file.
50335         * debug/Makefile (routines): Add fdelt_chk.
50336         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50337         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50338         FD_ISSET.
50339         * debug/fdelt_chk.c: New file.
50341         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50342         * wcsmbs/test-wmemcmp.c: Likewise.
50343         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50344         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50346 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50348         * string/Makefile (strop-tests): Add memcmp.
50349         * string/test-wmemcmp.c: New file.
50350         * string/test-memcmp.c: Add wmemcmp support.
50352 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50354         [BZ #13153]
50355         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50356         2011-07-19 change.
50358         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50359         garbage value in a __mach_port_mod_refs call in the cases of the
50360         task-self and thread-self ports.
50362 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50364         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50366 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50368         * elf/dl-load.c (lose): Check for non-null L.
50370 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50372         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50374         * elf/dl-libc.c (dlerror_run): Pass back error code from
50375         dl_catch_error.
50377         [BZ #13123]
50378         * elf/dl-load.c (lose): Free l_origin if it is valid.
50380         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50381         names.
50382         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50383         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50384         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50385         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50386         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50387         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50389 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50391         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50392         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50393         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50394         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50395         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50396         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50397         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50398         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50399         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50400         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50402 2011-08-15  Alan Modra  <amodra@gmail.com>
50404         [BZ #13092]
50405         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50406         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50407         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50408         ppc_mcount to static-only-routines.
50409         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50410         __mcount_internal.
50411         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50412         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50414 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50416         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50417         for finite and infinity parameters.
50419 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50421         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50422         and add nop instructions for throughput optimization.
50423         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50425 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50427         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50428         aligned copy for power7 with vector-scalar instructions.
50429         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50431 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50433         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50434         AVX check.
50436 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50438         [BZ #13144]
50439         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50440         last change.
50442 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50444         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50445         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50446         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50447         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50448         clock_gettime.
50450 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50452         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50453         Forgot to demangle the pointer.
50455         * sysdeps/i386/sysdep.h: Define atom_text_section.
50456         * sysdeps/x86_64/sysdep.h: Likewise.
50457         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50458         section with atom_text_section.
50459         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50460         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50461         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50462         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50463         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50465         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50466         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50467         already be defined.  Change to take two parameters and don't assign
50468         result to variable.  Adjust all users.
50469         Define INTERNAL_GETTIME if not already defined.
50470         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50471         call.
50472         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50473         HAVE_CLOCK_GETTIME_VSYSCALL.
50474         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50476         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50477         gettimeofday vsyscall, just use time.
50479 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50481         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50482         <errno.h>.
50484 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50486         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50487         syscall on x86-64.
50488         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50489         syscall.
50490         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50491         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50492         syscall if possible.
50494 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50496         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50497         e_ident.  Don't pass to find_mapsXX.
50498         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50500 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50502         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50503         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50504         * sysdeps/x86_64/multiarch/strchr.S: Update.
50505         Check bit_slow_BSF bit.
50506         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50507         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50508         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50510 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50512         [BZ #13134]
50513         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50514         before glibc 2.15.
50515         (tryshell): Define.
50516         (__spawni): Change last parameter to be flag.  Test
50517         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50518         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50519         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50520         * posix/spawni.c: Likewise.
50521         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50522         * posix/spawnp.c: Likewise.  Change normal version to use
50523         SPAWN_XFLAGS_USE_PATH.
50524         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50525         SPAWN_XFLAGS_TRY_SHELL.
50527         [BZ #13150]
50528         * posix/glob.h: Remove gcc 1.x support.
50530         [BZ #13068]
50531         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50533 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50535         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50536         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50537         strrchr-sse2-bsf
50538         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50539         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50540         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50541         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50542         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50543         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50545 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50547         * sysdeps/x86_64/wcscmp.S: New file.
50549         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50550         wcscmp-c wcscmp-sse2
50551         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50552         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50553         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50554         * wcsmbs/wcscmp.c: Allow renaming.
50556 2011-09-05  David S. Miller  <davem@davemloft.net>
50558         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50559         stack slot, rather than the struct return pointer slot.
50560         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50561         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50562         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50563         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50565 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50567         * po/ja.po: Update from translation team.
50569         [BZ #13144]
50570         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50571         kernel in 64-bit binaries.
50573 2011-09-01  David S. Miller  <davem@davemloft.net>
50575         * elf/elf.h (HWCAP_SPARC_*): Move to..
50576         * sysdeps/sparc/sysdep.h: this new file and add new values.
50577         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50578         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50579         _DL_HWCAP_COUNT to 24.
50580         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50581         entries.
50582         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50583         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50584         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50585         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50586         instead of magic constants.
50587         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50589 2011-08-31  David S. Miller  <davem@davemloft.net>
50591         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50592         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50593         Reimplement to do errno handling inline.
50594         (SYSCALL_ERROR_HANDLER): New macro.
50595         (__SYSCALL_STRING): Do not do errno handling in asm.
50596         (__CLONE_SYSCALL_STRING): Delete.
50597         (__INTERNAL_SYSCALL_STRING): Delete.
50598         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50599         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50600         (PSEUDO): Reimplement to do errno handling inline.
50601         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50602         (SYSCALL_ERROR_HANDLER): New macro.
50603         (__SYSCALL_STRING): Do not do errno handling in asm.
50604         (__CLONE_SYSCALL_STRING): Delete.
50605         (__INTERNAL_SYSCALL_STRING): Delete.
50606         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50607         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50608         i386.
50609         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50610         (inline_syscall*): Add 'err' argument.
50611         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50612         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50613         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50614         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50616         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50617         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50619 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50621         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50623 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50625         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50626         directive.
50628 2011-08-24  David S. Miller  <davem@davemloft.net>
50630         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50632 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50634         * elf/Makefile: Add rules to build and run unload8 test.
50635         * elf/unload8.c: New file.
50636         * elf/unload8mod1.c: New file.
50637         * elf/unload8mod1x.c: New file.
50638         * elf/unload8mod2.c: New file.
50639         * elf/unload8mod3.c: New file.
50641         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50642         it wasn't used.
50644 2011-08-23  David S. Miller  <davem@davemloft.net>
50646         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50647         subtract stack bias.
50648         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50649         %sp not %fp in calculations.
50650         (_JMPBUF_UNWINDS_ADJ): Likewise.
50652         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50653         (aio_suspend): Call it to force an exception region around the
50654         AIO_MISC_WAIT() invocation.
50656 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50658         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50659         backslash.
50661 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50663         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50664         protection macro.
50665         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50666         and <dl-machine.h>.
50667         (Elf64_FuncDesc): Remove.
50669 2011-08-22  David S. Miller  <davem@davemloft.net>
50671         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50672         sigaltstack check, add missing cfi directives.
50673         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50674         missing cfi directives, and sigaltstack handling.
50676 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50678         [BZ #11724]
50679         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50680         object is seen twice.
50681         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50683         * elf/Makefile (distribute): Add tst-initorder2.c.
50684         (tests): Add tst-initorder2.
50685         (modules-names): Add tst-initorder2a tst-initorder2b
50686         tst-initorder2c tst-initorder2d.  Add rules to build them.
50687         ($(objpfx)tst-initorder2.out): New rule.
50688         * elf/tst-initorder2.c: New file.
50689         * elf/tst-initorder2.exp: New file.
50691 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50693         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50695         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50696         dependencies back to end of function.
50698         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50699         $(elfobjdir)/ld.so.
50701 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50703         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50704         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50705         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50706         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50707         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50708         of __vdso_gettimeofday.
50709         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50710         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50711         attribute_hidden.
50712         (_libc_vdso_platform_setup): Remove initialization of
50713         __vdso_gettimeofday and __vdso_time.
50715 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50717         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50718         and fgetc_unlocked.
50719         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50720         getc_unlocked.
50722         * elf/dl-open.c (add_to_global): Report additions to the global scope
50723         for LD_DEBUG=scopes.
50724         (dl_open_worker): Also print scope of newly loaded dependencies.
50725         (_dl_show_scope): Indicate if there is no scope.
50727         [BZ #13114]
50728         * stdio-common/Makefile (tests): Add bug24.
50729         * stdio-common/bug24.c: New file.
50731 2011-08-19  Andreas Jaeger  <aj@suse.de>
50733         [BZ #13114]
50734         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50735         non-existant file when using close-on-exec mode.
50737 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50739         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50740         the very first instruction.
50742         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50743         the CFI state in the end.
50744         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50745         inclusion of dl-trampoline.h.
50746         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50748 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50750         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50751         expectations for long double.
50753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50754         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50756 2011-08-14  David S. Miller  <davem@davemloft.net>
50758         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50759         artificual limit depends upon the system page size.
50761 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50763         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50764         * resolv/Makefile: Define CFLAGS-libresolv.
50766 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50768         * nss/makedb.c (compute_tables): Make variables used in nested
50769         function static.
50771 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50773         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50774         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50775         if buffer was too small.
50777         * elf/pldd.c (main): Attach to all threads in the process.
50778         Rewrite /proc handling to use *at functions.
50780 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50782         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50783         specifies first scope to show.
50784         (dl_open_worker): Update callers.  Move printing scope of new
50785         object to before the relocation.
50786         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50787         * sysdeps/generic/ldsodefs.h: Update declaration.
50789         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50790         string for the scope number.
50792 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50794         * nscd/servicescache.c (cache_addserv): Make sure written is always
50795         initialized.
50797 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50799         * sysdeps/i386/i486/bits/atomic.h
50800         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50801         statement expression, so as to suppress "set but not used" warning.
50802         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50804         * string/strncat.c (STRNCAT): Use prototype definition.
50806         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50807         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50808         -Iprograms here.
50809         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50810         (localedef-modules): Add localedef.
50811         (locale-modules): Add locale.
50813         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50814         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50815         to avoid a warning.
50817 2011-08-14  David S. Miller  <davem@davemloft.net>
50819         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50820         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50822 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50824         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50825         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50826         * elf/rtld.c (dl_main): Set l_name of vDSO.
50827         Call _dl_show_scope when DL_DEBUG_SCOPES.
50828         (process_dl_debug): Recognize scopes flag and also set it for all.
50829         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50830         Declare _dl_show_scope.
50832         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50833         (do_dlopen): Pass caller_dlopen to dl_open.
50834         (__libc_dlopen_mode): Initialize caller_dlopen.
50836         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50837         of libc.  Make tolower call locale-independent.  Optimize a bit by
50838         using isdigit instead of isalnum.
50839         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50841 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50843         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50844         was a dependency or dynamically loaded.
50846 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50848         * intl/l10nflist.c: Allow architecture-specific pop function.
50849         * sysdeps/x86_64/l10nflist.c: New file.
50851         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50852         classification.
50854 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50856         * include/dirent.h: Add libc_hidden_proto for scandirat and
50857         scandirat64.  Don't declare __scandirat64.
50858         * dirent/scandirat.c: Add libc_hidden_def.
50859         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50860         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50862 2011-08-10  David S. Miller  <davem@davemloft.net>
50864         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50865         enum.
50866         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50867         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50868         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50870 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50872         * Versions.def [libc]: Add GLIBC_2.15.
50873         * dirent/Makefile (routines): Add scandirat and scandirat64.
50874         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50875         GLIBC_2.15.
50876         * dirent/dirent.h: Declare scandirat and scandirat64.
50877         * dirent/scandirat.c: New file.
50878         * dirent/scandirat64.c: New file.
50879         * sysdeps/wordsize-64/scandirat.c: New file.
50880         * sysdeps/wordsize-64/scandirat64.c: New file.
50881         * dirent/opendir.c: Define opendirat.
50882         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50883         using scandirat.
50884         * dirent/scandir64.c: Adjust for scandir.c change.
50885         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50886         __scandirat64, and __scandir_cancel_handler.
50887         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50888         additional parameter and use openat instead of open (outside of ld.so).
50889         Add new __opendir as wrapper around __opendirat.
50890         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50891         here without requiring old scandirat implementation.
50893 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50895         * dirent/scandir.c (cancel_handler): Renamed to
50896         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50897         defined.  Adjust users.
50898         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50899         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50901 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50903         * string/test-string.h (IMPL): Use __STRING to expand name and then
50904         stringify it.
50906         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50907         of cleanups.
50909 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50911         * string/Makefile: Update.
50912         (strop-tests): Append strncat.
50913         * string/test-wcscmp.c: New file.
50914         New comprehensive test for wcscmp.
50915         * string/test-strcmp.c: Update.
50916         (WIDE): New define.
50918 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50920         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50921         line.
50923 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50925         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50926         encoding to ACE if AI_IDN.
50928 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50930         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50931         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50933 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50935         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50936         Fix overflow bug in strncat.
50937         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50939         * string/test-strncat.c: Update.
50940         Add new tests for checking overflow bugs.
50942 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50944         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50945         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50946         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50947         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50948         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50949         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50950         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50951         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50952         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50954         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50955         (USE_AS_STRCAT): Define.
50956         Add strcat and strncat support.
50957         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50959 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50961         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50962         __n bigger than INT_MAX+1.
50963         (__strncmp_g): Likewise.
50965 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50967         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50968         * libio/stido.h: Likewise.
50970         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50971         (AF_NFC): Define.
50972         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50973         (AF_NFC): Define.
50975         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50976         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50977         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50978         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50979         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50981         [BZ #13021]
50982         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50983         installed.
50985         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50986         typo.
50987         (_dl_x86_64_save_sse): Likewise.
50989 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50991         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50992         OSXSAVE.
50993         (_dl_x86_64_save_sse): Likewise.
50995         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50997         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50999 2011-07-21  Andreas Schwab  <schwab@redhat.com>
51001         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
51002         change.
51003         (_dl_x86_64_save_sse): Use correct AVX check.
51005 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51007         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
51008         bug in strncpy/strncat.
51009         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
51011 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
51013         * string/tester.c (test_strcat): Add tests for different alignments
51014         of source and destination.
51015         (test_strncat): Likewise.
51017 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51019         [BZ #12852]
51020         * posix/glob.c (glob): Check passed in values before using them in
51021         expressions to avoid some overflows.
51022         (glob_in_dir): Likewise.
51024         [BZ #13007]
51025         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
51026         check for AVX enablement so that we don't crash with old kernels and
51027         new hardware.
51028         * elf/tst-audit4.c: Add same checks here.
51029         * elf/tst-audit6.c: Likewise.
51031         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
51033 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
51035         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
51037 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
51039         * po/cs.po: Update from translation team.
51040         * po/bg.po: Likewise.
51042 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
51044         * misc/sys/cdefs.h: Add support for const attribute.
51045         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
51046         to gnu_dev_{major,minor,makedev} functions.
51048 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
51050         * intl/dcigettext.c (get_output_charset): Add missing bracket.
51052 2011-07-20  Andreas Schwab  <schwab@redhat.com>
51054         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
51055         strlen results.
51057 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51059         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
51060         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
51061         register in order to avoid conflicts with the soft frame pointer
51062         being held in r11 when necessary.
51063         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
51064         (INTERNAL_VSYSCALL_NCS): Likewise.
51066 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
51068         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
51069         * elf/dl-fini.c (_dl_fini): Adjust caller.
51070         * elf/dl-close.c (_dl_close_worker): Likewise.
51071         * sysdeps/generic/ldsodefs.h: Adjust declaration.
51073 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51075         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
51076         "aux_cache->nlibs < 0".
51078         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
51079         in the reload-count case.
51081 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
51083         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51084         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
51085         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
51086         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
51087         * sysdeps/x86_64/multiarch/strcat.S: New file.
51088         * sysdeps/x86_64/multiarch/strncat.S: New file.
51089         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
51090         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
51091         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
51092         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
51093         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
51094         (USE_AS_STRCAT): Define.
51095         Add strcat and strncat support.
51096         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
51097         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
51098         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
51099         * string/strncat.c: Update.
51100         (USE_AS_STRNCAT): Define.
51101         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51102         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
51103         and i7.
51104         * sysdeps/x86_64/multiarch/init-arch.h
51105         (bit_Prefer_PMINUB_for_stringop): New.
51106         (index_Prefer_PMINUB_for_stringop): Likewise.
51107         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
51108         bit_Prefer_PMINUB_for_stringop.
51110 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51112         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
51113         buffer64.
51114         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
51115         of casting of buffer.
51116         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
51117         buffer32 and buffer64.
51118         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
51119         writes instead of casting of buffer.
51120         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
51121         buffer32.
51122         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
51123         casting of buffer.
51125 2011-07-19  Andreas Schwab  <schwab@redhat.com>
51127         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
51129 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
51131         * nscd/nscd.c (termination_handler): Don't do anything for a database
51132         if it has not yet been initialized.
51134 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51136         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51138 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
51140         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
51142 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
51144         * po/nl.po: Update from translation team.
51145         * po/sv.po: Likewise.
51147 2011-07-16  Roland McGrath  <roland@hack.frob.com>
51149         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
51150         now disallowed by GCC.
51152         * configure.in (use-default-link): Default to yes if a test -shared
51153         link meets our qualifications.
51154         * configure: Regenerated.
51156         * config.make.in (output-format): New variable.
51157         * configure.in: Check for ld --print-output-format support.
51158         * configure: Regenerated.
51159         * Makerules ($(common-objpfx)format.lds)
51160         [$(output-format) != unknown]: Just use $(output-format),
51161         instead of the linker-script munging.
51163 2011-07-14  Roland McGrath  <roland@hack.frob.com>
51165         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
51166         of $(common-objpfx)shlib.lds.
51167         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
51169         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
51170         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
51172         * configure.in (-z relro check): Adjust test code to add a large
51173         writable data section after it.
51174         * configure: Regenerated.
51176 2011-07-11  Roland McGrath  <roland@hack.frob.com>
51178         * configure.in (-z relro check): Fix test code to make the variable
51179         truly const.
51180         * configure: Regenerated.
51182 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
51184         * nscd/nscd.h (struct traced_file): Define.
51185         (struct database_dyn): Remove inotify_descr, reset_res, and filename
51186         elements.  Add traced_files.
51187         (inotify_fd): Declare.
51188         (register_traced_file): Declare.
51189         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
51190         (inotify_fd): Export.
51191         (resolv_conf_descr): Remove.
51192         (nscd_init): Move inotify descriptor creation to main.
51193         Don't register files for notification here.
51194         (register_traced_file): New function.
51195         (invalidate_cache): Don't use reset_res to determine whether to call
51196         res_init, go through the list of registered files.
51197         (main_loop_poll): The inotify descriptors are now stored in the
51198         structures for the traced files.
51199         (main_loop_epoll): Likewise
51200         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
51201         to __nss_disable_nscd.
51202         * nscd/cache.c (prune_cache): There is no single inotify descriptor
51203         for a database anymore.  Check the records for all the registered
51204         files instead.
51205         * nss/Makefile (libnss_files-routines): Add files-init.
51206         (libnss_db-routines): Add db-init.
51207         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
51208         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
51209         * nss/nss_db/db-init.c: New file.
51210         * nss/nss_files/files-init.c: New file.
51211         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
51212         __nss_lookup_function.
51213         (__nss_lookup_function): Call nss_load_library.
51214         (nss_load_all_libraries): New function.
51215         (__nss_disable_nscd): Take parameter with callback function for files
51216         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
51217         used for the cached services.
51218         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
51219         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
51220         options for features to all the files in nscd.
51222         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
51224 2011-07-10  Roland McGrath  <roland@hack.frob.com>
51226         * csu/elf-init.c (__libc_csu_init): Comment typo.
51228 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
51230         * po/pl.po: Update from translation team.
51231         * po/ja.po: Likewise.
51232         * po/ru.po: Likewise.
51233         * po/ko.po: Likewise.
51234         * po/fr.po: Likewise.
51236 2011-07-09  Roland McGrath  <roland@hack.frob.com>
51238         * configure.in (.ctors/.dtors header and trailer check):
51239         Use an empirical test on a built program.
51240         * configure: Regenerated.
51242         * configure.in (-z relro check): Use an empirical test on a built DSO.
51243         Detect, but do not require, on ia64.
51244         * configure: Regenerated.
51246         * configure.in (READELF): Find it with AC_CHECK_TOOL.
51247         Update tests that use readelf to use $READELF instead.
51248         * configure: Regenerated.
51250 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
51252         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51253         if the result is not used.
51255 2011-07-05  Andreas Jaeger  <aj@suse.de>
51257         [BZ#9696]
51258         * stdlib/tst-strtod.c: Add testcase.
51260 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51262         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51263         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51264         The latter has a higher limit.  Take additional parameter to pass to
51265         the new function.
51266         (__pathconf): Pass file to __statfs_link_max.
51267         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51268         __statfs_link_max.
51269         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51270         __statfs_link_max.
51272         [BZ #12868]
51273         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51274         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51275         Handle Lustre.
51276         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51277         (__statfs_filesize_max): Likewise.
51278         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51280 2011-07-05  Andreas Jaeger  <aj@suse.de>
51282         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51284 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51286         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51287         `status' variable.
51288         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51289         Likewise.
51291 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51293         * Makefile (strop-tests): Add strncat.
51294         * string/test-strncat.c: New file.
51296 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51298         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51300 2011-06-21  Andreas Jaeger  <aj@suse.de>
51302         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51303         Copy rule from iconvdata/Makefile.
51305 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51307         [BZ #12922]
51308         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51309         but no long options are defined, just return 'W'.
51311 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51313         [BZ #9696]
51314         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51316 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51318         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51319         netgroups to read.
51320         (innetgr): Likewise.
51322 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51324         * config.make.in (install_root): Default to $(DESTDIR).
51326 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51328         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51330 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51332         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51334         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51335         containing directory rather than embedding absolute directory names.
51337         * scripts/check-local-headers.sh: Rewritten using awk.
51338         Match by word, not by line.  Print error messages for matches.
51339         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51341         * Makerules [shlib-lds-flags empty]:
51342         ($(common-objpfx)libc_pic.opts): New target.
51343         ($(common-objpfx)libc_pic.os.clean): New target.
51344         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51346         * config.make.in (OBJCOPY): New variable.
51347         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51348         * configure: Regenerated.
51350         * config.make.in (use-default-link): New variable.
51351         * configure.in (use_default_link): Grok --with-default-link to set it.
51352         * configure: Regenerated.
51353         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51354         (shlib-lds, shlib-lds-flags): Define to empty.
51356         * Makerules (shlib-lds): New variable.
51357         (shlib-lds-flags): New variable.
51358         (build-shlib, build-moduile, build-module-asneeded): Use it.
51359         ($(common-objpfx)libc.so): Use $(shlib-lds).
51360         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51361         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51363         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51364         DT_FLAGS/DT_FLAGS_1 with zero flags.
51366         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51367         linker script munging.
51369 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51371         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51372         as 128-bit value.
51373         * crypt/sha512.c (sha512_process_block): Perform total addition using
51374         128-bit if possible.
51375         (__sha512_finish_ctx): Likewise.
51376         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51377         as 64-bit value.
51378         * crypt/sha256.c (SWAP64): Define.
51379         (sha256_process_block): Perform total addition using 64-bit if
51380         possible.
51381         (__sha256_finish_ctx): Likewise.
51383 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51385         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51386         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51387         * nscd/hstcache.c (cache_addhst): Likewise.
51388         * nscd/grpcache.c (cache_addgr): Likewise.
51389         * nscd/aicache.c (addhstaiX): Likewise
51390         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51392 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51394         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51395         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51396         * nscd/hstcache.c (cache_addhst): Likewise.
51397         * nscd/grpcache.c (cache_addgr): Likewise.
51398         * nscd/aicache.c (addhstaiX): Likewise
51400 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51402         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51403         domain only when needed.
51405 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51407         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51408         is always restored.
51410 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51412         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51413         are re-adding the entry.
51414         * nscd/servicescache.c (cache_addserv): Likewise.
51416 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51418         * sysdeps/generic/dl-irel.h: fix protection against multiple
51419         inclusions.
51420         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51422 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51424         [BZ #12935]
51425         * malloc/memusage.sh: Fix quoting in message.
51426         * debug/xtrace.sh: Likewise.
51428         * configure.in: Remove support for --experimental-malloc option, make
51429         it the default.
51430         * config.make.in: Likewise.
51431         * malloc/Makefile: Likewise.
51433 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51435         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51436         two-byte characters.
51438 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51440         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51441         AC_CACHE_CHECK invocation.
51442         * configure: Regenerated.
51444         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51446 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51448         [BZ #12350]
51449         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51450         bit from old_res_options.
51452         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51454         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51455         value type for setfct.
51457 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51459         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51460         __gettimeofday instead of gettimeofday.
51462 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51464         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51466 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51468         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51470         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51471         info.
51473 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51475         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51476         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51477         strcpy-sse2-unaligned strncpy-sse2-unaligned
51478         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51479         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51480         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51481         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51482         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51483         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51484         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51485         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51486         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51487         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51488         (STRCPY): Support SSE2 and SSSE3 versions.
51490 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51492         [BZ #12874]
51493         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51494         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51495         kernels which artificially limit size of requests.
51497 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51499         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51500         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51501         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51502         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51503         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51504         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51505         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51506         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51507         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51508         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51509         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51510         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51511         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51512         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51513         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51514         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51515         Enable unaligned load optimization for Intel Core i3, i5 and i7
51516         processors.
51517         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51518         Define.
51519         (index_Fast_Unaligned_Load): Define.
51520         (HAS_FAST_UNALIGNED_LOAD): Define.
51522 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51524         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51526 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51528         [BZ #12907]
51529         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51530         until it is clear that the information is realy needed.
51531         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51533 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51535         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51537 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51539         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51540         /sys/devices/system/cpu/online if it is usable.
51542         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51543         reading the information from the /proc filesystem to once a second.
51545 2011-06-21  Andreas Jaeger  <aj@suse.de>
51547         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51548         NULL after inclusion of kernel headers.
51550 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51552         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51553         calls to internal_setent.
51555         [BZ #12885]
51556         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51557         addresses using gethostbyname4_r ignore IPv4 addresses.
51559         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51560         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51562         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51564 2011-06-20  David S. Miller  <davem@davemloft.net>
51566         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51567         inclusions.
51568         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51570         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51571         (elf_irel): Use it.
51572         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51573         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51574         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51575         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51576         * sysdeps/x86_64/dl-irel.h: Likewise.
51578         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51579         * elf/dl-sym.c: Likewise.
51581 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51583         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51584         need to dereference resplen2.
51586 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51588         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51590 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51592         * Makeconfig: Define vardbdir and inst_vardbdir.
51593         * nss/Makefile: Add rules to install db-Makefile.
51595         * nss/nss_db/db-XXX.c: Cleanup.
51597         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51598         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51599         GLIBC_PRIVATE.
51600         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51601         * nss/makedb.c: Implement -g option to specify that value strings
51602         are generated and should not be added to table iterated over for
51603         get*ent calls.
51604         * nss/nss_db/db-initgroups.c: New file.
51606         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51607         interface.
51609         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51610         (internal_getgrouplist): Adjust to name change.
51611         Update use_initgroups_entry if this is not the first call.
51612         * nss/databases.def: Add initgroups entry.
51614         * nss/makedb.c (compute_tables): Check result of multiple hash table
51615         sizes to minimize maximum chain length.
51617 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51619         * Versions.def: Add entry for libnss_db.
51620         * shlib-versions: Likewise.
51621         * nss/Makefile: Add rules to build libnss_db.
51622         * nss/Versions: Add libnss_db information.  Organize libnss_files
51623         entries better.
51624         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51625         makedb progra.  Some minor improvements to generate smaller files.
51626         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51627         here from...
51628         * nss/makedb.c: ...here.
51629         Improve database format to be smaller and require less memory at
51630         runtime.
51631         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51632         db anymore.
51633         * nss/nss_db/db-netgrp.c: Likewise.
51634         * nss/nss_db/db-open.c: Likewise.
51635         * nss/nss_files/flies-XXX.x: Adjust comments.
51636         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51637         * nss/nss_files/files-grp.c: Likewise.
51638         * nss/nss_files/files-hosts.c: Likewise.
51639         * nss/nss_files/files-network.c: Likewise.
51640         * nss/nss_files/files-proto.c: Likewise.
51641         * nss/nss_files/files-pwd.c: Likewise.
51642         * nss/nss_files/files-rpc.c: Likewise.
51643         * nss/nss_files/files-service.c: Likewise.
51644         * nss/nss_files/files-sgrp.c: Likewise.
51645         * nss/nss_files/files-spwd.c: Likewise.
51646         * nss/nss_db/db-alias.c: Removed.
51647         * nss/nss_db/dummy-db.h: Removed.
51649 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51651         * nss/makedb.c: Rewritten to not use database library.
51652         * nss/Makefile: Update to build new makedb program.
51654 2011-06-14  Andreas Jaeger  <aj@suse.de>
51656         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51657         memset declaration.
51659 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51661         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51662         tmpbuf.
51664 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51666         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51667         * elf/Makefile ($(objpfx)ld.so): Likewise.
51669         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51670         Don't list ld.so twice in dependencies.
51672         * posix/bug-regex31.c: Include <stdlib.h>.
51674         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51676         * nis/nss_compat/compat-spwd.c
51677         (getspent_next_nss_netgr): Remove unused variable.
51678         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51680         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51681         nonmembers" output to use the right array.
51683         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51685         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51687         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51688         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51689         * catgets/gencat.c (read_input_file): Likewise.
51690         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51692         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51693         variable definition inside #if's controlling its use.
51695         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51697         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51699         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51701         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51702         unreachable code.
51704         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51706         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51707         * configure: Regenerated.
51709         * Makerules: Revert last change.
51710         * elf/Makefile: Likewise.
51712 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51714         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51715         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51716         (reloc-link): Likewise.
51718 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51720         * elf/Makefile: Add rules to build pldd.
51721         * elf/pldd.c: New file.
51722         * elf/pldd-xx.c: New file.
51724 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51726         * version.h: Update for 2.15 development version.
51728 2011-06-07  David S. Miller  <davem@davemloft.net>
51730         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51731         ifuncs.
51732         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51733         elf_machine_lazy_rel): Likewise.
51734         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51735         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51736         elf_machine_lazy_rel): Likewise.
51737         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51738         dl_hwcap via passed in argument.
51739         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51740         Likewise.
51742 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51744         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51746 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51748         [BZ #12849]
51749         * manual/fdl-1.1.texi: New file, verbatim from:
51750         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51751         * manual/lgpl-2.1.texi: New file, verbatim from:
51752         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51753         * manual/Makefile (licenses): New variable, list those new file names.
51754         (texis): Use it.
51755         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51757         * manual/fdl.texi: File removed.
51758         * manual/lesser.texi: File removed.
51759         * manual/libc.texinfo (Copying, Documentation License):
51760         Use new @include file names, put @appendix directive before @include.
51762 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51764         [BZ #12841]
51765         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51766         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51767         (mq_open): Add __NTH.
51769 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51771         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51772         Assume Intel Core i3/i5/i7 processor if AVX is available.
51774 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51776         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51777         typo.
51779 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51781         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51782         memory.  Use alloca_account.  Fix memory leak when retrying.
51784 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51786         * version.h (RELEASE): Bump for 2.14 release.
51787         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51789         * config.make.in (RANLIB): Remove entry.
51791 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51793         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51794         (libc.pot): Work around missing support for .ksh extension in xgettext.
51796         [BZ #12684]
51797         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51798         if both request failed.
51799         (send_dg): In case of server errors clear resplen or *resplen2.
51801         [BZ #12454]
51802         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51803         when there are multiple maps.
51804         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51805         (_dl_fini): Remove test here.
51807         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51809 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51811         [BZ #12350]
51812         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51813         bit from old_res_options.
51814         (gaih_inet): Likewise.
51816         [BZ #11099]
51817         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51818         as signed.
51820         * resolv/res_init.c (res_setoptions): Make the code more compact.
51822         [BZ #11558]
51823         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51824         set RES_USEVC.
51826         [BZ #11634]
51827         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51829         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51831         [BZ #11781]
51832         * malloc/malloc.h: Declare malloc hook variables as volatile.
51834         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51835         in last patch.
51837         [BZ #11799]
51838         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51839         raise in the comment.
51840         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51841         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51842         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51844 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51846         [BZ #12811]
51847         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51848         grow the buffers more if it already has to be sufficient.
51849         (build_wcs_upper_buffer): Likewise.
51850         * posix/regexec.c (check_matching): Likewise.
51851         (clean_state_log_if_needed): Likewise.
51852         (extend_buffers): Don't enlarge buffers beyond size of the input
51853         buffer.
51854         Patches mostly by Emil Wojak <emil@wojak.eu>.
51855         * posix/bug-regex32.c: New file.
51856         * posix/Makefile (tests): Add bug-regex32.
51858         * locale/findlocale.c (_nl_find_locale): Return right away if
51859         _nl_explode_name failed.
51860         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51862         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51864         * debug/xtrace.sh: Unify messages.
51865         * malloc/memusage.sh: Likewise.
51867         [BZ #12813]
51868         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51869         time symbol from vDSO.  Substitute with vsyscall if not available.
51870         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51871         __vdso_time.
51873         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51874         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51875         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51876         Add sendmmsg and internal_sendmmsg.
51877         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51878         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51879         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51881         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51882         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51883         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51885 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51887         [BZ #12813]
51888         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51889         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51890         available.
51891         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51892         __vdso_getcpu.
51894         [BZ #12814]
51895         * iconvdata/Makefile (tests): Add bug-iconv9.
51896         * iconvdata/bug-iconv9.c: New file.
51898 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51900         [BZ #12814]
51901         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51903 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51905         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51906         (struct user_regs_struct): Change intcs field back to cs.
51908 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51910         * po/ja.po: Update from translation team.
51912 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51914         [BZ #12795]
51915         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51916         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51918 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51920         * stdlib/longlong.h: Update from GCC.
51922 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51924         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51925         parameter name.
51926         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51927         Add parameter name.
51928         (__sysconf): Pass it down.
51930 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51932         [BZ #12671]
51933         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51934         some situations.
51935         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51936         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51937         add in in __libc_use_alloca calls.  Adjust callers.
51938         (glob): Use malloc in some situations.
51940         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51941         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51942         pltexit.
51944 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51946         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51947         and CLOCK_BOOTTIME_ALARM.
51949         [BZ #12782]
51950         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51951         is returned.
51953         * string/_strerror.c (__strerror_r): Print negative errors as signed
51954         numbers.
51956         [BZ #12777]
51957         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51958         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51959         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51961         * configure.in: Fix typo in redirection and correct removal of test
51962         files in two cases.
51964         [BZ #12788]
51965         * locale/setlocale.c (new_composite_name): Fix test to check for
51966         identical name of all categories.
51968         [BZ #12792]
51969         * libio/filedoalloc.c (local_isatty): New function.
51970         (_IO_file_doallocate): Use local_isatty.
51971         * stdio-common/perror.c (perror): In case a new stream is used
51972         forward the stream error.
51973         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51974         error flag.
51976 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51978         [BZ #11869]
51979         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51980         alloca.
51981         * include/alloca.h (extend_alloca_account): Define.
51983         [BZ #11857]
51984         * posix/regex.h: Fix comments with documentation of user-accessible
51985         fields after compilation and describe correct free'ing of pattern
51986         after re_compile_pattern.
51987         Patch by Reuben Thomas <rrt@sc3d.org>.
51989 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51991         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51992         and -mno-altivec to prevent the compiler from using Altivec and/or
51993         VSX instructions when the corresponding registers are not available.
51995 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51997         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51999 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
52001         * libio/freopen.c (freopen): Use __dup2, not dup2.
52002         * libio/freopen64.c (freopen64): Likewise.
52004 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
52006         [BZ #12775]
52007         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
52008         * math/Makefile (tests): Add test-powl.
52009         (CFLAGS-test-powl.c): Define.
52010         * math/test-powl.c: New file.
52012 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
52014         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
52016 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
52018         [BZ #11837]
52019         * iconvdata/gb18030.c: Update to GB18020-2005.
52021 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
52023         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
52024         RE_SYNTAX_POSIX_AWK): Update to match recent development.
52025         Patch by Aharon Robbins <arnold@skeeve.com>.
52027         [BZ #11892]
52028         * stdlib/putenv.c (putenv): Don't always create copy of the variable
52029         on the stack.
52031         [BZ #11895]
52032         * misc/pselect.c (__pselect): Handle timeout value errors hidden
52033         through underflows.
52035         [BZ #12766]
52036         * misc/error.c (error_at_line): Ensure file_name and old_file_name
52037         point to strings before performing equality test for error_one_per_line
52038         mode.
52040         [BZ #11697]
52041         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
52043         [BZ #11820]
52044         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
52045         (struct user_fpregs_struct): Avoid __uint*_t types.
52047         [BZ #6420]
52048         * malloc/mtrace.c (tr_where): Add additional parameter to point to
52049         symbol info.  Use it instead of calling _dl_addr locally.
52050         (lock_and_info): New function.
52051         (tr_freehook): Call lock_and_info and pass symbol info as additional
52052         parameter to tr_where.
52053         (tr_mallochook): Likewise.
52054         (tr_reallochook): Likewise.
52055         (tr_memalignhook): Likewise.
52057         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
52058         used and couldn't be at all thread-safe.
52060 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
52062         * libio/freopen.c (freopen): Don't close old file descriptor
52063         before the new one is opened.  Instead dup the new file descriptor
52064         to the old one after the new stream is created.
52065         * libio/freopen64.c (freopen64): Likewise.
52066         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
52067         * libio/fileops.c (_IO_new_file_close_it): Handle new
52068         _IO_FLAGS2_NOCLOSE flag.
52069         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
52070         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
52071         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
52072         _IO_FLAGS2_NOCLOSE flag.
52073         * include/unistd.h: Add hidden_proto for dup3.
52074         Define __have_dup3.
52075         * io/dup3.c: Define hidden symbol.
52076         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
52078         [BZ #7101]
52079         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
52080         when an incomplete long option is used.
52081         * posix/tst-getopt_long1.c: New file.
52082         * posix/Makefile (tests): Add tst-getopt_long1.
52084         [BZ #10138]
52085         * scripts/config.guess: Update from autoconf-2.68.
52086         * scripts/config.sub: Likewise.
52088         [BZ #10157]
52089         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
52090         tests into ...
52091         (has_cpuclock): ...this.  New function.
52092         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
52093         macro here based on has_cpuclock code.
52095         [BZ #10149]
52096         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52097         First byte (not low byte) is now always NUL.
52098         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
52100         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
52101         Use non-cancelable interfaces.
52103         [BZ #9809]
52104         * locale/iso-639.def: Add entry for Sorani.
52106         [BZ #11901]
52107         * include/stdlib.h: Move include protection to the right place.
52108         Define abort_msg_s.  Declare __abort_msg with it.
52109         * stdlib/abort.c (__abort_msg): Adjust type.
52110         * assert/assert.c (__assert_fail_base): New function.  Majority
52111         of code from __assert_fail.  Allocate memory for __abort_msg with
52112         mmap.
52113         (__assert_fail): Now call __assert_fail_base.
52114         * assert/assert-perr.c: Remove bulk of implementation.  Use
52115         __assert_fail_base.
52116         * include/assert.hL Declare __assert_fail_base.
52117         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
52118         mmap.
52119         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
52121 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
52123         [BZ #11952]
52124         [BZ #12453]
52125         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
52126         until all modules are registered in the DTV.
52127         * elf/Makefile: Add rules to build and run tst-tls19.
52128         * elf/tst-tls19.c: New file.
52129         * elf/tst-tls19mod1.c: New file.
52130         * elf/tst-tls19mod2.c: New file.
52131         * elf/tst-tls19mod3.c: New file.
52132         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
52134         [BZ #12083]
52135         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
52136         correctly.
52138         [BZ #12601]
52139         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
52140         two-byte sequence errors.
52141         * iconvdata/Makefile (tests): Add bug-iconv8.
52142         * iconvdata/bug-iconv8.c: New file.
52144         [BZ #12626]
52145         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
52146         buf2 definition.
52148         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
52150         [BZ #12432]
52151         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
52152         (dummy_getcfa): New function.
52153         (init): Get _Unwind_GetCFA address, use dummy if not found.
52154         (backtrace_helper): In recursion check, also check whether CFA changes.
52155         (__backtrace): Completely initialize arg.
52157         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
52158         storing incomplete byte sequence in state object.  Avoid testing for
52159         guaranteed too small input if we know there is enough data available.
52161 2011-05-11  Andreas Schwab  <schwab@redhat.com>
52163         * Makeconfig (+link-pie): Indent.
52164         * Rules (binaries-pie): Define if $(have-fpie) and
52165         $(build-shared).
52166         (binaries-shared): Also filter out $(binaries-pie).
52167         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
52168         * nscd/Makefile (others-pie): Add nscd.
52169         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
52170         ($(objpfx)nscd): Remove command override.
52171         * login/Makefile (others-pie): Add pt_chown.
52172         ($(objpfx)pt_chown): Remove command override.
52173         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
52174         remove command overrides.
52176 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
52178         * libio/tst_putwc.c: Fix error messages.
52180         [BZ #12724]
52181         * libio/fileops.c (_IO_new_file_close_it): Always flush when
52182         currently writing and seek to current position when not.
52183         * libio/Makefile (tests): Add bug-fclose1.
52184         * libio/bug-fclose1.c: New file.
52186 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
52188         [BZ #12511]
52189         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
52190         don't set DF_1_NODELETE here.
52191         (do_lookup_x): When entering new entry test for copy relocation
52192         and if necessary set DF_1_NODELETE flag.
52193         * elf/tst-unique4.cc: New file.
52194         * elf/tst-unique4.h: New file.
52195         * elf/tst-unique4lib.cc: New file.
52196         * elf/Makefile: Add rules to build and run tst-unique4.
52197         Patch by Piotr Bury <pbury@goahead.com>.
52199 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
52201         [BZ #12052]
52202         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
52204         [BZ #12625]
52205         * misc/mntent_r.c (addmntent): Flush the stream after the output
52207         [BZ #12393]
52208         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
52209         (is_trusted_path_normalize): Skip initial colon.  Append slash
52210         to empty buffer.  Duplicate is_trusted_path code but allow
52211         constructed patch to be prefix.
52212         (is_dst): Allow $ORIGIN followed by /.
52213         (_dl_dst_substitute): Correct clearing of check_for_trusted.
52214         Correct testing of result of is_trusted_path_normalize
52215         (decompose_rpath): Fix warning.
52217 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
52219         [BZ #11257]
52220         * grp/initgroups.c (internal_getgrouplist): When we found the service
52221         list through the initgroups entry in nsswitch.conf do not always
52222         continue on a successful lookup.  Don't always use the
52223         __nss_group_database value if it is set.
52224         * nss/nsswitch.conf (initgroups): Change action for successful db
52225         lookup to continue for compatibility.
52227 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
52229         [BZ #11532]
52230         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
52231         and CP774 modules.
52232         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
52233         and CP774 modules.
52234         * iconvdata/tst-tables.sh: Likewise.
52235         * iconvdata/cp770.c: New file.
52236         * iconvdata/cp771.c: New file.
52237         * iconvdata/cp772.c: New file.
52238         * iconvdata/cp773.c: New file.
52239         * iconvdata/cp774.c: New file.
52240         * iconvdata/testdata/CP770: New file.
52241         * iconvdata/testdata/CP770..UTF8: New file.
52242         * iconvdata/testdata/CP771: New file.
52243         * iconvdata/testdata/CP771..UTF8: New file.
52244         * iconvdata/testdata/CP772: New file.
52245         * iconvdata/testdata/CP772..UTF8: New file.
52246         * iconvdata/testdata/CP773: New file.
52247         * iconvdata/testdata/CP773..UTF8: New file.
52248         * iconvdata/testdata/CP774: New file.
52249         * iconvdata/testdata/CP774..UTF8: New file.
52251         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
52252         END CHARMAP line.
52253         * iconvdata/gen-8bit-gap.sh: Likewise.
52254         * iconvdata/gen-8bit.sh: Likewise.
52256         * locale/iso-639.def: Add ary entry.
52258         [BZ #11258]
52259         * locale/C-translit.h.in: Add U20A1 transliteration.
52261         [BZ #12178]
52262         * locale/iso-639.def: Add wae entry.
52263         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52265         [BZ #12545]
52266         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52267         for n.
52269         [BZ #12711]
52270         * locale/C-translit.h.in: Add entry for U20B9.
52271         Patch by pravin.d.s@gmail.com.
52273 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52275         [BZ #12713]
52276         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52277         ENAMETOOLONG use generic getcwd.
52278         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52279         in rtld.  Use *stat64.
52280         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52281         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52282         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52283         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52284         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52285         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52286         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52287         __fstatat64 macros.
52288         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52289         * dirent/rewinddir.c: Add libc_hidden_def.
52290         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52291         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52293         * include/dirent.h (__alloc_dir): Add flags parameter.
52294         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52295         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52296         __alloc_dir.
52297         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52298         from fdopendir if O_CLOEXEC is already set.
52300 2011-03-15  Alan Modra  <amodra@gmail.com>
52302         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52303         l_tls_firstbyte_offset non-zero.  Save padding offset in
52304         l_tls_firstbyte_offset for later use.
52305         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52306         freeing static tls block.
52308 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52310         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52311         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52312         being defined by the kernel headers.
52314 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52316         [BZ #12734]
52317         * resolv/resolv.h: Define RES_NOTLDQUERY.
52318         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52319         no-tld-query and set RES_NOTLDQUERY.
52320         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52321         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52322         modern BIND to search name as TLD unless forbidden.
52324 2011-05-07  Petr Baudis  <pasky@suse.cz>
52325             Ulrich Drepper  <drepper@gmail.com>
52327         [BZ #12393]
52328         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52329         (is_trusted_path): ...to here.
52330         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52331         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52332         using is_trusted_path_normalize() in setuid scripts.
52334 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52336         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52337         __BEGIN/__END_DECLS.
52339 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52341         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52342         NSS_STATUS_NOTFOUND if no record was found.
52344 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52346         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52347         (headers-not-in-tirpc): Remove rpc/netdb.h
52348         * resolv/netdb.h: Revert last change.
52350 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52352         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52353         circular dependency between libgcc.a and libc.a.
52355 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52357         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52358         * nis/Makefile: Don't install rpcsvc/*.
52359         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52360         instead of <rpc/types.h>.
52361         (MAXHOSTNAMELEN): Define.
52363 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52365         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52367 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52369         [BZ #12714]
52370         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52371         gethostbyname4_r when IPv6 results are possible.
52373 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52375         [BZ #12723]
52376         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52377         _PC_PIPE_BUF handling.
52379 2011-04-30  Bruno Haible  <bruno@clisp.org>
52381         [BZ #12717]
52382         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52383         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52384         to 'int'.
52385         * inet/getnameinfo.c (getnameinfo): Likewise.
52387 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52389         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52390         to groups setting in database lookup.
52391         * nss/nsswitch.conf: Add initgroups entry.
52393 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52395         [BZ #12685]
52396         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52397         mode string.
52398         Patch by Eric Blake <eblake@redhat.com>.
52400 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52402         * sunrpc/Makefile (need-export-routines): Add svc_run.
52403         (routines): Remove svc_run.
52404         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52405         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52406         * sunrpc/svc_run.c (svc_run): Likewise.
52407         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52409 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52411         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52412         problem in reallocation in last patch.
52414 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52416         * sunrpc/Makefile: Move inclusion of Rules.
52418 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52420         * nss/nss_files/files-initgroups.c: New file.
52421         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52422         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52423         _nss_files_initgroups_dyn.
52425 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52427         * elf/elf.h (R_ARM_IRELATIVE): Define.
52429 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52431         * po/ru.po: Update from translation team.
52433 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52435         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52436         dependencies.
52438 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52440         [BZ #12653]
52441         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52442         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52443         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52444         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52445         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52447 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52449         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52450         differing bytes.
52451         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52452         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52453         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52455 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52457         [BZ #12420]
52458         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52459         storing it.
52460         * stdlib/bug-getcontext.c: New file.
52461         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52463 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52465         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52466         instructions into .machine "z9-109".
52467         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52468         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52470 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52472         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52473         between environment variables and auxiliary vector.
52475 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52477         * Makefile: Add rules to build linkobj/libc.so.
52478         * include/libc-symbols.h: Define libc_hidden_nolink.
52479         * include/rpc/auth.h: Mark functions which are to be hidden.
52480         * include/rpc/auth_des.h: Likewise.
52481         * include/rpc/auth_unix.h: Likewise.
52482         * include/rpc/clnt.h: Likewise.
52483         * include/rpc/des_crypt.h: Likewise.
52484         * include/rpc/key_prot.h: Likewise.
52485         * include/rpc/pmap_clnt.h: Likewise.
52486         * include/rpc/pmap_prot.h: Likewise.
52487         * include/rpc/pmap_rmt.h: Likewise.
52488         * include/rpc/rpc_msg.h: Likewise.
52489         * include/rpc/svc.h: Likewise.
52490         * include/rpc/svc_auth.h: Likewise.
52491         * include/rpc/xdr.h: Likewise.
52492         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52493         * nss/Makefile: Likewise.
52494         * sunrpc/Makefile: Don't install headers.  Build library with normal
52495         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52496         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52497         for the compat linking library.  Remove use of INTDEF/INTUSE.
52498         * sunrpc/auth_none.c: Likewise.
52499         * sunrpc/auth_unix.c: Likewise.
52500         * sunrpc/authdes_prot.c: Likewise.
52501         * sunrpc/authuxprot.c: Likewise.
52502         * sunrpc/clnt_gen.c: Likewise.
52503         * sunrpc/clnt_perr.c: Likewise.
52504         * sunrpc/clnt_raw.c: Likewise.
52505         * sunrpc/clnt_simp.c: Likewise.
52506         * sunrpc/clnt_tcp.c: Likewise.
52507         * sunrpc/clnt_udp.c: Likewise.
52508         * sunrpc/clnt_unix.c: Likewise.
52509         * sunrpc/des_crypt.c: Likewise.
52510         * sunrpc/des_soft.c: Likewise.
52511         * sunrpc/get_myaddr.c: Likewise.
52512         * sunrpc/key_call.c: Likewise.
52513         * sunrpc/key_prot.c: Likewise.
52514         * sunrpc/netname.c: Likewise.
52515         * sunrpc/pm_getmaps.c: Likewise.
52516         * sunrpc/pm_getport.c: Likewise.
52517         * sunrpc/pmap_clnt.c: Likewise.
52518         * sunrpc/pmap_prot.c: Likewise.
52519         * sunrpc/pmap_prot2.c: Likewise.
52520         * sunrpc/pmap_rmt.c: Likewise.
52521         * sunrpc/publickey.c: Likewise.
52522         * sunrpc/rpc_cmsg.c: Likewise.
52523         * sunrpc/rpc_common.c: Likewise.
52524         * sunrpc/rpc_dtable.c: Likewise.
52525         * sunrpc/rpc_prot.c: Likewise.
52526         * sunrpc/rpc_thread.c: Likewise.
52527         * sunrpc/rtime.c: Likewise.
52528         * sunrpc/svc.c: Likewise.
52529         * sunrpc/svc_auth.c: Likewise.
52530         * sunrpc/svc_authux.c: Likewise.
52531         * sunrpc/svc_raw.c: Likewise.
52532         * sunrpc/svc_run.c: Likewise.
52533         * sunrpc/svc_simple.c: Likewise.
52534         * sunrpc/svc_tcp.c: Likewise.
52535         * sunrpc/svc_udp.c: Likewise.
52536         * sunrpc/svc_unix.c: Likewise.
52537         * sunrpc/svcauth_des.c: Likewise.
52538         * sunrpc/xcrypt.c: Likewise.
52539         * sunrpc/xdr.c: Likewise.
52540         * sunrpc/xdr_array.c: Likewise.
52541         * sunrpc/xdr_float.c: Likewise.
52542         * sunrpc/xdr_intXX_t.c: Likewise.
52543         * sunrpc/xdr_mem.c: Likewise.
52544         * sunrpc/xdr_rec.c: Likewise.
52545         * sunrpc/xdr_ref.c: Likewise.
52546         * sunrpc/xdr_sizeof.c: Likewise.
52547         * sunrpc/xdr_stdio.c: Likewise.
52549 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52551         [BZ #12650]
52552         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52553         * sysdeps/ia64/dl-tls.h: Likewise.
52554         * sysdeps/powerpc/dl-tls.h: Likewise.
52555         * sysdeps/s390/dl-tls.h: Likewise.
52556         * sysdeps/sh/dl-tls.h: Likewise.
52557         * sysdeps/sparc/dl-tls.h: Likewise.
52558         * sysdeps/x86_64/dl-tls.h: Likewise.
52559         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52561 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52563         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52564         rpath element also skip the following colon.
52565         (expand_dynamic_string_token): Add is_path parameter and pass
52566         down to DL_DST_REQUIRED and _dl_dst_substitute.
52567         (decompose_rpath): Call expand_dynamic_string_token with
52568         non-zero is_path.  Ignore empty rpaths.
52569         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52570         with zero is_path.
52572 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52575         Make cancelable.
52577 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52579         [BZ #12655]
52580         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52581         Patch by Filipe David Manana <fdmanana@apache.org>.
52583 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52585         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52586         Maintain aligned stack.
52587         (CHECK_RSP): Remove unused macro.
52589 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52591         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52592         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52594 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52596         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52598         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52600 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52602         [BZ #12518]
52603         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52604         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52605         * sysdeps/x86_64/memmove.c: New file.
52606         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52607         (memcpy): Renamed to ...
52608         (__new_memcpy): This.
52609         (memcpy): Provide GLIBC_2_14 memcpy.
52610         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52611         (memcpy): Provide GLIBC_2_2_5 memcpy.
52613 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52615         [BZ #12631]
52616         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52618 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52620         * misc/syncfs.c: New file.
52621         * misc/Makefile (routines): Add syncfs.
52622         * posix/unistd.h: Declare syncfs.
52623         * sysdeps/unix/syscalls.list: Add syncfs.
52625 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52627         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52628         open_by_handle_at.
52629         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52630         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52631         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52632         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52633         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52634         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52635         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52637 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52639         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52640         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52641         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52642         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52643         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52644         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52645         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52647         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52648         sync_file_range.c with -fexceptions.
52649         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52650         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52651         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52652         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52653         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52654         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52655         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52656         sync_file_range as cancellation point
52657         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52658         now a wrapper around __call_sync_file_range with cancellation handling.
52659         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52660         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52661         function name to __call_sync_file_range.
52662         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52663         Add call_sync_file_range.
52665 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52667         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52668         bits/timex.h.
52670 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52672         * iconv/iconv.h: Fix typo in comment.
52673         * io/fcntl.h: Likewise.
52674         * libio/stdio.h: Likewise.
52675         * posix/spawn.h: Likewise.
52676         * posix/unistd.h: Likewise.
52677         * stdlib/stdlib.h: Likewise.
52678         * time/time.h: Likewise.
52679         * wcsmbs/wchar.h: Likewise.
52681         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52682         open_by_handle): Add.
52683         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52684         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52685         Augment a few comments.
52686         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52687         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52688         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52689         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52690         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52691         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52692         open_by_handle.
52694         * io/fcntl.h (AT_EMPTY_PATH): Define.
52696 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52698         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52699         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52700         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52701         to...
52702         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52703         * Versions.def: Add GLIBC_2.14.
52704         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52705         Export.
52707 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52709         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52710         round counter.
52711         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52713 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52715         [BZ #12597]
52716         * string/test-strncmp.c (do_page_test): New function.
52717         (check2): Likewise.
52718         (test_main): Call check2.
52719         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52721 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52723         [BZ #12587]
52724         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52725         Handle cache information in CPU leaf 4.
52726         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52728 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52730         [BZ #12583]
52731         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52732         character representation.
52733         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52735 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52737         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52738         END(__isnan) to END(__isnanf) to match function entry point/label
52739         EALIGN(__isnanf,...).
52741 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52743         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52745 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52747         [BZ #12510]
52748         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52749         copy from the symbol referenced in the relocation to initialize the
52750         used variable.
52751         Patch by Piotr Bury <pbury@goahead.com>.
52752         * elf/Makefile: Add rules to build and tst-unique3.
52753         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52754         * elf/tst-unique3.cc: New file.
52755         * elf/tst-unique3.h: New file.
52756         * elf/tst-unique3lib.cc: New file.
52757         * elf/tst-unique3lib2.cc: New file.
52759         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52761 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52763         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52764         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52765         to _start.
52767 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52769         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52770         to-be-loaded object along a path to loader is ld.so.
52772 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52773             Ulrich Drepper  <drepper@gmail.com>
52775         * sysdeps/x86_64/memset.S: After aligning destination, code
52776         branches to different locations depending on the value of
52777         misalignment, when multiarch is enabled. Fix this.
52779 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52781         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52782         Set _x86_64_preferred_memory_instruction for AMD processsors.
52783         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52784         Set bit_Prefer_SSE_for_memop for AMD processors.
52786 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52788         * libio/fmemopen.c (fmemopen): Optimize a bit.
52790 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52792         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52794 2011-03-03  Roland McGrath  <roland@redhat.com>
52796         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52798 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52800         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52801         __bzero_ultra1 instead of __memset_ultra1.
52803 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52804             Ulrich Drepper  <drepper@gmail.com>
52806         [BZ #12509]
52807         * include/link.h (struct link_map): Add l_orig_initfini.
52808         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52809         returning unsuccessfully.
52810         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52811         close of a file loaded at startup, restore the original l_initfini
52812         list.
52813         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52814         list, store the pointer.
52815         * elf/Makefile ($(objpfx)noload-mem): New rule.
52816         (noload-ENV): Define.
52817         (tests): Add $(objpfx)noload-mem.
52818         * elf/noload.c: Include <memcheck.h>.
52819         (main): Call mtrace.  Close all opened handles.
52821 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52823         [BZ #12454]
52824         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52825         dependencies are missing.
52827 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52829         Fix __if_freereq crash: Unlike the generic version which uses free,
52830         Hurd needs munmap.
52831         * sysdeps/mach/hurd/ifreq.h: New file.
52833 2011-01-27  Petr Baudis  <pasky@suse.cz>
52834             Ulrich Drepper  <drepper@gmail.com>
52836         [BZ 12445]#
52837         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52838         to extend_alloca().
52839         * stdio-common/bug23.c: New file.
52840         * stdio-common/Makefile (tests): Add bug23.
52842 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52843             Ulrich Drepper  <drepper@gmail.com>
52845         [BZ #12489]
52846         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52847         before performing relro protection.  At old place add assertion
52848         to make sure nothing changed.
52850 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52851             Glauber de Oliveira Costa  <glommer@gmail.com>
52853         * elf/elf.h: Add new ARM TLS relocs.
52855 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52858         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52859         cast from r3.
52860         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52861         'tests' variable.
52862         * sysdeps/wordsize-64/tst-writev.c: New file.
52864 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52866         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52867         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52868         insns in _dl_start to prevent a TOC reference before relocs are
52869         resolved.
52871 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52873         [BZ #12469]
52874         * Makeconfig: Remove RANLIB definition.
52875         * Makerules: Don't use RANLIB.
52876         * aclocal.m4: Remove ranlib test.
52877         * configure.in: No need to check for ranlib.
52878         * elf/rtld-Rules: Don't use RANLIB.
52880 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52882         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52883         protection macro.
52884         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52885         inclusion protection macro.
52887         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52888         SIGRTMIN and SIGRTMAX and print information in that case only when
52889         SIGRTMIN is defined.
52891 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52893         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52894         arginfo fn returning -1.
52896         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52897         and thousands string is zero terminated.
52899 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52901         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52902         sysdeps/unix/sysv/linux/bits/socket.h.
52904 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52906         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52907         (__CPU_COUNT): Remove old macros.
52908         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52909         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52910         (__CPU_ALLOC, __CPU_FREE): Add macros.
52911         (__sched_cpualloc, __sched_cpufree): Add declarations.
52913 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52915         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52916         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52917         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52918         (readdhstai): Return value of addhstaiX call.
52919         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52920         (addgrbyX): Return value returned by cache_addgr.
52921         (readdgrbyname): Return value returned by addgrbyX.
52922         (readdgrbygid): Likewise.
52923         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52924         (addpwbyX): Return value returned by cache_addpw.
52925         (readdpwbyname): Return value returned by addhstbyX.
52926         (readdpwbyuid): Likewise.
52927         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52928         (addservbyX): Return value returned by cache_addserv.
52929         (readdservbyname): Return value returned by addservbyX:
52930         (readdservbyport): Likewise.
52931         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52932         (addhstbyX): Return value returned by cache_addhst.
52933         (readdhstbyname): Return value returned by addhstbyX.
52934         (readdhstbyaddr): Likewise.
52935         (readdhstbynamev6): Likewise.
52936         (readdhstbyaddrv6): Likewise.
52937         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52938         (readdinitgroups): Return value returned by addinitgroupsX.
52939         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52940         (prune_cache): Keep track of timeout value of re-added entries.
52941         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52942         * nscd/nscd.h: Adjust prototypes of readd* functions.
52944 2011-02-04  Roland McGrath  <roland@redhat.com>
52946         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52947         (nis_stats): Likewise.
52948         * nis/nis_modify.c (nis_modify): Likewise.
52949         * nis/nis_remove.c (nis_remove): Likewise.
52950         * nis/nis_add.c (nis_add): Likewise.
52952         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52954         * posix/fnmatch_loop.c: Add some consts.
52956         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52958 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52960         [BZ #12460]
52961         * config.make.in (config-cflags-novzeroupper): Define.
52962         * configure.in: Substitute libc_cv_cc_novzeroupper.
52963         * elf/Makefile (AVX-CFLAGS): Define.
52964         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52965         (CFLAGS-tst-auditmod4a.c): Likewise.
52966         (CFLAGS-tst-auditmod4b.c): Likewise.
52967         (CFLAGS-tst-auditmod6b.c): Likewise.
52968         (CFLAGS-tst-auditmod6c.c): Likewise.
52969         (CFLAGS-tst-auditmod7b.c): Likewise.
52970         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52972 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52974         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52975         function to the callback.
52976         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52978 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52980         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52981         of errno.
52983 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52985         [BZ #11724]
52986         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52987         of constructors.
52988         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52989         of destructors.
52990         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52992         [BZ #11724]
52993         * elf/Makefile: Add rules to build and run new test.
52994         * elf/tst-initorder.c: New file.
52995         * elf/tst-initorder.exp: New file.
52996         * elf/tst-initordera1.c: New file.
52997         * elf/tst-initordera2.c: New file.
52998         * elf/tst-initordera3.c: New file.
52999         * elf/tst-initordera4.c: New file.
53000         * elf/tst-initorderb1.c: New file.
53001         * elf/tst-initorderb2.c: New file.
53002         * elf/tst-order-a1.c: New file.
53003         * elf/tst-order-a2.c: New file.
53004         * elf/tst-order-a3.c: New file.
53005         * elf/tst-order-a4.c: New file.
53006         * elf/tst-order-b1.c: New file.
53007         * elf/tst-order-b2.c: New file.
53008         * elf/tst-order-main.c: New file.
53009         New test case by George Gensure <werkt0@gmail.com>.
53011 2010-10-01  Andreas Schwab  <schwab@redhat.com>
53013         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53014         decoding ACE if AI_CANONIDN.
53016 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
53018         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
53020 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
53022         * version.h (RELEASE): Bump for 2.13 release.
53023         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
53025         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
53027         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
53028         MADV_NOHUGEPAGE.
53029         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
53030         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
53031         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
53032         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
53033         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
53034         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53036         * posix/getconf.c: Update copyright year.
53037         * catgets/gencat.c: Likewise.
53038         * csu/version.c: Likewise.
53039         * debug/catchsegv.sh: Likewise.
53040         * debug/xtrace.sh: Likewise.
53041         * elf/ldconfig.c: Likewise.
53042         * elf/ldd.bash.in: Likewise.
53043         * elf/sprof.c (print_version): Likewise.
53044         * iconv/iconv_prog.c: Likewise.
53045         * iconv/iconvconfig.c: Likewise.
53046         * locale/programs/locale.c: Likewise.
53047         * locale/programs/localedef.c: Likewise.
53048         * malloc/memusage.sh: Likewise.
53049         * malloc/mtrace.pl: Likewise.
53050         * nscd/nscd.c (print_version): Likewise.
53051         * nss/getent.c: Likewise.
53053         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
53054         PF_CAIF, and PF_ALG.
53055         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53057 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
53059         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
53060         (modules-names): Use them.
53061         (ifunc-test-modules, ifunc-pie-tests): Define.
53062         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
53063         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
53064         (test-extras): Likewise.
53065         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
53066         $(compile-command.c).
53067         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
53068         (all-built-dso): Define.
53069         (check-textrel.out, check-execstack.out): Depend on it.
53071         * configure.in: Don't override --enable-multi-arch.
53073 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
53075         [BZ #6812]
53076         * nscd/hstcache.c (tryagain): Define.
53077         (cache_addhst): Return tryagain not notfound for temporary errors.
53078         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
53079         failed.
53081 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
53083         [BZ #10563]
53084         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
53085         to make the syscall.
53086         * sysdeps/unix/sysv/linux/setgroups.c: New file.
53088         [BZ #12378]
53089         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
53090         and fall back to matching as normal character if the string ends before
53091         the matching ']' is found.  This is what POSIX requires.
53092         * posix/testfnm.c: Adjust test result.
53093         * posix/globtest.sh: Adjust test result.  Add new test.
53094         * posix/tst-fnmatch.input: Likewise.
53095         * posix/tst-fnmatch2.c: Add new test.
53097 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
53099         * elf/Makefile (check-execstack): Revert last change.  Depend on
53100         check-execstack.h.
53101         (check-execstack.h): New target.
53102         (generated): Add check-execstack.h.
53103         * elf/check-execstack.c: Include "check-execstack.h".
53104         (main): Revert last change.
53105         (handle_file): Return zero if GNU_STACK is absent and
53106         DEFAULT_STACK_PERMS doesn't include PF_X.
53108 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
53110         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
53111         in child fails because the descriptor is already closed.
53112         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
53113         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
53114         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
53116         [BZ #12397]
53117         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
53118         syscall.
53120         [BZ #10484]
53121         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
53122         temporary buffer used to handle multi lookups locally.
53123         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
53125 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53127         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
53128         loader is ld.so.
53130 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
53132         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
53133         alignment for SSE2.
53135 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
53137         [BZ #12394]
53138         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
53139         characters.  When rounding increased number of integer digits recompute
53140         number of groups.
53141         * stdio-common/tst-grouping.c: New file.
53142         * stdio-common/Makefile: Add rules to build and run tst-grouping.
53144 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
53146         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
53147         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
53149         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
53150         void.
53151         * bits/select.h: Likewise.
53153 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
53155         * po/ja.po: Update from translation team.
53157 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
53159         [BZ #11155]
53160         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
53161         implementation just like for lxstat, fxstatat, et al.
53163 2010-12-27  Jim Meyering  <meyering@redhat.com>
53165         [BZ #12348]
53166         * posix/regexec.c (build_trtable): Return failure indication upon
53167         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
53169 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
53171         [BZ #12201]
53172         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
53173         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
53174         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
53175         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
53177         [BZ #12207]
53178         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
53180         [BZ #12204]
53181         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
53182         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
53184 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
53186         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
53187         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
53188         script has SORT_BY_INIT_PRIORITY.
53189         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
53190         NO_CTORS_DTORS_SECTIONS is defined.
53191         * elf/soinit.c: Likewise.
53192         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
53193         NO_CTORS_DTORS_SECTIONS is defined.
53194         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
53195         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
53196         * sysdeps/sh/init-first.c: Likewise.
53197         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
53199 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
53201         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
53202         always use the slow path.
53204 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
53206         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
53207         similar rule which adds the sysdep directories to the header search in
53208         order to pick up the correct platform stackinfo.h.
53209         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
53210         perform test if it is, otherwise return successfully without testing.
53211         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
53212         DEFAULT_STACK_PERMS define in stackinfo.h.
53213         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
53214         defined in stackinfo.h.
53215         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
53216         DEFAULT_STACK_PERMS defined in stackinfo.h.
53217         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
53218         * sysdeps/ia64/stackinfo.h: Likewise.
53219         * sysdeps/s390/stackinfo.h: Likewise.
53220         * sysdeps/sh/stackinfo.h: Likewise.
53221         * sysdeps/sparc/stackinfo.h: Likewise.
53222         * sysdeps/x86_64/stackinfo.h: Likewise.
53223         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
53224         PF_X for powerpc64.  Retain PF_X for powerpc32.
53226 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
53228         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
53229         accurately.
53230         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
53231         GETDENTS_64BIT_ALIGNED.
53233 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
53235         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
53237 2010-12-10  Andreas Schwab  <schwab@redhat.com>
53239         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
53240         _GNU_SOURCE.
53242         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
53243         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
53244         Remove __restrict.
53245         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
53246         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
53248 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
53250         [BZ #11655]
53251         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
53252         are initialized.
53254 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53256         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53258 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53260         * po/it.po: Update from translation team.
53262 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53264         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53265         unused codes.
53267 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53269         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53271 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53273         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53274         specially.
53275         (gaih_getanswer_slice): Likewise.
53277 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53279         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53281 2010-05-31  Petr Baudis  <pasky@suse.cz>
53283         [BZ #11149]
53284         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53285         silently even in the chroot mode.
53287 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53289         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53290         last patch a bit.  Pretty printing
53292 2010-05-31  Petr Baudis <pasky@suse.cz>
53294         [BZ #10085]
53295         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53296         initialization of skip_initgroups_dyn.
53298 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53300         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53301         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53303 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53305         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53307 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53309         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53310         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53311         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53312         ($(objpfx)tst-fnmatch-mem): New rule.
53313         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53314         * posix/tst-fnmatch.c (main): Call mtrace.
53316 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53318         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53319         Support Intel processor model 6 and model 0x2c.
53321 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53323         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53324           signed comparison.
53326 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53328         [BZ #12205]
53329         * string/test-strncasecmp.c (check_result): New function.
53330         (do_one_test): Use it.
53331         (check1): New function.
53332         (test_main): Use it.
53333         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53334         Support strcasecmp and strncasecmp.
53336 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53338         [BZ #12194]
53339         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53340         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53342 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53344         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53345         IFUNC support.
53346         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53347         memset-x86-64.
53348         * sysdeps/x86_64/multiarch/bzero.S: New file.
53349         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53350         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53351         * sysdeps/x86_64/multiarch/memset.S: New file.
53352         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53353         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53354         Set bit_Prefer_SSE_for_memop for Intel processors.
53355         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53356         Define.
53357         (index_Prefer_SSE_for_memop): Define.
53358         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53360 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53362         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53363         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53365 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53367         [BZ #12191]
53368         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53369         (__x86_64_raw_data_cache_size_half): Likewise.
53370         (__x86_64_raw_shared_cache_size): Likewise.
53371         (__x86_64_raw_shared_cache_size_half): Likewise.
53373         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53374         (__x86_64_raw_data_cache_size_half): Likewise.
53375         (__x86_64_raw_shared_cache_size): Likewise.
53376         (__x86_64_raw_shared_cache_size_half): Likewise.
53377         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53378         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53379         and __x86_64_raw_shared_cache_size_half.  Round
53380         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53381         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53382         to multiple of 256 bytes.
53384 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53386         [BZ #12167]
53387         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53388         of inacessible symlinks.  Verify result of symlink before returning it.
53389         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53390         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53392 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53394         * math/math.h (isinf): Fix typo in comment.
53396 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53398         * po/da.po: Update from translation team.
53400 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53402         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53403         is added to the list.
53405 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53406             Ulrich Drepper  <drepper@gmail.com>
53408         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53409         the global list here.  Move code to...
53410         (_dl_add_to_namespace_list): ...here.  New function.
53411         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53412         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53413         * elf/dl-load.c (lose): Don't remove the element from the list.
53414         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53415         (_dl_map_object): Likewise.
53417 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53419         [BZ #12159]
53420         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53421         into all bytes of SSE register.
53422         Patch by Richard Li <richardpku@gmail.com>.
53424 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53426         [BZ #12140]
53427         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53428         perturbing.
53430 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53432         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53433         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53434         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53435         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53437         submachine.
53438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53440 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53442         * include/dlfcn.h (__RTLD_SECURE): Define.
53443         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53444         mode & __RTLD_SECURE instead.
53445         (open_path): Rename preloaded parameter to secure.
53446         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53447         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53448         * elf/dl-deps.c (openaux): Likewise.
53449         * elf/rtld.c (struct map_args): Remove is_preloaded.
53450         (map_doit): Don't use it.
53451         (dl_main): Likewise.
53452         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53453         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53455 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53457         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53458         (sysd-rules-targets): Remove duplicates.
53459         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53460         rtld-%.$o dependency.
53462 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53464         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53465         _dl_map_object do it.
53467 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53469         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53470         fast fma builtins, define the macros in the C99 standard.
53471         (FP_FAST_FMAF): Likewise.
53472         (FP_FAST_FMAL): Likewise.
53473         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53475         * bits/mathdef.h: Update copyright year.
53476         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53478 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53480         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53481         builtins, define the macros in the C99 standard.
53482         (FP_FAST_FMAF): Likewise.
53483         (FP_FAST_FMAL): Likewise.
53484         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53485         multiply/add.
53486         (FP_FAST_FMAF): Likewise.
53488 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53490         [BZ #3268]
53491         * math/libm-test.inc (fma_test): Some new testcases.
53492         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53493         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53494         y and infinite z.  Do multiplication by C already in long double.
53495         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53496         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53497         y and infinite z.  Do bitwise or of inexact bit into u.d.
53498         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53499         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53500         * sysdeps/i386/fpu/s_fma.S: Removed.
53501         * sysdeps/i386/fpu/s_fmal.S: Removed.
53503 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53505         [BZ #3268]
53506         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53507         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53508         computation is not scheduled after fetestexcept.  Fix value
53509         of minimum denormal long double.
53511 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53513         [BZ #3268]
53514         * math/libm-test.inc (fma_test): Add some more tests.
53515         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53516         correctly.
53518 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53520         * scripts/data/localplt-s390-linux-gnu.data: New file.
53521         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53523 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53525         [BZ #3268]
53526         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53527         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53528         instead of dbl-64.
53529         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53530         inlines.
53531         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53532         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53533         if one of x and y is very large and the other is subnormal.
53534         * sysdeps/s390/fpu/s_fmaf.c: New file.
53535         * sysdeps/s390/fpu/s_fma.c: New file.
53536         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53537         * sysdeps/powerpc/fpu/s_fma.S: New file.
53538         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53539         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53540         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53542 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53544         [BZ #3268]
53545         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53546         fma tests.
53547         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53548         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53549         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53550         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53551         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53552         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53553         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53555 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53557         [BZ #12078]
53558         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53559         * posix/bug-regex31.input: Add test case.
53561 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53563         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53564         * posix/bug-regex31.input: New file.
53566         [BZ #12078]
53567         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53568         (parse_sub_exp): Fix last change, use postorder.
53570         * posix/bug-regex31.c: New file.
53571         * posix/Makefile: Add rules to build and run bug-regex31.
53573         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53575         [BZ #12078]
53576         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53578         [BZ #12108]
53579         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53580         to have entries in sys_siglist.
53582         [BZ #12093]
53583         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53584         be NULL.
53586 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53588         [BZ #3268]
53589         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53590         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53591         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53592         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53593         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53594         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53595         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53596         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53597         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53598         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53599         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53600         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53601         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53602         * math/ftestexcept.c (fetestexcept): Likewise.
53603         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53604         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53605         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53606         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53607         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53608         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53609         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53611 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53613         [BZ #12107]
53614         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53615         newline.
53617 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53619         * string/bug-strstr1.c: New file.
53620         * string/Makefile: Add rules to build and run bug-strstr1.
53622 2010-10-05  Eric Blake  <eblake@redhat.com>
53624         [BZ #12092]
53625         * string/str-two-way.h (two_way_long_needle): Always clear memory
53626         when skipping input due to the shift table.
53628 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53630         [BZ #12005]
53631         * malloc/mcheck.c: Handle large requests.
53633         [BZ #12077]
53634         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53635         for strncmp and strncasecmp.
53636         * string/stratcliff.c: Add tests for strcmp and strncmp.
53637         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53639 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53641         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53642         __set_fpscr.
53644 2010-09-30  Andreas Jaeger  <aj@suse.de>
53646         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53647         (CGROUP_SUPER_MAGIC): Define.
53648         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53649         Handle btrfs and cgroup file systems.
53650         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53651         Likewise.
53653 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53655         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53656         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53658 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53660         [BZ #12067]
53661         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53662         trying to locate the ELF header.
53664 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53666         [BZ #11611]
53667         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53668         Mask out sign-bit copies when constructing f_fsid.
53670 2010-09-24  Petr Baudis <pasky@suse.cz>
53672         * debug/stack_chk_fail_local.c: Add missing licence exception.
53673         * debug/warning-nop.c: Likewise.
53675 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53677         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53678         implementing getdents64 using getdents syscall, set d_type if
53679         __ASSUME_GETDENTS32_D_TYPE.
53681 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53683         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53684         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53686 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53688         [BZ #12037]
53689         * posix/unistd.h: Undo change of feature selection for ftruncate from
53690         2010-01-11.
53692 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53694         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53695         detection.
53697 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53699         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53700         fanotify_mark.
53701         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53703 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53705         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53706         variables after CHECK_SP call.
53707         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53709 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53710             Ulrich Drepper  <drepper@redhat.com>
53712         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53713         re-relocationg ld.so.
53714         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53715         _dl_init_paths call.
53716         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53717         here anymore.
53719 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53721         * resolv/res_init.c (__res_vinit): Count the default server we added.
53723 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53724             Ulrich Drepper  <drepper@redhat.com>
53726         [BZ #11968]
53727         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53728         (____longjmp_chk): Use %ebx for saving value across system call.
53729         Add unwind info.
53731 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53733         * manual/Makefile: Don't mix pattern rules with normal rules.
53735 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53737         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53738         operation.
53739         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53740         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53741         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53742         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53743         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53744         Likewise.
53746 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53748         [BZ #11979]
53749         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53750         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53752 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53754         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53755         * sysdeps/x86_64/addmul_1.S: Likewise.
53756         * sysdeps/x86_64/lshift.S: Likewise.
53757         * sysdeps/x86_64/mul_1.S: Likewise.
53758         * sysdeps/x86_64/rshift.S: Likewise.
53759         * sysdeps/x86_64/sub_n.S: Likewise.
53760         * sysdeps/x86_64/submul_1.S: Likewise.
53762 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53764         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53765         Define __sched_param instead of SCHED_* and sched_param when
53766         <bits/sched.h> is included with __need_schedparam defined.
53767         * bits/sched.h [__need_schedparam]
53768         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53769         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53770         (__defined_schedparam): Define to 1.
53771         (__sched_param): New structure, identical to sched_param.
53772         (__need_schedparam): Undefine.
53774 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53776         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53777         (epoll_create1): Declare.
53779         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53781 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53783         [BZ #7066]
53784         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53785         shifting retval into place.
53787 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53789         * nis/rpcsvc/nis.h: Update copyright notice.
53790         * nis/rpcsvc/nis.x: Likewise.
53791         * nis/rpcsvc/nis_callback.h: Likewise.
53792         * nis/rpcsvc/nis_callback.x: Likewise.
53793         * nis/rpcsvc/nis_object.x: Likewise.
53794         * nis/rpcsvc/nis_tags.h: Likewise.
53795         * nis/rpcsvc/yp.h: Likewise.
53796         * nis/rpcsvc/yp.x: Likewise.
53797         * nis/rpcsvc/ypupd.h: Likewise.
53798         * nis/yp_xdr.c: Likewise.
53799         * nis/ypupdate_xdr.c: Likewise.
53801         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53802         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53803         (pmap_getport): Use __libc_rpc_getport.
53804         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53805         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53806         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53808 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53811         fanotify_mark.
53813 2010-08-27  Roland McGrath  <roland@redhat.com>
53815         * sysdeps/i386/i686/multiarch/Makefile
53816         (CFLAGS-varshift.c): New variable.
53818 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53820         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53821         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53823         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53825         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53827 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53829         * sysdeps/x86_64/strlen.S: Unroll the loop.
53830         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53831         strlen-sse2 strlen-sse2-bsf.
53832         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53833         __strlen_no_bsf if bit_Slow_BSF is set.
53834         (__strlen_sse42): Removed.
53835         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53836         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53838 2010-08-25  Roland McGrath  <roland@redhat.com>
53840         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53841         * sysdeps/x86_64/multiarch/varshift.c: New file.
53842         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53843         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53844         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53845         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53847 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53849         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53850         strlen-sse2 strlen-sse2-bsf.
53851         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53852         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53853         (__strlen_sse2): Removed.
53854         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53855         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53856         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53857         bit_Slow_BSF for Atom.
53858         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53859         (index_Slow_BSF): Define.
53860         (HAS_SLOW_BSF): Define.
53862 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53864         [BZ #10851]
53865         * resolv/res_init.c (__res_vinit): When no server address at all
53866         is given default to loopback.
53868 2010-08-24  Roland McGrath  <roland@redhat.com>
53870         * configure.in: Remove config-name.h generation.
53871         * configure: Regenerated.
53872         * config-name.in: File removed.
53873         * scripts/config-uname.sh: New file.
53874         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53875         ($(objdir)config-name.h): New target.
53877         * sunrpc/rpc_parse.h: Avoid nested comment.
53879 2010-08-24  Richard Henderson  <rth@redhat.com>
53880             Ulrich Drepper  <drepper@redhat.com>
53881             H.J. Lu  <hongjiu.lu@intel.com>
53883         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53884         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53885         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53886         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53887         _mm_alignr_epi8 with _mm_loadu_si128.
53888         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53889         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53890         (__m128i_shift_right): Removed.
53891         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53892         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53893         * sysdeps/x86_64/multiarch/varshift.h: New file.
53894         * sysdeps/x86_64/multiarch/varshift.S: New file.
53896 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53898         * configure.in: Move assembler checks to before sysdep dir checking.
53900 2010-08-20  Petr Baudis  <pasky@suse.cz>
53902         * LICENSES: Sync the sunrpc license.
53904 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53906         * sunrpc/auth_des.c: Update copyright notice once again.
53907         * sunrpc/auth_none.c: Likewise.
53908         * sunrpc/auth_unix.c: Likewise.
53909         * sunrpc/authdes_prot.c: Likewise.
53910         * sunrpc/authuxprot.c: Likewise.
53911         * sunrpc/bindrsvprt.c: Likewise.
53912         * sunrpc/clnt_gen.c: Likewise.
53913         * sunrpc/clnt_perr.c: Likewise.
53914         * sunrpc/clnt_raw.c: Likewise.
53915         * sunrpc/clnt_simp.c: Likewise.
53916         * sunrpc/clnt_tcp.c: Likewise.
53917         * sunrpc/clnt_udp.c: Likewise.
53918         * sunrpc/clnt_unix.c: Likewise.
53919         * sunrpc/des_crypt.c: Likewise.
53920         * sunrpc/des_soft.c: Likewise.
53921         * sunrpc/get_myaddr.c: Likewise.
53922         * sunrpc/getrpcport.c: Likewise.
53923         * sunrpc/key_call.c: Likewise.
53924         * sunrpc/key_prot.c: Likewise.
53925         * sunrpc/openchild.c: Likewise.
53926         * sunrpc/pm_getmaps.c: Likewise.
53927         * sunrpc/pm_getport.c: Likewise.
53928         * sunrpc/pmap_clnt.c: Likewise.
53929         * sunrpc/pmap_prot.c: Likewise.
53930         * sunrpc/pmap_prot2.c: Likewise.
53931         * sunrpc/pmap_rmt.c: Likewise.
53932         * sunrpc/rpc/auth.h: Likewise.
53933         * sunrpc/rpc/auth_unix.h: Likewise.
53934         * sunrpc/rpc/clnt.h: Likewise.
53935         * sunrpc/rpc/des_crypt.h: Likewise.
53936         * sunrpc/rpc/key_prot.h: Likewise.
53937         * sunrpc/rpc/netdb.h: Likewise.
53938         * sunrpc/rpc/pmap_clnt.h: Likewise.
53939         * sunrpc/rpc/pmap_prot.h: Likewise.
53940         * sunrpc/rpc/pmap_rmt.h: Likewise.
53941         * sunrpc/rpc/rpc.h: Likewise.
53942         * sunrpc/rpc/rpc_des.h: Likewise.
53943         * sunrpc/rpc/rpc_msg.h: Likewise.
53944         * sunrpc/rpc/svc.h: Likewise.
53945         * sunrpc/rpc/svc_auth.h: Likewise.
53946         * sunrpc/rpc/types.h: Likewise.
53947         * sunrpc/rpc/xdr.h: Likewise.
53948         * sunrpc/rpc_clntout.c: Likewise.
53949         * sunrpc/rpc_cmsg.c: Likewise.
53950         * sunrpc/rpc_common.c: Likewise.
53951         * sunrpc/rpc_cout.c: Likewise.
53952         * sunrpc/rpc_dtable.c: Likewise.
53953         * sunrpc/rpc_hout.c: Likewise.
53954         * sunrpc/rpc_main.c: Likewise.
53955         * sunrpc/rpc_parse.c: Likewise.
53956         * sunrpc/rpc_parse.h: Likewise.
53957         * sunrpc/rpc_prot.c: Likewise.
53958         * sunrpc/rpc_sample.c: Likewise.
53959         * sunrpc/rpc_scan.c: Likewise.
53960         * sunrpc/rpc_scan.h: Likewise.
53961         * sunrpc/rpc_svcout.c: Likewise.
53962         * sunrpc/rpc_tblout.c: Likewise.
53963         * sunrpc/rpc_util.c: Likewise.
53964         * sunrpc/rpc_util.h: Likewise.
53965         * sunrpc/rpcinfo.c: Likewise.
53966         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53967         * sunrpc/rpcsvc/key_prot.x: Likewise.
53968         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53969         * sunrpc/rpcsvc/mount.x: Likewise.
53970         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53971         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53972         * sunrpc/rpcsvc/rex.x: Likewise.
53973         * sunrpc/rpcsvc/rstat.x: Likewise.
53974         * sunrpc/rpcsvc/rusers.x: Likewise.
53975         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53976         * sunrpc/rpcsvc/spray.x: Likewise.
53977         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53978         * sunrpc/rtime.c: Likewise.
53979         * sunrpc/svc.c: Likewise.
53980         * sunrpc/svc_auth.c: Likewise.
53981         * sunrpc/svc_authux.c: Likewise.
53982         * sunrpc/svc_raw.c: Likewise.
53983         * sunrpc/svc_run.c: Likewise.
53984         * sunrpc/svc_simple.c: Likewise.
53985         * sunrpc/svc_tcp.c: Likewise.
53986         * sunrpc/svc_udp.c: Likewise.
53987         * sunrpc/svc_unix.c: Likewise.
53988         * sunrpc/svcauth_des.c: Likewise.
53989         * sunrpc/xcrypt.c: Likewise.
53990         * sunrpc/xdr.c: Likewise.
53991         * sunrpc/xdr_array.c: Likewise.
53992         * sunrpc/xdr_float.c: Likewise.
53993         * sunrpc/xdr_mem.c: Likewise.
53994         * sunrpc/xdr_rec.c: Likewise.
53995         * sunrpc/xdr_ref.c: Likewise.
53996         * sunrpc/xdr_sizeof.c: Likewise.
53997         * sunrpc/xdr_stdio.c: Likewise.
53999         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
54000         handling.
54002 2010-08-19  Andreas Schwab  <schwab@redhat.com>
54004         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
54006 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
54008         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
54009         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
54010         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
54011         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
54012         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
54013         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
54014         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
54015         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
54016         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
54017         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
54018         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
54019         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
54020         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
54021         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
54023 2010-07-26  Anton Blanchard  <anton@samba.org>
54025         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
54026         * malloc/arena.c (heap_trim): Likewise.
54028 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
54030         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
54031         here.  Not...
54032         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
54033         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
54035 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
54037         * sysdeps/i386/elf/Makefile: New file.
54039 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54041         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
54042         from fanotify_init.
54043         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
54044         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54046 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
54048         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
54049         of strncasecmp_l.
54050         * sysdeps/multiarch/strcmp.S: Likewise.
54052 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
54054         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54055         strncase_l-nonascii.
54056         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54057         Add strncase_l-ssse3.
54058         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
54059         * sysdeps/x86_64/strcmp.S: Likewise.
54060         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
54061         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
54062         * sysdeps/x86_64/strncase.S: New file.
54063         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
54064         * sysdeps/x86_64/strncase_l.S: New file.
54065         * string/Makefile (strop-tests): Add strncasecmp.
54066         * string/test-strncasecmp.c: New file.
54068         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
54069         warning.
54071         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
54072         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
54074 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
54076         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
54078 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
54080         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
54081         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
54082         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
54084 2010-05-01  Alan Modra  <amodra@gmail.com>
54086         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
54087         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
54088         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
54089         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
54090         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
54091         tidying.  Don't tail-call __sigjmp_save for static lib.
54092         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
54093         save location.
54094         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
54095         (CALL_MCOUNT): Add eh info, and nop after bl.
54096         (TAIL_CALL_SYSCALL_ERROR): New macro.
54097         (PSEUDO_RET): Use it.
54098         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
54099         Correct save location of integer regs and cr.
54100         (_dl_profile_resolve): Correct cr save location.  Delete nops
54101         after bl when SHARED.  Reduce cfi size a little by better
54102         placement of cfi directives.
54103         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
54104         make a stack frame.  Instead use parm save area as a temp.
54105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
54106         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
54107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
54108         Don't make a stack frame for parent, use parm save area.
54109         Increase child stack frame to 112 bytes.  Don't save unused reg,
54110         and adjust reg usage.  Set up cfi on error recovery and
54111         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
54112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
54113         (__makecontext): Add dummy nop after jump to exit.
54114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
54115         Use correct parm save area and cr save, reduce stack frame.
54116         Correct cfi for possible PSEUDO_RET frame setup.
54117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
54118         Branch to local label emitted by PSEUDO_RET rather than
54119         __syscall_error.
54121 2010-08-12  Andreas Schwab  <schwab@redhat.com>
54123         [BZ #11904]
54124         * locale/programs/locale.c (print_assignment): New function.
54125         (show_locale_vars): Use it.
54127 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
54129         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
54130         field.
54131         (struct statfs64): Likewise.
54132         (_STATFS_F_FLAGS): Define.
54133         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
54134         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54135         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
54136         (ST_VALID): Define locally.
54137         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
54138         __statvfs_getflags, use the provided value.
54139         * sysdeps/unix/sysv/linux/kernel-features.h: Define
54140         __ASSUME_STATFS_F_FLAGS.
54142         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
54144         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
54145         Add sys/fanotify.h.
54146         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
54147         fanotify_mask for GLIBC_2.13.
54148         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
54149         fanotify_init and fanotify_mark.
54150         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
54151         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
54153         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
54154         Add prlimit.
54155         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
54156         prlimit64 for GLIBC_2.13.
54157         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
54158         prlimit64.
54159         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
54160         syscall.
54161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
54162         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
54163         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
54164         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
54165         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
54166         add prlimit alias.
54167         * sysdeps/unix/sysv/linux/prlimit.c: New file.
54169         [BZ #11903]
54170         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
54171         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
54173         * nss/Makefile: Add rules to build and run tst-nss-test1.
54174         * shlib-versions: Add entry for libnss_test1.
54175         * nss/nss_test1.c: New file.
54176         * nss/tst-nss-test1.c: New file.
54178         * nss/nsswitch.c (__nss_database_custom): Define new variable.
54179         (__nss_configure_lookup): Set appropriate entry in
54180         __nss_configure_lookup to true.
54181         * nss/nsswitch.h: Define enum with indeces of databases in
54182         databases and __nss_database_custom arrays.  Declare
54183         __nss_database_custom.
54184         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
54185         to avoid using nscd when custom rules are installed.
54186         * nss/getXXbyYY_r.c: Likewise.
54187         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
54189         * nss/nss_files/files-parse.c: Whitespace fixes.
54191 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
54193         [BZ #11883]
54194         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
54195         * posix/fnmatch_loop.c: Likewise.
54197 2010-07-17  Andi Kleen  <ak@linux.intel.com>
54199         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
54200         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
54201         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
54202         * Versions.def [GLIBC_2.13]: Add.
54204 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
54206         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54207         Also fail if tpwd after pwuid call is NULL.
54209 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54211         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
54212         when converting to ms.
54214 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54216         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
54217         EOPNOTSUPP errors with ENOTTY.
54218         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
54219         EOPNOTSUPP errors with ENOTTY.
54221 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
54223         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
54224         Add strcasecmp_l-ssse3.
54225         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
54226         strcasecmp.
54227         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
54228         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
54229         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
54231 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
54233         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
54235         * string/Makefile (strop-tests): Add strcasecmp.
54236         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
54237         strcasecmp_l-nonascii.
54238         (gen-as-const-headers): Add locale-defines.sym.
54239         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
54240         * sysdeps/x86_64/strcasecmp.S: New file.
54241         * sysdeps/x86_64/strcasecmp_l.S: New file.
54242         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
54243         * sysdeps/x86_64/locale-defines.sym: New file.
54244         * string/test-strcasecmp.c: New file.
54246         * string/test-strcasestr.c: Test both ends of the range of characters.
54247         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
54249 2010-07-29  Roland McGrath  <roland@redhat.com>
54251         [BZ #11856]
54252         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54254 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54256         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54257         for ld.so.
54259 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54261         * manual/memory.texi (Malloc Tunable Parameters): Document
54262         M_PERTURB.
54264 2010-07-26  Roland McGrath  <roland@redhat.com>
54266         [BZ #11840]
54267         * configure.in (-fgnu89-inline check): Set and substitute
54268         gnu89_inline, not libc_cv_gnu89_inline.
54269         * configure: Regenerated.
54270         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54272 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54274         * string/test-strnlen.c: New file.
54275         * string/Makefile (strop-tests): Add strnlen.
54276         * string/tester.c (test_strnlen): Add a few more test cases.
54277         * string/tst-strlen.c: Better error reporting.
54279         * sysdeps/x86_64/strnlen.S: New file.
54281 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54283         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54284         lower-latency instructions.
54286 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54288         * string/test-strcasestr.c: New file.
54289         * string/test-strstr.c: New file.
54290         * string/Makefile (strop-tests): Add strstr and strcasestr.
54291         * string/str-two-way.h: Don't undefine MAX.
54292         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54294 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54296         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54297         strcasestr-nonascii.
54298         (CFLAGS-strcasestr-nonascii.c): Define.
54299         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54300         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54301         Remove unused attribute.
54303 2010-07-20  Roland McGrath  <roland@redhat.com>
54305         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54306         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54307         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54308         like LD_HWCAP_MASK can disable hwcaps.
54310 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54312         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54314 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54316         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54317         call in strcasestr.
54318         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54319         __strcasestr_sse42_nonascii.
54320         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54321         strcasestr-nonascii.c.
54322         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54324 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54326         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54327         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54328         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54329         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54331 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54333         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54334         fcntl.
54336 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54338         [BZ #11577]
54339         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54340         dl_signal_cerror.
54342 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54344         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54345         _PC_PIPE_BUF using F_GETPIPE_SZ.
54347 2010-07-05  Roland McGrath  <roland@redhat.com>
54349         * manual/arith.texi (Rounding Functions): Fix rint description
54350         implicit in round description.
54352 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54354         * elf/Makefile: Fix linking for a few tests to make recent linker
54355         happy.
54357 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54359         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54360         $(common-objpfx)libc_nonshared.a.
54362 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54364         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54365         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54366         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54367         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54368         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54369         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54370         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54371         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54386         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54387         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54388         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54389         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54390         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54391         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54392         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54393         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54394         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54395         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54396         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54397         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54413 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54415         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54416         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54417         * string/memmove.c (memmove): Renamed to ...
54418         (MEMMOVE): ...this.  Default to memmove.
54419         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54420         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54421         (END_CHK): Define.
54422         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54423         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54424         mempcpy-ssse3-back memmove-ssse3-back.
54425         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54426         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54427         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54428         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54429         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54430         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54431         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54432         * sysdeps/x86_64/multiarch/memmove.c: New file.
54433         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54434         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54435         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54436         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54437         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54438         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54439         Define.
54440         (index_Fast_Copy_Backward): Define.
54441         (HAS_ARCH_FEATURE): Define.
54442         (HAS_FAST_REP_STRING): Define.
54443         (HAS_FAST_COPY_BACKWARD): Define.
54445 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54447         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54448         Restore proper fallback handling.
54450 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54452         [BZ #11701]
54453         * posix/group_member.c (__group_member): Correct checking loop.
54455         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54456         OOM in getpwuid_r correctly.  Return error number when the caller
54457         should return, otherwise -1.
54458         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54459         call returning > 0 value.
54460         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54462 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54464         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54465         libc_nonshared.a from targets in modules-names.
54467 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54469         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54470         requires it.
54472 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54474         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54475         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54476         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54477         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54479 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54481         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54483 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54485         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54486         and F_GETPIPE_SZ.
54487         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54488         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54489         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54490         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54491         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54492         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54494 2010-06-14  Roland McGrath  <roland@redhat.com>
54496         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54498 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54500         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54501         __REDIRECT followed by __THROW.
54502         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54503         * posix/getopt.h (getopt): Likewise.
54505 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54507         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54508         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54509         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54510         in AT_FLAGS.
54511         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54512         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54514 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54516         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54518 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54520         [BZ #11640]
54521         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54522         Properly check family and model.
54524 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54526         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54528 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54530         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54532 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54534         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54535         symbol reference.
54537 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54539         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54540         symbol reference.
54542 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54544         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54545         and internal_recvmmsg.
54546         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54547         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54548         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54549         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54551         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54552         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54553         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54555 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54557         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54559 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54561         POWER7 optimizations.
54562         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54563         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54565 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54567         * version.h: Update for 2.13 development version.
54569 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54571         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54572         exceptions.  Return 0.
54574 2010-05-07  Roland McGrath  <roland@redhat.com>
54576         * elf/ldconfig.c (main): Add a const.
54578 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54580         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54581         (args_options): Add no-idn option.
54582         (ahosts_keys_int): Add idn_flags to ai_flags.
54583         (parse_option): Handle 'i' option to clear idn_flags.
54585         * malloc/malloc.c (_int_free): Possible race in the most recently
54586         added check.  Only act on the data if no current modification
54587         happened.
54589 See ChangeLog.17 for earlier changes.